Class WizardPageStatusChangeEvent
- java.lang.Object
-
- org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent
-
public class WizardPageStatusChangeEvent extends Object
An event representing the change in status (i.e. completed, not-completed) of a page within a Wizard.
-
-
Constructor Summary
Constructors Constructor Description WizardPageStatusChangeEvent(WizardPage page)
-
-
-
Constructor Detail
-
WizardPageStatusChangeEvent
public WizardPageStatusChangeEvent(WizardPage page)
-
-
Method Detail
-
getPage
public WizardPage getPage()
-
-