org.drools.guvnor.client.widgets.wizards
Interface WizardPage

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
AbstractGuidedDecisionTableWizardPage, ActionInsertFactFieldsPage, ActionSetFieldsPage, ColumnExpansionPage, FactPatternConstraintsPage, FactPatternsPage, SummaryPage

public interface WizardPage
extends com.google.gwt.user.client.ui.IsWidget

A page for a Wizard


Method Summary
 String getTitle()
          Page title
 void initialise()
          Initialise the page with things that don't change between page visits
 boolean isComplete()
          Is the page completed
 void prepareView()
          Prepare the page before it is displayed with things that can change between page visits
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

getTitle

String getTitle()
Page title

Returns:

isComplete

boolean isComplete()
Is the page completed

Returns:

initialise

void initialise()
Initialise the page with things that don't change between page visits


prepareView

void prepareView()
Prepare the page before it is displayed with things that can change between page visits



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