Class InRowIconCssStyle
- java.lang.Object
 - 
- com.evolveum.midpoint.gui.impl.component.icon.InRowIconCssStyle
 
 
- 
- All Implemented Interfaces:
 CompositedIconCssStyle,IconCssStyle
public class InRowIconCssStyle extends Object implements CompositedIconCssStyle
- 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 
 - 
 
- 
Constructor Summary
Constructors Constructor Description InRowIconCssStyle() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBasicCssClass()StringgetLayerCssClass()StringgetLayerIconCssClassOfFirstIcon() 
 - 
 
- 
- 
Method Detail
- 
getBasicCssClass
public String getBasicCssClass()
- Specified by:
 getBasicCssClassin interfaceIconCssStyle
 
- 
getLayerCssClass
public String getLayerCssClass()
- Specified by:
 getLayerCssClassin interfaceIconCssStyle
 
- 
getLayerIconCssClassOfFirstIcon
public String getLayerIconCssClassOfFirstIcon()
- Specified by:
 getLayerIconCssClassOfFirstIconin interfaceCompositedIconCssStyle
 
 - 
 
 -