Schnittstelle IGridStyle

Alle Superschnittstellen:
IBackgroundStyle<IGridStyle>, IBorderStyle<IGridStyle>, IControlHeadStyle<IGridStyle>, IControlStyle<IGridStyle>, IElement, IMultiStateConfiguration<IGridStyle,ControlState>, IMutableElement, IPaddingStyle<IGridStyle>, IRespondingMutableElement<IGridStyle>, ISizeStyle<IGridStyle>, Resettable
Alle bekannten Implementierungsklassen:
GridStyle

public interface IGridStyle extends IControlStyle<IGridStyle>
  • Methodendetails

    • getChildControlMarginWhenHasState

      int getChildControlMarginWhenHasState(ControlState state)
    • getGridColorWhenHasState

      IColor getGridColorWhenHasState(ControlState state)
    • getGridThicknessWhenHasState

      int getGridThicknessWhenHasState(ControlState state)
    • getGridTypeWhenHasState

      GridType getGridTypeWhenHasState(ControlState state)
    • removeCustomChildControlMargins

      void removeCustomChildControlMargins()
    • removeCustomGridColors

      void removeCustomGridColors()
    • removeCustomGridThicknesses

      void removeCustomGridThicknesses()
    • removeCustomGridTypes

      void removeCustomGridTypes()
    • setChildControlMarginForState

      IGridStyle setChildControlMarginForState(ControlState state, int childControlMargin)
    • setGridColorForState

      IGridStyle setGridColorForState(ControlState state, IColor gridColor)
    • setGridThicknessForState

      IGridStyle setGridThicknessForState(ControlState state, int gridThickness)
    • setGridTypeForState

      IGridStyle setGridTypeForState(ControlState state, GridType gridType)