Class AbstractGomGridSelect
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomSelect
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomGridSelect
- All Implemented Interfaces:
Cloneable<GomFormElement>
,OptionFactoryProvider
,GomCheckable
,GomElement
,GomEntryProvider
,GomFormElement
,GomHideable
,GomLangInfoProvider
,GomSearchRelevancy
,LineBreakable
,RelationEnabling
,Serializable
,Cloneable
- Direct Known Subclasses:
GomCheckbox
,GomRadiobutton
Abstract base class for grid selections like checkboxes and radio-buttons
- Since:
- 4.0.30
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckable
GomCheckable.Context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the number of options per columnReturns the number of options per rowint
gridHeight
(@NotNull OptionModel model) Convenience API forgetGridHeight()
returning an integer valueint
gridWidth
(@NotNull OptionModel model) Convenience API forgetGridWidth()
returning an integer value.void
setGridHeight
(PositiveInteger gridHeight) Sets the number of options per columnvoid
setGridWidth
(PositiveInteger gridWidth) Sets the number of options per rowMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomSelect
allowsRelations, clone, getEntries, getOptionFactory, getSortOrder, setSortOrder, sortOrder, validate
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
allowsEmpty, breaks, convertEntities, description, fillsHorizontally, getAllowEmpty, getConvertEntities, getDefaultValue, getHFill, getHidden, getLabel, getLangInfos, getName, getNoBreak, getPreset, getSearchRelevancy, getUseLanguages, isHidden, label, name, preset, setAllowEmpty, setConvertEntities, setDefaultValue, setHFill, setHidden, setLabel, setLabelAndDescription, setName, setNoBreak, setPreset, setSearchRelevancy, setUseLanguages, usesLanguages, verify
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getDefaultTag, getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Constructor Details
-
AbstractGomGridSelect
public AbstractGomGridSelect()
-
-
Method Details
-
getGridHeight
Returns the number of options per column- Since:
- 4.0.30
-
setGridHeight
Sets the number of options per column- Since:
- 4.0.30
-
getGridWidth
Returns the number of options per row- Since:
- 4.0.30
-
setGridWidth
Sets the number of options per row- Since:
- 4.0.30
-
gridWidth
Convenience API forgetGridWidth()
returning an integer value.- Since:
- 4.0.30
-
gridHeight
Convenience API forgetGridHeight()
returning an integer value- Since:
- 4.0.30
-