public interface WizardView extends UberView<AbstractWizard>
Modifier and Type | Method and Description |
---|---|
void |
hide()
Hide the Wizard
|
void |
selectPage(int page)
Select a page
|
void |
setBodyWidget(com.google.gwt.user.client.ui.Widget w)
Set the Widget to display in the body panel of the generic Wizard
|
void |
setCompletionStatus(boolean isComplete)
The state (completed, not completed) of the whole Wizard has changed
|
void |
setPageCompletionState(int pageIndex,
boolean isComplete)
The state (completed, not completed) of a page has changed.
|
void |
setPageTitles(List<WizardPage> pages)
The individual page titles
|
void |
setPreferredHeight(int height)
Set the body panel preferred height
|
void |
setPreferredWidth(int width)
Set the body panel preferred width
|
void |
setTitle(String title)
The title for the Wizard
|
void |
show()
Show the Wizard
|
init
void show()
void setTitle(String title)
title
- void setPageTitles(List<WizardPage> pages)
pages
- void selectPage(int page)
page
- void setBodyWidget(com.google.gwt.user.client.ui.Widget w)
w
- void setPreferredHeight(int height)
height
- void setPreferredWidth(int width)
width
- void setPageCompletionState(int pageIndex, boolean isComplete)
pageIndex
- isComplete
- void setCompletionStatus(boolean isComplete)
isComplete
- void hide()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.