Schnittstelle ISizeStyle<S extends ISizeStyle<S>>
- Typparameter:
S- is the type of aISizeStyle.
- 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, ButtonStyle, ComponentStyle, DropdownMenuStyle, FloatContainerStyle, GridStyle, HorizontalStackStyle, ImageControlStyle, LabelStyle, LinkStyle, SingleContainerStyle, TextboxStyle, UploaderStyle, ValidationLabelStyle, VerticalStackStyle
public interface ISizeStyle<S extends ISizeStyle<S>>
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanbooleandefinesWidthForState(ControlState state) forStateSetHeight(ControlState state, int height) forStateSetHeightInPercentOfViewArea(ControlState state, double heightInPercentOfViewAreaHeight) forStateSetWidth(ControlState state, int width) forStateSetWidthInPercentOfViewAreaWidth(ControlState state, double widthInPercentOfViewAreaWidth) getHeightForState(ControlState state) getWidthForState(ControlState state) voidvoid
-
Methodendetails
-
definesHeightForState
-
definesWidthForState
-
getHeightForState
-
getWidthForState
-
removeCustomHeights
void removeCustomHeights() -
removeCustomWidths
void removeCustomWidths() -
forStateSetHeight
-
forStateSetHeightInPercentOfViewArea
-
forStateSetWidth
-
forStateSetWidthInPercentOfViewAreaWidth
S forStateSetWidthInPercentOfViewAreaWidth(ControlState state, double widthInPercentOfViewAreaWidth)
-