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>>
  • 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()
    • setHeightForState

      S setHeightForState(ControlState state, int height)
    • setHeightInPercentOfViewAreaForState

      S setHeightInPercentOfViewAreaForState(ControlState state, double heightInPercentOfViewAreaHeight)
    • setWidthForState

      S setWidthForState(ControlState state, int width)
    • setWidthInPercentOfViewAreaWidthForState

      S setWidthInPercentOfViewAreaWidthForState(ControlState state, double widthInPercentOfViewAreaWidth)