ariba.ui.wizard.meta
Class WizardStepMeta
java.lang.Object
ariba.ui.wizard.meta.GenericMeta
ariba.ui.wizard.meta.WizardStepMeta
public final class WizardStepMeta
- extends GenericMeta
A WizardStepMeta is the runtime counterpart to an XML definition of a
wizard step. It represents the static information about a step in a
wizard flow, i.e. name, label, list of frames, etc.
Constructor Summary |
WizardStepMeta(WizardMeta wizard,
java.lang.String name,
java.lang.String label)
Creates a new WizardStepMeta from static information, as opposed
to reading in this information from XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WizardStepMeta
public WizardStepMeta(WizardMeta wizard,
java.lang.String name,
java.lang.String label)
- Creates a new WizardStepMeta from static information, as opposed
to reading in this information from XML.
wizard
public WizardMeta wizard()
numbered
public boolean numbered()
substeps
public java.util.List substeps()
frame
public WizardFrameMeta frame()
setFrame
public void setFrame(WizardFrameMeta frame)
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.