Class ColumnExpansionPage
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.AbstractGuidedDecisionTableWizardPage
-
- org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.ColumnExpansionPage
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,ColumnExpansionPageView.Presenter,org.uberfire.ext.widgets.core.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.table.pages.AbstractGuidedDecisionTableWizardPage
baseFileName, cellUtilities, columnUtilities, content, contextPath, hitPolicy, model, NEW_FACT_PREFIX, oracle, tableFormat, validator
-
-
Constructor Summary
Constructors Constructor Description ColumnExpansionPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52>getColumnsToExpand()StringgetTitle()voidinitialise()voidisComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)voidonConditionsDefined(ConditionsDefinedEvent event)voidprepareView()voidsetColumnsToExpand(List<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52> columns)-
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.AbstractGuidedDecisionTableWizardPage
allowEmptyValues, asWidget, getValidator, makeResult, setContent
-
-
-
-
Method Detail
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceorg.uberfire.ext.widgets.core.client.wizards.WizardPage
-
initialise
public void initialise()
- Specified by:
initialisein interfaceorg.uberfire.ext.widgets.core.client.wizards.WizardPage
-
prepareView
public void prepareView()
- Specified by:
prepareViewin interfaceorg.uberfire.ext.widgets.core.client.wizards.WizardPage
-
isComplete
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
- Specified by:
isCompletein interfaceorg.uberfire.ext.widgets.core.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:
setColumnsToExpandin interfaceColumnExpansionPageView.Presenter
-
getColumnsToExpand
public List<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52> getColumnsToExpand()
- Specified by:
getColumnsToExpandin interfaceColumnExpansionPageView.Presenter
-
-