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, org.apache.wicket.util.IHierarchical<Component>, org.apache.wicket.util.io.IClusterable

public class NextButton extends WizardButton
Models a next button in the wizard. When pressed, it calls IWizardStep.applyState() on the active wizard step, and then moves the wizard state to the next step of the model by calling next on the wizard's model.
Author:
Eelco Hillenius
See Also: