Interface IGridStyle

All Superinterfaces:
AttributesRepresentable, BackgroundStyle<IGridStyle>, BorderStyle<IGridStyle>, ControlBaseStyle<IGridStyle>, ControlStyle<IGridStyle>, CornerStyle<IGridStyle>, Element, MultiStateConfiguration<IGridStyle, ControlState>, MutableElement, PaddingStyle<IGridStyle>, Resettable, RespondingMutableElement<IGridStyle>, ShadowStyle<IGridStyle>, SizeStyle<IGridStyle>, SpecificationRepresentable
All Known Implementing Classes:
GridStyle

public interface IGridStyle extends ControlStyle<IGridStyle>
Author:
Silvan Wyss
  • Method Details

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