Modifier and Type | Field and Description |
---|---|
protected TableComponent |
parentComponent
Component containing this component;
null for a TableBody . |
protected Element |
peerElement
Element which is the XML (DOM) representation of this component.
|
Modifier | Constructor and Description |
---|---|
protected |
TableComponent(TableComponent parentComponent,
Element peerElement)
Constructs a component having specified container component and
specified peer element.
|
Modifier and Type | Method and Description |
---|---|
TableComponent |
getParentComponent()
Returns the component containing this component.
|
Element |
getPeerElement()
Returns the element which is the XML (DOM) representation of this
component.
|
protected TableComponent parentComponent
null
for a TableBody
.protected TableComponent(TableComponent parentComponent, Element peerElement)
getParentComponent()
,
getPeerElement()
public TableComponent getParentComponent()
null
for a TableBody
.public Element getPeerElement()