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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Provides the mode for entity conversions.protected StringDeprecated.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 listintmaxEntries(int fallback) Deprecated.Returns the maximum number of sections or the specified fallback if not availableintrows(int defaultRows) Deprecated.Convenience API forgetRows()returning a fallback of not availablevoidsetDisplay(String csv) Deprecated.since 4.0 - no replacementvoidsetMaxEntries(PositiveInteger maxEntries) Deprecated.Sets the maximum number of sectionsvoidsetRows(PositiveInteger rows) Deprecated.Sets the height of form element area in rowsvoidsetTemplates(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 aGomVariableListMethods 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, 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, 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:AbstractGomElementReturn the default tag for a gom element.- Specified by:
getDefaultTagin 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:AbstractGomFormElementIndicates, whether to have separate values in different languages.- Overrides:
getUseLanguagesin classAbstractGomFormElement- Returns:
YES, if it has separate values. Default isYesNo.YES.
-
getConvertEntities
Deprecated.Description copied from class:AbstractGomFormElementProvides the mode for entity conversions.- Overrides:
getConvertEntitiesin classAbstractGomFormElement- Returns:
- The entity conversion mode. Default is
none.
-
getNoBreak
Deprecated.Description copied from class:AbstractGomFormElementIndicates, whether the next form element should follow in the same line as this one.- Overrides:
getNoBreakin 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
-
GomCataloginstead