org.drools.guvnor.client.widgets.wizards.assets.decisiontable
Class SummaryPage

java.lang.Object
  extended by org.drools.guvnor.client.widgets.wizards.assets.decisiontable.AbstractGuidedDecisionTableWizardPage
      extended by org.drools.guvnor.client.widgets.wizards.assets.decisiontable.SummaryPage
All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget, SummaryPageView.Presenter, WizardPage

public class SummaryPage
extends AbstractGuidedDecisionTableWizardPage
implements SummaryPageView.Presenter

A summary page for the guided Decision Table Wizard


Field Summary
 
Fields inherited from class org.drools.guvnor.client.widgets.wizards.assets.decisiontable.AbstractGuidedDecisionTableWizardPage
content, context, dtable, eventBus, images, sce
 
Constructor Summary
SummaryPage(NewAssetWizardContext context, GuidedDecisionTable52 dtable, com.google.gwt.event.shared.EventBus eventBus, Validator validator)
           
 
Method Summary
 String getAssetName()
           
 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 class org.drools.guvnor.client.widgets.wizards.assets.decisiontable.AbstractGuidedDecisionTableWizardPage
asWidget, getValidator, makeResult, setSuggestionCompletionEngine, stateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.guvnor.client.widgets.wizards.assets.decisiontable.SummaryPageView.Presenter
stateChanged
 

Constructor Detail

SummaryPage

public SummaryPage(NewAssetWizardContext context,
                   GuidedDecisionTable52 dtable,
                   com.google.gwt.event.shared.EventBus eventBus,
                   Validator validator)
Method Detail

getTitle

public String getTitle()
Description copied from interface: WizardPage
Page title

Specified by:
getTitle in interface WizardPage
Returns:

getAssetName

public String getAssetName()

isComplete

public boolean isComplete()
Description copied from interface: WizardPage
Is the page completed

Specified by:
isComplete in interface WizardPage
Returns:

initialise

public void initialise()
Description copied from interface: WizardPage
Initialise the page with things that don't change between page visits

Specified by:
initialise in interface WizardPage

prepareView

public void prepareView()
Description copied from interface: WizardPage
Prepare the page before it is displayed with things that can change between page visits

Specified by:
prepareView in interface WizardPage


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