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 LastButton extends WizardButton
Models a 'last' button in the wizard. When pressed, it calls IWizardStep.applyState() on the active wizard step, and then moves to the last step in the model with IWizardModel.last().
Author:
Eelco Hillenius
See Also: