|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.guvnor.client.util.Activity
org.drools.guvnor.client.widgets.wizards.WizardActivity
public class WizardActivity
The generic "Wizard" container, providing a left-hand side list of Page titles, buttons to navigate the Wizard pages and a mechanism to display different pages of the Wizard.
Constructor Summary | |
---|---|
WizardActivity(WizardPlace<?> place,
ClientFactory clientFactory)
|
Method Summary | |
---|---|
void |
complete()
The Wizard has been finished |
void |
hide()
Hide the Wizard |
void |
hideSavingIndicator()
Hide the indicator that a save operation is in ro |
void |
onPageSelected(WizardPageSelectedEvent event)
|
void |
onStatusChange(WizardPageStatusChangeEvent event)
|
void |
pageSelected(int pageNumber)
A page has been selected from the UI |
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 |
void |
start(AcceptItem acceptTabItem,
com.google.gwt.event.shared.EventBus eventBus)
|
Methods inherited from class org.drools.guvnor.client.util.Activity |
---|
mayStop, onStop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WizardActivity(WizardPlace<?> place, ClientFactory clientFactory)
Method Detail |
---|
public void onStatusChange(WizardPageStatusChangeEvent event)
onStatusChange
in interface WizardPageStatusChangeEvent.Handler
public void onPageSelected(WizardPageSelectedEvent event)
onPageSelected
in interface WizardPageSelectedEvent.Handler
public void start(AcceptItem acceptTabItem, com.google.gwt.event.shared.EventBus eventBus)
start
in class Activity
public void pageSelected(int pageNumber)
WizardActivityView.Presenter
pageSelected
in interface WizardActivityView.Presenter
public void complete()
WizardActivityView.Presenter
complete
in interface WizardActivityView.Presenter
public void showSavingIndicator()
WizardActivityView.Presenter
showSavingIndicator
in interface WizardActivityView.Presenter
public void hideSavingIndicator()
WizardActivityView.Presenter
hideSavingIndicator
in interface WizardActivityView.Presenter
public void showDuplicateAssetNameError()
WizardActivityView.Presenter
showDuplicateAssetNameError
in interface WizardActivityView.Presenter
public void showUnspecifiedCheckinError()
WizardActivityView.Presenter
showUnspecifiedCheckinError
in interface WizardActivityView.Presenter
public void showCheckinError(String message)
WizardActivityView.Presenter
showCheckinError
in interface WizardActivityView.Presenter
public void hide()
WizardActivityView.Presenter
hide
in interface WizardActivityView.Presenter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |