Class GomInvalid
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.GomInvalid
- All Implemented Interfaces:
GomCheckable
,GomElement
,GomEmbeddedXml
,GomFormElement
,GomHideable
,GomLangInfoProvider
,GomSearchRelevancy
,LineBreakable
,Serializable
Representation of an invalid gom element containing the original definition as embedded XML.
- Since:
- 5.2.210306
- 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 TypeMethodDescriptionIndicates, whether the form element allows to stay empty.protected String
Return the default tag for a gom element.EditorValue<?>
Provides the editor containing the default value for this form element.Get the XML to be embedded for the elementIndicates, whether this form element is visible in the form.Provides language dependent information on this form element, like a label and description for multiple languages.Provides the mode for handling preset value for this form element.void
setEmbeddedXml
(String xml) Set the given XML as element contentMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
allowsEmpty, breaks, clone, convertEntities, description, fillsHorizontally, getConvertEntities, getHFill, getLabel, getName, getNoBreak, getSearchRelevancy, getUseLanguages, 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
The tag of this component- Since:
- 5.2.210306
- See Also:
-
-
Constructor Details
-
GomInvalid
public GomInvalid()
-
-
Method Details
-
getDefaultTag
Description copied from class:AbstractGomElement
Return the default tag for a gom element.- Specified by:
getDefaultTag
in classAbstractGomElement
- Returns:
- The elements default tag.
-
setEmbeddedXml
Description copied from interface:GomEmbeddedXml
Set the given XML as element content- Specified by:
setEmbeddedXml
in interfaceGomEmbeddedXml
- Parameters:
xml
- The embedded XML
-
getEmbeddedXml
Description copied from interface:GomEmbeddedXml
Get the XML to be embedded for the element- Specified by:
getEmbeddedXml
in interfaceGomEmbeddedXml
- Returns:
- The XML to embed
-
getAllowEmpty
Description copied from class:AbstractGomFormElement
Indicates, whether the form element allows to stay empty.- Specified by:
getAllowEmpty
in interfaceGomFormElement
- Overrides:
getAllowEmpty
in classAbstractGomFormElement
- Returns:
YES
, if empty is allowed. Defaults toYesNo.YES
.
-
getHidden
Description copied from class:AbstractGomFormElement
Indicates, whether this form element is visible in the form.- Specified by:
getHidden
in interfaceGomFormElement
- Overrides:
getHidden
in classAbstractGomFormElement
- Returns:
YES
, if hidden. Defaults tono
.
-
getPreset
Description copied from class:AbstractGomFormElement
Provides the mode for handling preset value for this form element.- Specified by:
getPreset
in interfaceGomFormElement
- Overrides:
getPreset
in classAbstractGomFormElement
- Returns:
- The preset mode. Defaults to
default
.
-
getLangInfos
Description copied from class:AbstractGomFormElement
Provides language dependent information on this form element, like a label and description for multiple languages.- Specified by:
getLangInfos
in interfaceGomLangInfoProvider
- Overrides:
getLangInfos
in classAbstractGomFormElement
- Returns:
- A language information container.
-
getDefaultValue
Description copied from class:AbstractGomFormElement
Provides the editor containing the default value for this form element.- Specified by:
getDefaultValue
in interfaceGomFormElement
- Overrides:
getDefaultValue
in classAbstractGomFormElement
- Returns:
- The default value container.
-