Interface IconCssStyle
-
- All Known Subinterfaces:
CompositedIconCssStyle,LayeredIconCssStyle
- All Known Implementing Classes:
BottomLeftForColumnIconCssStyle,BottomLeftIconCssStyle,BottomRightForColumnIconCssStyle,BottomRightIconCssStyle,CenterForColumnIconCssStyle,CenterIconCssStyle,CenterWithRightShiftCssStyle,InRowIconCssStyle,TopLeftIconCssStyle,TopRightForColumnIconCssStyle,TopRightIconCssStyle
public interface IconCssStyle- Author:
- skublik
-
-
Field Summary
Fields Modifier and Type Field Description static BottomLeftForColumnIconCssStyleBOTTOM_LEFT_FOR_COLUMN_STYLEstatic BottomLeftIconCssStyleBOTTOM_LEFT_STYLEstatic BottomRightForColumnIconCssStyleBOTTOM_RIGHT_FOR_COLUMN_STYLEstatic BottomRightIconCssStyleBOTTOM_RIGHT_STYLEstatic CenterForColumnIconCssStyleCENTER_FOR_COLUMN_STYLEstatic CenterIconCssStyleCENTER_STYLEstatic CenterWithRightShiftCssStyleCENTER_STYLE_WITH_RIGHT_SHIFTstatic InRowIconCssStyleIN_ROW_STYLEstatic TopLeftIconCssStyleTOP_LEFT_STYLEstatic TopRightForColumnIconCssStyleTOP_RIGHT_FOR_COLUMN_STYLEstatic TopRightIconCssStyleTOP_RIGHT_STYLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBasicCssClass()StringgetLayerCssClass()
-
-
-
Field Detail
-
BOTTOM_LEFT_STYLE
static final BottomLeftIconCssStyle BOTTOM_LEFT_STYLE
-
BOTTOM_RIGHT_STYLE
static final BottomRightIconCssStyle BOTTOM_RIGHT_STYLE
-
BOTTOM_LEFT_FOR_COLUMN_STYLE
static final BottomLeftForColumnIconCssStyle BOTTOM_LEFT_FOR_COLUMN_STYLE
-
BOTTOM_RIGHT_FOR_COLUMN_STYLE
static final BottomRightForColumnIconCssStyle BOTTOM_RIGHT_FOR_COLUMN_STYLE
-
CENTER_STYLE
static final CenterIconCssStyle CENTER_STYLE
-
CENTER_FOR_COLUMN_STYLE
static final CenterForColumnIconCssStyle CENTER_FOR_COLUMN_STYLE
-
CENTER_STYLE_WITH_RIGHT_SHIFT
static final CenterWithRightShiftCssStyle CENTER_STYLE_WITH_RIGHT_SHIFT
-
IN_ROW_STYLE
static final InRowIconCssStyle IN_ROW_STYLE
-
TOP_LEFT_STYLE
static final TopLeftIconCssStyle TOP_LEFT_STYLE
-
TOP_RIGHT_STYLE
static final TopRightIconCssStyle TOP_RIGHT_STYLE
-
TOP_RIGHT_FOR_COLUMN_STYLE
static final TopRightForColumnIconCssStyle TOP_RIGHT_FOR_COLUMN_STYLE
-
-