|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openfjord.presentation.enhydra.framework.BaseTable
Field Summary | |
protected org.w3c.dom.Document |
doc
|
Constructor Summary | |
BaseTable()
Constructor. |
|
BaseTable(org.w3c.dom.Document doc)
Constructor. |
Method Summary | |
abstract org.w3c.dom.Node |
getTable()
Get the result table document. |
org.w3c.dom.Node |
getTableForDocument()
Get the result table document. |
void |
setDocument(org.w3c.dom.Document doc)
Set the document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected org.w3c.dom.Document doc
Constructor Detail |
public BaseTable()
public BaseTable(org.w3c.dom.Document doc)
Method Detail |
public void setDocument(org.w3c.dom.Document doc)
public abstract org.w3c.dom.Node getTable()
public org.w3c.dom.Node getTableForDocument()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |