ariba.ui.wizard.core
Class WizardAction
java.lang.Object
ariba.ui.wizard.core.WizardAction
public class WizardAction
- extends java.lang.Object
The WizardAction class encapsulates an instance of some action, built-in
or custom, within a particular wizard. It has holds immutable state like
name & label, as well as dynamic state like whether the action is
currently enabled.
Constructor Summary |
WizardAction(Wizard wizard,
java.lang.String name,
java.lang.String label,
java.lang.String button,
java.lang.String hintKey,
boolean ignoreValidation)
Added for use by demoshell |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WizardAction
public WizardAction(Wizard wizard,
java.lang.String name,
java.lang.String label,
java.lang.String button,
java.lang.String hintKey,
boolean ignoreValidation)
- Added for use by demoshell
getWizard
public Wizard getWizard()
getName
public java.lang.String getName()
getTarget
public java.lang.String getTarget()
getLabel
public java.lang.String getLabel()
getHint
public java.lang.String getHint()
shouldTakeValues
public boolean shouldTakeValues()
ignoreValidation
public boolean ignoreValidation()
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean isEnabled)
isDefault
public boolean isDefault()
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.