Java org.apache.wicket.extensions.wizard Wizard fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.extensions.wizard Wizard fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.extensions.wizard Wizard.

The text is from its open source code.

Subclass

org.apache.wicket.extensions.wizard.Wizard has subclasses.
Click this link to see all its subclasses.

Field

StringFEEDBACK_ID
Component id of the feedback panel as used by the default wizard panel.
StringHEADER_ID
Component id of the header panel as used by the default wizard panel.
StringFORM_ID
Component id of the form as used by the default wizard panel.
StringVIEW_ID
Component id of the view panel (where the main wizard contents go) as used by the default wizard panel.

Method

voidonCancel()
Called when the wizard is canceled.