Class OperatorPage
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.common.BaseDecisionTableColumnPage<ConditionColumnPlugin>
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.OperatorPage
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,org.uberfire.ext.widgets.core.client.wizards.WizardPage
@Dependent public class OperatorPage extends BaseDecisionTableColumnPage<ConditionColumnPlugin>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOperatorPage.View
-
Field Summary
-
Fields inherited from class org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.common.BaseDecisionTableColumnPage
plugin, presenter, wizard
-
-
Constructor Summary
Constructors Constructor Description OperatorPage(OperatorPage.View view, javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> changeEvent, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperator()StringgetTitle()protected org.uberfire.client.mvp.UberElement<?>getView()voidisComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)voidprepareView()-
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.common.BaseDecisionTableColumnPage
asWidget, init, initialise, plugin, setPlugin, translate
-
-
-
-
Constructor Detail
-
OperatorPage
@Inject public OperatorPage(OperatorPage.View view, javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> changeEvent, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
getView
protected org.uberfire.client.mvp.UberElement<?> getView()
- Specified by:
getViewin classBaseDecisionTableColumnPage<ConditionColumnPlugin>
-
getTitle
public String getTitle()
-
prepareView
public void prepareView()
-
isComplete
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
-
getOperator
public String getOperator()
-
-