Class AbstractGomCombobox
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.AbstractGomCombobox
- All Implemented Interfaces:
Cloneable<GomFormElement>,OptionFactoryProvider,GomCheckable,GomElement,GomEntryProvider,GomFormElement,GomHideable,GomLangInfoProvider,GomSearchRelevancy,LineBreakable,RelationEnabling,Serializable,Cloneable
- Direct Known Subclasses:
GomCombobox,GomListSelect
Abstract base class for combo-boxes.
- 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 width of the combobox as number of letters@NotNull OptionProvides aStringcontaininglength()times M.intlength()Convenience API forgetLength()returning an integer valuevoidsetLength(PositiveInteger length) Sets the width of the combobox as number of lettersMethods 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
getDefaultTag, 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, setIncludeConfiguration
-
Constructor Details
-
AbstractGomCombobox
public AbstractGomCombobox()
-
-
Method Details
-
getLength
Returns the width of the combobox as number of letters- Since:
- 4.0.30
-
setLength
Sets the width of the combobox as number of letters- Since:
- 4.0.30
-
length
public int length()Convenience API forgetLength()returning an integer value- Since:
- 4.0.30
-
getPrototypeDisplayValue
Provides aStringcontaininglength()times M.- Returns:
- The display value.
- Since:
- 4.0.30
-