org.drools.guvnor.client.widgets.wizards
Interface WizardActivityView.Presenter

All Known Implementing Classes:
WizardActivity
Enclosing interface:
WizardActivityView

public static interface WizardActivityView.Presenter


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 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
 

Method Detail

showSavingIndicator

void showSavingIndicator()
Show an indicator that a save operation is in progress


hideSavingIndicator

void hideSavingIndicator()
Hide the indicator that a save operation is in ro


showDuplicateAssetNameError

void showDuplicateAssetNameError()
Show a message that the asset is a duplicate and cannot be saved


showUnspecifiedCheckinError

void showUnspecifiedCheckinError()
Show a message that an unspecified error occurred during the save


showCheckinError

void showCheckinError(String message)
Show a message that a specified error occurred during the save


pageSelected

void pageSelected(int pageNumber)
A page has been selected from the UI

Parameters:
pageNumber -

complete

void complete()
The Wizard has been finished


hide

void hide()
Hide the Wizard



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.