Drools Workbench - Guided Decision Table Editor - Client 6.1.0-SNAPSHOT

org.drools.workbench.screens.guided.dtable.client.wizard.pages
Class ColumnExpansionPage

java.lang.Object
  extended by org.drools.workbench.screens.guided.dtable.client.wizard.pages.AbstractGuidedDecisionTableWizardPage
      extended by org.drools.workbench.screens.guided.dtable.client.wizard.pages.ColumnExpansionPage
All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget, ColumnExpansionPageView.Presenter, org.uberfire.client.wizards.WizardPage

@Dependent
public class ColumnExpansionPage
extends AbstractGuidedDecisionTableWizardPage
implements ColumnExpansionPageView.Presenter

A page for the guided Decision Table Wizard to define which columns will be expanded when the Decision Table is generated


Field Summary
 
Fields inherited from class org.drools.workbench.screens.guided.dtable.client.wizard.pages.AbstractGuidedDecisionTableWizardPage
baseFileName, cellUtils, content, contextPath, model, modelUtils, NEW_FACT_PREFIX, oracle, tableFormat, validator
 
Constructor Summary
ColumnExpansionPage()
           
 
Method Summary
 List<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52> getColumnsToExpand()
           
 String getTitle()
           
 void initialise()
           
 void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
           
 void onConditionsDefined(ConditionsDefinedEvent event)
           
 void prepareView()
           
 void setColumnsToExpand(List<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52> columns)
           
 
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.wizard.pages.AbstractGuidedDecisionTableWizardPage
allowEmptyValues, asWidget, getValidator, makeResult, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnExpansionPage

public ColumnExpansionPage()
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in interface org.uberfire.client.wizards.WizardPage

initialise

public void initialise()
Specified by:
initialise in interface org.uberfire.client.wizards.WizardPage

prepareView

public void prepareView()
Specified by:
prepareView in interface org.uberfire.client.wizards.WizardPage

isComplete

public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
Specified by:
isComplete in interface org.uberfire.client.wizards.WizardPage

onConditionsDefined

public void onConditionsDefined(@Observes
                                ConditionsDefinedEvent event)

setColumnsToExpand

public void setColumnsToExpand(List<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52> columns)
Specified by:
setColumnsToExpand in interface ColumnExpansionPageView.Presenter

getColumnsToExpand

public List<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52> getColumnsToExpand()
Specified by:
getColumnsToExpand in interface ColumnExpansionPageView.Presenter

Drools Workbench - Guided Decision Table Editor - Client 6.1.0-SNAPSHOT

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