Class GomContentAreaList
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.GomContentAreaList
- All Implemented Interfaces:
GomCheckable
,GomElement
,GomFormElement
,GomHideable
,GomLangInfoProvider
,GomSearchRelevancy
,LineBreakable
,Serializable
@Deprecated(since="5.0")
@NonExtendable
public class GomContentAreaList
extends AbstractGomFormElement
Deprecated.
GuiXML element implementation for contentarea lists
- Since:
- 3.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckable
GomCheckable.Context
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Provides the mode for entity conversions.protected String
Deprecated.Return the default tag for a gom element.Deprecated.since 4.0 - no replacementDeprecated.Maximum number of sectionsDeprecated.Indicates, whether the next form element should follow in the same line as this one.getRows()
Deprecated.Height of form element area in rowsDeprecated.Section templates to choose fromDeprecated.since 4.0 - no replacementDeprecated.Deprecated.Variables from inserted sections to be displayed in the listint
maxEntries
(int fallback) Deprecated.Returns the maximum number of sections or the specified fallback if not availableint
rows
(int defaultRows) Deprecated.Convenience API forgetRows()
returning a fallback of not availablevoid
setDisplay
(String csv) Deprecated.since 4.0 - no replacementvoid
setMaxEntries
(PositiveInteger maxEntries) Deprecated.Sets the maximum number of sectionsvoid
setRows
(PositiveInteger rows) Deprecated.Sets the height of form element area in rowsvoid
setTemplates
(String csv) Deprecated.since 4.0 - no replacementsources()
Deprecated.Convenience API forgetSources()
returning the unique names of the sourcesDeprecated.Returns all variables in a simple list instead of aGomVariableList
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
allowsEmpty, breaks, clone, convertEntities, description, fillsHorizontally, getAllowEmpty, getDefaultValue, getHFill, getHidden, getLabel, getLangInfos, getName, getPreset, getSearchRelevancy, isHidden, label, name, preset, setAllowEmpty, setConvertEntities, setDefaultValue, setHFill, setHidden, setLabel, setLabelAndDescription, setName, setNoBreak, setPreset, setSearchRelevancy, setUseLanguages, usesLanguages, validate, verify
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
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
-
Field Details
-
TAG
Deprecated.The tag of this component- Since:
- 4.0
- See Also:
-
-
Constructor Details
-
GomContentAreaList
public GomContentAreaList()Deprecated.
-
-
Method Details
-
getDefaultTag
Deprecated.Description copied from class:AbstractGomElement
Return the default tag for a gom element.- Specified by:
getDefaultTag
in classAbstractGomElement
- Returns:
- The elements default tag.
-
getRows
Deprecated.Height of form element area in rows- Since:
- 3.0
-
setRows
Deprecated.Sets the height of form element area in rows- Since:
- 3.0
-
getSources
Deprecated.Section templates to choose from- Since:
- 4.0
-
getVariables
Deprecated.Variables from inserted sections to be displayed in the list- Since:
- 4.0
-
getUseLanguages
Deprecated.Description copied from class:AbstractGomFormElement
Indicates, whether to have separate values in different languages.- Overrides:
getUseLanguages
in classAbstractGomFormElement
- Returns:
YES
, if it has separate values. Default isYesNo.YES
.
-
getConvertEntities
Deprecated.Description copied from class:AbstractGomFormElement
Provides the mode for entity conversions.- Overrides:
getConvertEntities
in classAbstractGomFormElement
- Returns:
- The entity conversion mode. Default is
none
.
-
getNoBreak
Deprecated.Description copied from class:AbstractGomFormElement
Indicates, whether the next form element should follow in the same line as this one.- Overrides:
getNoBreak
in classAbstractGomFormElement
- Returns:
YES
, to make the next form element follow. Defaults toYesNo.NO
.
-
getMaxEntries
Deprecated.Maximum number of sections- Since:
- 4.0.58
-
setMaxEntries
Deprecated.Sets the maximum number of sections- Since:
- 4.0.58
-
rows
public int rows(int defaultRows) Deprecated.Convenience API forgetRows()
returning a fallback of not available- Parameters:
defaultRows
- the default to return if the number of rows cannot be determined- Since:
- 4.0
-
sources
Deprecated.Convenience API forgetSources()
returning the unique names of the sources- Returns:
- The names of the sources, never
null
- Since:
- 4.0
-
maxEntries
public int maxEntries(int fallback) Deprecated.Returns the maximum number of sections or the specified fallback if not available- Parameters:
fallback
- The fallback to return in case the number of sections cannot be determined- Since:
- 4.0.58
-
variables
Deprecated.Returns all variables in a simple list instead of aGomVariableList
- Since:
- 4.2.5
-
getTemplates
Deprecated.since 4.0 - no replacementTemplates as comma-separated values- Since:
- 3.0
-
setTemplates
Deprecated.since 4.0 - no replacementDefine templates as comma-separated values- Since:
- 3.0
-
getDisplay
Deprecated.since 4.0 - no replacementDisplay variables as comma-separated values- Since:
- 3.0
-
setDisplay
Deprecated.since 4.0 - no replacementDefine display variables as comma-separated values- Since:
- 3.0
-
GomCatalog
instead