Schnittstelle ISizeStyle<S extends ISizeStyle<S>>

Typparameter:
S - is the type of a ISizeStyle.
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
  • Methodendetails

    • definesHeightForState

      boolean definesHeightForState(ControlState state)
    • definesWidthForState

      boolean definesWidthForState(ControlState state)
    • getHeightForState

      IAbsoluteOrRelativeInt getHeightForState(ControlState state)
    • getWidthForState

      IAbsoluteOrRelativeInt getWidthForState(ControlState state)
    • removeCustomHeights

      void removeCustomHeights()
    • removeCustomWidths

      void removeCustomWidths()
    • forStateSetHeight

      S forStateSetHeight(ControlState state, int height)
    • forStateSetHeightInPercentOfViewArea

      S forStateSetHeightInPercentOfViewArea(ControlState state, double heightInPercentOfViewAreaHeight)
    • forStateSetWidth

      S forStateSetWidth(ControlState state, int width)
    • forStateSetWidthInPercentOfViewAreaWidth

      S forStateSetWidthInPercentOfViewAreaWidth(ControlState state, double widthInPercentOfViewAreaWidth)