com.sun.webui.jsf.model
Interface WizardStepList

All Known Implementing Classes:
WizardStepListBase

public interface WizardStepList

Defines the interface of the list of steps that appears in the Steps pane of a rendered Wizard component.


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.
 

Method Detail

iterator

java.util.Iterator iterator()
Returns an iterator of WizardStepListItem instances.


getCurrentStepNumberString

java.lang.String getCurrentStepNumberString()
Returns the current step's number for use in the Steps pane of a rendered Wizard component.



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