Interface GomCatalog
- All Superinterfaces:
GomElement
,GomFormElement
,GomHideable
,GomLangInfoProvider
,Serializable
Definition of the GOM descriptor for the FirstSpirit catalog gadget.
- Since:
- 5.2.23
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates, whether it is forbidden to have language dependent inner forms on multiple levels in this catalog's child hierarchy.int
height()
Provides the defined height for this component or its default, if unset.Provides a set of template UIDs as defined eligible for this catalog.Provides the UID type for templates allowed for this catalog.viewMode()
Provides the initial view mode for displaying index entries.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()Provides 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
-
templates
Provides a set of template UIDs as defined eligible for this catalog.- Returns:
- The allowed templates.
- Since:
- 5.2.23
-
templatesUidType
IDProvider.UidType templatesUidType()Provides the UID type for templates allowed for this catalog.- Returns:
- The templates' UID type.
- Since:
- 5.2.23
-
forbidsPolyglotDataHierarchy
boolean forbidsPolyglotDataHierarchy()Indicates, whether it is forbidden to have language dependent inner forms on multiple levels in this catalog's child hierarchy.- Returns:
true
, if forbidden.- Since:
- 5.2.510
-