Schnittstelle ISizeStyle<S extends ISizeStyle<S>>
- Alle bekannten Unterschnittstellen:
IAccordionStyle,IButtonStyle,ICheckboxStyle,IComponentStyle,IControlStyle<S>,IDropdownMenuStyle,IGridStyle,IHorizontalStackStyle,IImageControlStyle,IItemMenuStyle<S>,ILabelStyle,ILinearContainerStyle<S>,ILinkStyle,ISingleContainerStyle,ITabContainerStyle,ITextboxStyle,IUploaderStyle,IValidationLabelStyle,IVerticalStackStyle
- Alle bekannten Implementierungsklassen:
AbstractControlStyle,AbstractItemMenuStyle,AbstractLinearContainerStyle,BaseComponentStyle,ButtonStyle,DropdownMenuStyle,FloatContainerStyle,GridStyle,HorizontalStackStyle,ImageControlStyle,LabelStyle,LinkStyle,SingleContainerStyle,TextboxStyle,UploaderStyle,ValidationLabelStyle,VerticalStackStyle
public interface ISizeStyle<S extends ISizeStyle<S>>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleandefinesWidthForState(ControlState state) getHeightForState(ControlState state) getWidthForState(ControlState state) voidvoidsetHeightForState(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)
-