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

Packages that use WizardPage
org.drools.guvnor.client.widgets.wizards   
org.drools.guvnor.client.widgets.wizards.assets.decisiontable   
 

Uses of WizardPage in org.drools.guvnor.client.widgets.wizards
 

Methods in org.drools.guvnor.client.widgets.wizards that return WizardPage
 WizardPage WizardPageStatusChangeEvent.getSource()
           
 WizardPage WizardPageSelectedEvent.getSource()
           
 

Methods in org.drools.guvnor.client.widgets.wizards that return types with arguments of type WizardPage
 List<WizardPage> Wizard.getPages()
          Provide a list of pages
 

Method parameters in org.drools.guvnor.client.widgets.wizards with type arguments of type WizardPage
 void WizardActivityViewImpl.setPageTitles(List<WizardPage> pages)
           
 void WizardActivityView.setPageTitles(List<WizardPage> pages)
          The individual page titles
 

Constructors in org.drools.guvnor.client.widgets.wizards with parameters of type WizardPage
WizardPageSelectedEvent(WizardPage source)
           
WizardPageStatusChangeEvent(WizardPage source)
           
WizardPageTitle(com.google.gwt.event.shared.EventBus eventBus, WizardPage page)
           
 

Uses of WizardPage in org.drools.guvnor.client.widgets.wizards.assets.decisiontable
 

Classes in org.drools.guvnor.client.widgets.wizards.assets.decisiontable that implement WizardPage
 class AbstractGuidedDecisionTableWizardPage
          Base page for the guided Decision Table Wizard
 class ActionInsertFactFieldsPage
          A page for the guided Decision Table Wizard to define new Facts and fields.
 class ActionSetFieldsPage
          A page for the guided Decision Table Wizard to define Actions setting fields on previously bound patterns.
 class ColumnExpansionPage
          A page for the guided Decision Table Wizard to define which columns will be expanded when the Decision Table is generated
 class FactPatternConstraintsPage
          A page for the guided Decision Table Wizard to define Fact Pattern Constraints
 class FactPatternsPage
          A page for the guided Decision Table Wizard to define Fact Patterns
 class SummaryPage
          A summary page for the guided Decision Table Wizard
 

Methods in org.drools.guvnor.client.widgets.wizards.assets.decisiontable that return types with arguments of type WizardPage
 List<WizardPage> NewGuidedDecisionTableWizard.getPages()
           
 



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