Interface GomIndex
- All Superinterfaces:
GomElement
,GomFormElement
,GomHideable
,GomLangInfoProvider
,Serializable
Definition of the GOM descriptor for the FirstSpirit index gadget.
- Since:
- 5.2.23
-
Method Summary
Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
Methods 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, usesLanguages
Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomHideable
isHidden
Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomLangInfoProvider
description, getLangInfos, label
-
Method Details
-
height
int height()Convenience method providing the defined height for this component or its default, if unset.- Returns:
- The desired initial height.
- Since:
- 5.2.23
-
viewMode
ViewMode viewMode()Provides the initial view mode for displaying index entries.- Returns:
- The initial view mode.
- Since:
- 5.2.23
-
source
GomIndexSource source()Provides the source definition for index entries.- Returns:
- The source definition.
- Since:
- 5.2.23
-