Class SummaryPage
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.AbstractGuidedDecisionTableWizardPage
-
- org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.SummaryPage
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,SummaryPageView.Presenter,org.uberfire.ext.widgets.core.client.wizards.WizardPage
@Dependent 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.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 SummaryPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseFileName()StringgetTitle()voidinitialise()voidisComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)voidprepareView()voidstateChanged()-
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
-
isComplete
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
- Specified by:
isCompletein 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
-
stateChanged
public void stateChanged()
- Specified by:
stateChangedin interfaceSummaryPageView.Presenter
-
getBaseFileName
public String getBaseFileName()
- Specified by:
getBaseFileNamein interfaceSummaryPageView.Presenter
-
-