ariba.ui.wizard.core
Class WizardAction
java.lang.Object
ariba.ui.wizard.core.WizardAction
public class WizardAction
- extends 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.
WizardAction
public WizardAction(Wizard wizard,
String name,
String label,
String button,
String hintKey,
boolean ignoreValidation)
- Added for use by demoshell
getWizard
public Wizard getWizard()
getName
public String getName()
getTarget
public String getTarget()
getLabel
public String getLabel()
getHint
public 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-2009 Ariba, Inc. All Rights Reserved.