Interface LayeredIconCssStyle
-
- All Superinterfaces:
IconCssStyle
- All Known Implementing Classes:
BottomLeftForColumnIconCssStyle
,BottomLeftIconCssStyle
,BottomRightForColumnIconCssStyle
,BottomRightIconCssStyle
,CenterForColumnIconCssStyle
,CenterIconCssStyle
,CenterWithRightShiftCssStyle
,TopLeftIconCssStyle
,TopRightForColumnIconCssStyle
,TopRightIconCssStyle
public interface LayeredIconCssStyle extends IconCssStyle
- Author:
- skublik
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.gui.impl.component.icon.IconCssStyle
BOTTOM_LEFT_FOR_COLUMN_STYLE, BOTTOM_LEFT_STYLE, BOTTOM_RIGHT_FOR_COLUMN_STYLE, BOTTOM_RIGHT_STYLE, CENTER_FOR_COLUMN_STYLE, CENTER_STYLE, CENTER_STYLE_WITH_RIGHT_SHIFT, IN_ROW_STYLE, TOP_LEFT_STYLE, TOP_RIGHT_FOR_COLUMN_STYLE, TOP_RIGHT_STYLE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBasicLayerCssClass()
String
getStrokeLayerCssClass()
-
Methods inherited from interface com.evolveum.midpoint.gui.impl.component.icon.IconCssStyle
getBasicCssClass, getLayerCssClass
-
-