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

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

Introduction

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

The text is from its open source code.

Method

voidapplyState()
This method is called whenever the wizard proceeds from this step to another step.
ComponentgetHeader(String id, Component parent, IWizard wizard)
Gets the header component for this step.
ComponentgetView(String id, Component parent, IWizard wizard)
Returns the current view this step is displaying.
booleanisComplete()
Checks if this step is complete.