nl.coderight.jazz.form.control
Class WizardControl

java.lang.Object
  extended by nl.coderight.jazz.form.FormField<V>
      extended by nl.coderight.jazz.form.FormControl
          extended by nl.coderight.jazz.form.control.WizardControl

public class WizardControl
extends FormControl


Nested Class Summary
static class WizardControl.WizardEvent
           
 
Field Summary
 
Fields inherited from class nl.coderight.jazz.form.FormField
Config
 
Constructor Summary
WizardControl()
           
 
Method Summary
 void addPage(String name, FormField field)
           
 void back()
           
 int getIndex()
           
 String getPage()
           
 boolean isFirstPage()
           
 boolean isLastPage()
           
 void next()
           
 void setBackAction(Action action)
           
 void setBackEnabled(boolean enabled)
           
 void setCancelAction(Action action)
           
 void setFinishAction(Action action)
           
 void setFinishEnabled(boolean enabled)
           
 void setHelpAction(Action action)
           
 void setHelpVisible(boolean visible)
           
 void setLeftField(FormField field)
           
 void setNextAction(Action action)
           
 void setNextEnabled(boolean enabled)
           
 
Methods inherited from class nl.coderight.jazz.form.FormControl
addField, addField, focus, focusField, focusNextField, focusPreviousField, getBindID, getFields, getFocusComponent, hasFocus, registerKeyboardAction, setComponent, setEnabled, setLayout, setTitle
 
Methods inherited from class nl.coderight.jazz.form.FormField
dispatchEvent, dispose, focusNextField, focusPreviousField, getBackground, getBorder, getComponent, getCursor, getDataBinding, getForeground, getForm, getLabel, getParent, getPreferredSize, getToolTip, getValue, isBindable, isChanged, isEnabled, isFocusable, isOpaque, isReadonly, isShowing, isValueChanged, isVisible, onChange, onClick, onDoubleClick, onFocusGained, onFocusLost, onMouseEnter, onMouseLeave, onPopup, setBackground, setBindID, setBorder, setChanged, setComponent, setCursor, setDataBinding, setFocusable, setForeground, setOnFocusGainedEvent, setOnFocusLostEvent, setOpaque, setPopupMenu, setPreferredSize, setReadonly, setToolTip, setValue, setVisible, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardControl

public WizardControl()
Method Detail

setHelpAction

public void setHelpAction(Action action)

setHelpVisible

public void setHelpVisible(boolean visible)

setBackAction

public void setBackAction(Action action)

setBackEnabled

public void setBackEnabled(boolean enabled)

setNextAction

public void setNextAction(Action action)

setNextEnabled

public void setNextEnabled(boolean enabled)

setFinishAction

public void setFinishAction(Action action)

setFinishEnabled

public void setFinishEnabled(boolean enabled)

setCancelAction

public void setCancelAction(Action action)

setLeftField

public void setLeftField(FormField field)

addPage

public void addPage(String name,
                    FormField field)

getPage

public String getPage()

getIndex

public int getIndex()

isFirstPage

public boolean isFirstPage()

isLastPage

public boolean isLastPage()

back

public void back()

next

public void next()


Copyright 2010 CodeRight, All rights reserved.