Schnittstelle ISizeStyle<S extends ISizeStyle<S>>
- Alle bekannten Unterschnittstellen:
IAccordionStyle
,IButtonStyle
,ICheckboxStyle
,IComponentStyle
,IControlStyle<CS>
,IDropdownMenuStyle
,IGridStyle
,IHorizontalStackStyle
,IImageControlStyle
,IItemMenuStyle<IMS>
,ILabelStyle
,ILinearContainerStyle<LCL>
,ILinkStyle
,ISingleContainerStyle
,ITabContainerStyle
,ITextboxStyle
,IUploaderStyle
,IValidationLabelStyle
,IVerticalStackStyle
- Alle bekannten Implementierungsklassen:
BaseComponentStyle
,ButtonStyle
,ControlStyle
,DropdownMenuStyle
,FloatContainerStyle
,GridStyle
,HorizontalStackStyle
,ImageControlStyle
,ItemMenuStyle
,LabelStyle
,LinearContainerStyle
,LinkStyle
,SingleContainerStyle
,TextboxStyle
,UploaderStyle
,ValidationLabelStyle
,VerticalStackStyle
public interface ISizeStyle<S extends ISizeStyle<S>>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
boolean
definesWidthForState
(ControlState state) getHeightForState
(ControlState state) getWidthForState
(ControlState state) void
void
setHeightForState
(ControlState state, int height) setHeightInPercentOfViewAreaForState
(ControlState state, double heightInPercentOfViewAreaHeight) setWidthForState
(ControlState state, int width) setWidthInPercentOfViewAreaWidthForState
(ControlState state, double widthInPercentOfViewAreaWidth)
-
Methodendetails
-
definesHeightForState
-
definesWidthForState
-
getHeightForState
-
getWidthForState
-
removeCustomHeights
void removeCustomHeights() -
removeCustomWidths
void removeCustomWidths() -
setHeightForState
-
setHeightInPercentOfViewAreaForState
-
setWidthForState
-
setWidthInPercentOfViewAreaWidthForState
S setWidthInPercentOfViewAreaWidthForState(ControlState state, double widthInPercentOfViewAreaWidth)
-