@Dependent public class ImportsPage extends AbstractGuidedDecisionTableWizardPage implements ImportsPageView.Presenter
baseFileName, cellUtilities, columnUtilities, content, contextPath, hitPolicy, model, NEW_FACT_PREFIX, oracle, tableFormat
Constructor and Description |
---|
ImportsPage() |
Modifier and Type | Method and Description |
---|---|
void |
addImport(String fqcn) |
String |
getTitle() |
void |
initialise() |
void |
isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback) |
void |
makeResult(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model)
When the Widget is finished a GuidedDecisionTable52 instance is passed to
each page for enrichment.
|
void |
prepareView() |
boolean |
removeImport(String fqcn) |
allowEmptyValues, asWidget, getValidator, setContent
public String getTitle()
getTitle
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public void initialise()
initialise
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public void prepareView()
prepareView
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
isComplete
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public void addImport(String fqcn)
addImport
in interface ImportsPageView.Presenter
public boolean removeImport(String fqcn)
removeImport
in interface ImportsPageView.Presenter
public void makeResult(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model)
AbstractGuidedDecisionTableWizardPage
makeResult
in class AbstractGuidedDecisionTableWizardPage
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.