ariba.ui.wizard.meta
Class WizardStepMeta

java.lang.Object
  extended by ariba.ui.wizard.meta.GenericMeta
      extended by 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.
 
Method Summary
 WizardFrameMeta frame()
           
 boolean numbered()
           
 void setFrame(WizardFrameMeta frame)
           
 java.util.List substeps()
           
 WizardMeta wizard()
           
 
Methods inherited from class ariba.ui.wizard.meta.GenericMeta
label, name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

Method Detail

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.