Class WizardButtonBar

All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable
Direct Known Subclasses:
AjaxWizardButtonBar

public class WizardButtonBar extends Panel
The default bar of button components for wizards. This should be good for 90% of the cases. If not, override Wizard.newButtonBar(String) and provide your own.

The button bar holds the previous, [@link NextButton next}, last, [@link CancelButton cancel} and finish buttons. The last button is off by default. You can turn it on by having the wizard model return true for the is last visible method.

Author:
Eelco Hillenius
See Also: