|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WizardActivityView
View and Presenter definitions for the generic Wizard
Nested Class Summary | |
---|---|
static interface |
WizardActivityView.Presenter
|
Method Summary | |
---|---|
void |
hide()
Hide the Wizard |
void |
hideSavingIndicator()
Hide the indicator that a save operation is in ro |
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 |
setPresenter(WizardActivityView.Presenter presenter)
Set the Presenter for the View to callback to |
void |
setTitle(String title)
The title for the Wizard |
void |
show()
Show the Wizard |
void |
showCheckinError(String message)
Show a message that a specified error occurred during the save |
void |
showDuplicateAssetNameError()
Show a message that the asset is a duplicate and cannot be saved |
void |
showSavingIndicator()
Show an indicator that a save operation is in progress |
void |
showUnspecifiedCheckinError()
Show a message that an unspecified error occurred during the save |
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
---|
asWidget |
Method Detail |
---|
void setPresenter(WizardActivityView.Presenter presenter)
presenter
- 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 showSavingIndicator()
void hideSavingIndicator()
void showDuplicateAssetNameError()
void showUnspecifiedCheckinError()
void showCheckinError(String message)
void hide()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |