org.openfjord.presentation.enhydra.framework
Class BaseTable

java.lang.Object
  |
  +--org.openfjord.presentation.enhydra.framework.BaseTable
Direct Known Subclasses:
ElementListTable, ErrorMessageTable, MenuListTable

public abstract class BaseTable
extends java.lang.Object


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

doc

protected org.w3c.dom.Document doc
Constructor Detail

BaseTable

public BaseTable()
Constructor.


BaseTable

public BaseTable(org.w3c.dom.Document doc)
Constructor.

Method Detail

setDocument

public void setDocument(org.w3c.dom.Document doc)
Set the document.


getTable

public abstract org.w3c.dom.Node getTable()
Get the result table document.


getTableForDocument

public org.w3c.dom.Node getTableForDocument()
Get the result table document.



openFJORD Copyright © 2003 University of Muenster.