Class GomCheckbox
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
de.espirit.firstspirit.access.store.templatestore.gom.GomCheckbox
- All Implemented Interfaces:
Cloneable<GomFormElement>,LabelFactoryProvider,OptionFactoryProvider,GomCheckable,GomElement,GomEntryProvider,GomFormElement,GomHideable,GomLangInfoProvider,GomSearchRelevancy,LineBreakable,RelationEnabling,TextGomFormElement,Serializable,Cloneable
@NonExtendable
public class GomCheckbox
extends AbstractGomGridSelect
implements LabelFactoryProvider, TextGomFormElement
GuiXML element implementation for checkbox.
- Since:
- 2.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckable
GomCheckable.Context -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturn the default tag for a gom element.@NotNull LabelFactory<? extends Label>Get a label factory.Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomGridSelect
getGridHeight, getGridWidth, gridHeight, gridWidth, setGridHeight, setGridWidthMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomSelect
allowsRelations, clone, getEntries, getOptionFactory, getSortOrder, setSortOrder, sortOrder, validateMethods 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, verifyMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfigurationMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfigurationMethods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomFormElement
allowsEmpty, breaks, convertEntities, fillsHorizontally, getAllowEmpty, getDefaultValue, getHidden, getName, getPreset, name, preset, setAllowEmpty, setDefaultValue, setHidden, setName, setPreset, usesLanguagesMethods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomHideable
isHiddenMethods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomLangInfoProvider
description, getLangInfos, label
-
Field Details
-
TAG
The tag of this component- Since:
- 2.0
- See Also:
-
-
Constructor Details
-
GomCheckbox
public GomCheckbox()
-
-
Method Details
-
getDefaultTag
Description copied from class:AbstractGomElementReturn the default tag for a gom element.- Specified by:
getDefaultTagin classAbstractGomElement- Returns:
- The elements default tag.
-
getLabelFactory
Description copied from interface:LabelFactoryProviderGet a label factory.- Specified by:
getLabelFactoryin interfaceLabelFactoryProvider- Returns:
- The label factory.
-