nl.coderight.jazz.form.control
Class WizardControl
java.lang.Object
nl.coderight.jazz.form.FormField<V>
nl.coderight.jazz.form.FormControl
nl.coderight.jazz.form.control.WizardControl
public class WizardControl
- extends FormControl
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 |
WizardControl
public WizardControl()
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.