public interface WizardPage
extends com.google.gwt.user.client.ui.IsWidget
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
Page title
|
void |
initialise()
Initialise the page with things that don't change between page visits
|
void |
isComplete(Callback<Boolean> callback)
Is the page; i.e. has all the necessary information been captured.
|
void |
prepareView()
Prepare the page before it is displayed with things that can change
between page visits
|
String getTitle()
void isComplete(Callback<Boolean> callback)
callback
- True if the page is completevoid initialise()
void prepareView()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.