Class AbstractGomGridSelect

All Implemented Interfaces:
Cloneable<GomFormElement>, OptionFactoryProvider, GomCheckable, GomElement, GomEntryProvider, GomFormElement, GomHideable, GomLangInfoProvider, GomSearchRelevancy, LineBreakable, RelationEnabling, Serializable, Cloneable
Direct Known Subclasses:
GomCheckbox, GomRadiobutton

@NonExtendable public abstract class AbstractGomGridSelect extends AbstractGomSelect
Abstract base class for grid selections like checkboxes and radio-buttons
Since:
4.0.30
See Also:
  • Constructor Details

    • AbstractGomGridSelect

      public AbstractGomGridSelect()
  • Method Details

    • getGridHeight

      public PositiveInteger getGridHeight()
      Returns the number of options per column
      Since:
      4.0.30
    • setGridHeight

      public void setGridHeight(PositiveInteger gridHeight)
      Sets the number of options per column
      Since:
      4.0.30
    • getGridWidth

      public PositiveInteger getGridWidth()
      Returns the number of options per row
      Since:
      4.0.30
    • setGridWidth

      public void setGridWidth(PositiveInteger gridWidth)
      Sets the number of options per row
      Since:
      4.0.30
    • gridWidth

      public int gridWidth(@NotNull @NotNull OptionModel model)
      Convenience API for getGridWidth() returning an integer value.
      Since:
      4.0.30
    • gridHeight

      public int gridHeight(@NotNull @NotNull OptionModel model)
      Convenience API for getGridHeight() returning an integer value
      Since:
      4.0.30