public abstract class AbstractGomElement extends Object implements GomElement
Constructor and Description |
---|
AbstractGomElement()
Constructor applying the default tag.
|
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getDefaultTag()
Return the default tag for a gom element.
|
String |
getGomElementTag()
Provides the tag for this GOM element.
|
GomIncludeConfiguration |
getIncludeConfiguration()
Provides access to an include configuration object.
|
boolean |
hasRepresentation()
Indicates the GOM element having a UI representation.
|
void |
setGomElementTag(String name)
Define the tag for this GOM element.
|
void |
setIncludeConfiguration(GomIncludeConfiguration configuration)
Defines the include configuration for this element (may be null).
|
public AbstractGomElement()
protected abstract String getDefaultTag()
public final void setGomElementTag(String name)
setGomElementTag
in interface GomElement
name
- The tag name.public String getGomElementTag()
getGomElementTag
in interface GomElement
public GomIncludeConfiguration getIncludeConfiguration()
getIncludeConfiguration
in interface GomElement
public void setIncludeConfiguration(GomIncludeConfiguration configuration)
setIncludeConfiguration
in interface GomElement
The
- configuration.public boolean hasRepresentation()
hasRepresentation
in interface GomElement
true
, if it has a representation.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210