butler.client.form
Class DTreeForm

java.lang.Object
  extended by butler.client.form.DForm
      extended by butler.client.form.DTreeForm

public class DTreeForm
extends DForm

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from class butler.client.form.DForm
DForm.Parser
 
Constructor Summary
DTreeForm()
           
 
Method Summary
 DDetailForm getDetailForm(Table tab)
           
 DQueryPanel getQueryPanel(Table tab)
           
 DRecordEditor getRecordEditor(Table tab)
           
 DTree getTree()
           
static DTreeForm parse(org.dom4j.Element element)
           
 
Methods inherited from class butler.client.form.DForm
addAction, addMenu, createMenuItem, getAction, getActions, getCaption, getChildFormId, getChildren, getHelp, getId, getMenuList, getNativeInfo, getParent, getSiblingFormId, getStatusBar, getTitle, parseForm, parseForm, registerParser, setCaption, setCaption, setHelp, setHelp, setId, setNativeInfo, setParent, setStatusBar, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTreeForm

public DTreeForm()
Method Detail

parse

public static DTreeForm parse(org.dom4j.Element element)
                       throws java.lang.Exception
Throws:
java.lang.Exception

getTree

public DTree getTree()

getRecordEditor

public DRecordEditor getRecordEditor(Table tab)

getDetailForm

public DDetailForm getDetailForm(Table tab)

getQueryPanel

public DQueryPanel getQueryPanel(Table tab)