ariba.ui.wizard.core
Class WizardAction

java.lang.Object
  extended by 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.


Constructor Summary
WizardAction(Wizard wizard, String name, String label, String button, String hintKey, boolean ignoreValidation)
          Added for use by demoshell
 
Method Summary
 String getHint()
           
 String getLabel()
           
 String getName()
           
 String getTarget()
           
 Wizard getWizard()
           
 boolean ignoreValidation()
           
 boolean isDefault()
           
 boolean isEnabled()
           
 void setEnabled(boolean isEnabled)
           
 boolean shouldTakeValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardAction

public WizardAction(Wizard wizard,
                    String name,
                    String label,
                    String button,
                    String hintKey,
                    boolean ignoreValidation)
Added for use by demoshell

Method Detail

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.