Class GomTableView
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.GomTableView
- All Implemented Interfaces:
GomCheckable,GomElement,GomLangInfoProvider,Serializable
View table view definition parameterized with a name and foreign key attribute name
- Since:
- 3.1
- 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 TypeMethodDescriptionbooleanprotected StringReturn the default tag for a gom element.getKey()The foreign key attribute namegetName()The view's nameinthashCode()voidSets the foreign key attribute namevoidSets the name of the viewvoidverify()Verify the element to be fulfill its syntactic constraints.Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomLangInfoProvider
description, getLabel, getLangInfos, label, setLabel, validateMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, 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:
- 4.0
- See Also:
-
-
Constructor Details
-
GomTableView
Creates a new instance- Since:
- 4.0
-
-
Method Details
-
getDefaultTag
Description copied from class:AbstractGomElementReturn the default tag for a gom element.- Specified by:
getDefaultTagin classAbstractGomElement- Returns:
- The elements default tag.
-
getName
The view's name- Since:
- 4.0
-
setName
Sets the name of the view- Since:
- 4.0
-
getKey
The foreign key attribute name- Since:
- 4.0
-
setKey
Sets the foreign key attribute name- Since:
- 4.0
-
equals
-
hashCode
public int hashCode() -
verify
Description copied from interface:GomCheckableVerify the element to be fulfill its syntactic constraints.- Throws:
IllegalStateException- If the element is not correctly set up.
-