Class GomScriptButtonEntry
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomLangInfoProvider
de.espirit.firstspirit.access.store.templatestore.gom.GomScriptButtonEntry
- All Implemented Interfaces:
- GomCheckable,- GomElement,- GomLangInfoProvider,- Serializable
Entry implementation for defining script-based buttons.
- Since:
- 4.0
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckableGomCheckable.Context
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomLangInfoProviderdescription, getLabel, label, setLabel, validateMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElementgetGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfigurationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElementgetGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
- 
Field Details- 
TAGThe tag of this component- Since:
- 4.0
- See Also:
 
 
- 
- 
Constructor Details- 
GomScriptButtonEntrypublic GomScriptButtonEntry()
 
- 
- 
Method Details- 
getDefaultTagDescription copied from class:AbstractGomElementReturn the default tag for a gom element.- Specified by:
- getDefaultTagin class- AbstractGomElement
- Returns:
- The elements default tag.
 
- 
getLangInfosDescription copied from class:AbstractGomLangInfoProviderProvides the language information.- Specified by:
- getLangInfosin interface- GomLangInfoProvider
- Overrides:
- getLangInfosin class- AbstractGomLangInfoProvider
- Returns:
- The language information container.
 
- 
scriptConvenience API returning the script for a specific language- Parameters:
- lang- the language for which the script should be returned
- Returns:
- the script, may be nullif unavailable
- Since:
- 4.0
 
- 
verifyDescription copied from interface:GomCheckableVerify the element to be fulfill its syntactic constraints.- Throws:
- IllegalStateException- If the element is not correctly set up.
 
 
-