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 TypeMethodDescriptionboolean
protected String
Return the default tag for a gom element.getKey()
The foreign key attribute namegetName()
The view's nameint
hashCode()
void
Sets the foreign key attribute namevoid
Sets the name of the viewvoid
verify()
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, validate
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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:
- 4.0
- See Also:
-
-
Constructor Details
-
GomTableView
Creates a new instance- Since:
- 4.0
-
-
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.
-
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:GomCheckable
Verify the element to be fulfill its syntactic constraints.- Throws:
IllegalStateException
- If the element is not correctly set up.
-