org.drools.workbench.screens.guided.dtable.client.wizard.pages
Class ColumnExpansionPage
java.lang.Object
org.drools.workbench.screens.guided.dtable.client.wizard.pages.AbstractGuidedDecisionTableWizardPage
org.drools.workbench.screens.guided.dtable.client.wizard.pages.ColumnExpansionPage
- All Implemented Interfaces:
- com.google.gwt.user.client.ui.IsWidget, ColumnExpansionPageView.Presenter, org.kie.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnExpansionPage
public ColumnExpansionPage()
getTitle
public String getTitle()
- Specified by:
getTitle
in interface org.kie.uberfire.client.wizards.WizardPage
initialise
public void initialise()
- Specified by:
initialise
in interface org.kie.uberfire.client.wizards.WizardPage
prepareView
public void prepareView()
- Specified by:
prepareView
in interface org.kie.uberfire.client.wizards.WizardPage
isComplete
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
- Specified by:
isComplete
in interface org.kie.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
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.