butler.client.form
Class DWizard

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

public class DWizard
extends DForm

Author:
Fredrik Bertilsson

Nested Class Summary
 class DWizard.Step
           
 
Nested classes/interfaces inherited from class butler.client.form.DForm
DForm.Parser
 
Constructor Summary
DWizard(Table tab)
           
 
Method Summary
 DWizard.Step addStep()
           
 DWizard.Step getStep(int i)
           
 int getStepCount()
           
 Table getTable()
           
static DWizard 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

DWizard

public DWizard(Table tab)
        throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getTable

public Table getTable()

addStep

public DWizard.Step addStep()

getStep

public DWizard.Step getStep(int i)

getStepCount

public int getStepCount()

parse

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