Class WizardButton

All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<String,FormComponent<String>>, IMetadataContext<Serializable,Component>, IFormModelUpdateListener, IFormSubmitter, IFormSubmittingComponent, IFormVisitorParticipant, ILabelProvider<String>, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable
Direct Known Subclasses:
CancelButton, FinishButton, LastButton, NextButton, PreviousButton

public abstract class WizardButton extends Button
Base class for buttons that work with the wizard component. It uses resource bundles to display the button label.

When wizard buttons are presses (and they pass validation if that is relevant), they pass control to their action method, which should do the real work.

Author:
Eelco Hillenius
See Also: