com.sun.webui.jsf.model
Class WizardStepListBase

java.lang.Object
  extended by com.sun.webui.jsf.model.WizardStepListBase
All Implemented Interfaces:
WizardStepList

public class WizardStepListBase
extends java.lang.Object
implements WizardStepList


Constructor Summary
WizardStepListBase(WizardModel wModel)
           
 
Method Summary
 java.lang.String getCurrentStepNumberString()
          Returns the current step's number for use in the Steps pane of a rendered Wizard component.
 java.util.Iterator iterator()
          Returns an iterator of WizardStepListItem instances.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardStepListBase

public WizardStepListBase(WizardModel wModel)
Method Detail

getCurrentStepNumberString

public java.lang.String getCurrentStepNumberString()
Description copied from interface: WizardStepList
Returns the current step's number for use in the Steps pane of a rendered Wizard component.

Specified by:
getCurrentStepNumberString in interface WizardStepList

iterator

public java.util.Iterator iterator()
Description copied from interface: WizardStepList
Returns an iterator of WizardStepListItem instances.

Specified by:
iterator in interface WizardStepList


Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.