butler.client.record
Class DRecordTree
java.lang.Object
butler.client.util.DTree
butler.client.record.DRecordTree
public class DRecordTree
- extends DTree
- Author:
- Fredrik Bertilsson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRecordTree
public DRecordTree(Table tab,
RecordFormatter formatter)
DRecordTree
public DRecordTree(Table tab,
Column col)
addChild
public void addChild(ForeignKey fk,
Column col)
throws java.lang.Exception
- Throws:
java.lang.Exception
addChild
public void addChild(ForeignKey fk,
DRecordTree child)
getTable
public Table getTable()
getFormatter
public RecordFormatter getFormatter()
getChildren
public java.util.List getChildren()
getChild
public DRecordTree getChild(ForeignKey fk)
setCaption
public void setCaption(java.lang.String caption)
getCaption
public java.lang.String getCaption()
throws java.lang.Exception
- Throws:
java.lang.Exception
parse
public static DRecordTree parse(org.dom4j.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception