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 StringReturn 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.voidsetEmbeddedXml(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, 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
The tag of this component- Since:
- 5.2.210306
- See Also:
-
-
Constructor Details
-
GomInvalid
public GomInvalid()
-
-
Method Details
-
getDefaultTag
Description copied from class:AbstractGomElementReturn the default tag for a gom element.- Specified by:
getDefaultTagin classAbstractGomElement- Returns:
- The elements default tag.
-
setEmbeddedXml
Description copied from interface:GomEmbeddedXmlSet the given XML as element content- Specified by:
setEmbeddedXmlin interfaceGomEmbeddedXml- Parameters:
xml- The embedded XML
-
getEmbeddedXml
Description copied from interface:GomEmbeddedXmlGet the XML to be embedded for the element- Specified by:
getEmbeddedXmlin interfaceGomEmbeddedXml- Returns:
- The XML to embed
-
getAllowEmpty
Description copied from class:AbstractGomFormElementIndicates, whether the form element allows to stay empty.- Specified by:
getAllowEmptyin interfaceGomFormElement- Overrides:
getAllowEmptyin classAbstractGomFormElement- Returns:
YES, if empty is allowed. Defaults toYesNo.YES.
-
getHidden
Description copied from class:AbstractGomFormElementIndicates, whether this form element is visible in the form.- Specified by:
getHiddenin interfaceGomFormElement- Overrides:
getHiddenin classAbstractGomFormElement- Returns:
YES, if hidden. Defaults tono.
-
getPreset
Description copied from class:AbstractGomFormElementProvides the mode for handling preset value for this form element.- Specified by:
getPresetin interfaceGomFormElement- Overrides:
getPresetin classAbstractGomFormElement- Returns:
- The preset mode. Defaults to
default.
-
getLangInfos
Description copied from class:AbstractGomFormElementProvides language dependent information on this form element, like a label and description for multiple languages.- Specified by:
getLangInfosin interfaceGomLangInfoProvider- Overrides:
getLangInfosin classAbstractGomFormElement- Returns:
- A language information container.
-
getDefaultValue
Description copied from class:AbstractGomFormElementProvides the editor containing the default value for this form element.- Specified by:
getDefaultValuein interfaceGomFormElement- Overrides:
getDefaultValuein classAbstractGomFormElement- Returns:
- The default value container.
-