Class ValueOptionsPage<T extends HasValueOptionsPage & DecisionTableColumnPlugin>
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.common.BaseDecisionTableColumnPage<T>
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.ValueOptionsPage<T>
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,org.uberfire.ext.widgets.core.client.wizards.WizardPage
@Dependent public class ValueOptionsPage<T extends HasValueOptionsPage & DecisionTableColumnPlugin> extends BaseDecisionTableColumnPage<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceValueOptionsPage.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 ValueOptionsPage(ValueOptionsPage.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intconstraintValue()voidenableCepOperators()voidenableDefaultValue()voidenableLimitedValue()voidenableValueList()StringgetTitle()StringgetValueList()protected org.uberfire.client.mvp.UberElement<?>getView()voidisComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)voidprepareView()voidsetValueList(String valueList)-
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.common.BaseDecisionTableColumnPage
asWidget, init, initialise, plugin, setPlugin, translate
-
-
-
-
Constructor Detail
-
ValueOptionsPage
@Inject public ValueOptionsPage(ValueOptionsPage.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
getView
protected org.uberfire.client.mvp.UberElement<?> getView()
- Specified by:
getViewin classBaseDecisionTableColumnPage<T extends HasValueOptionsPage & DecisionTableColumnPlugin>
-
getTitle
public String getTitle()
-
isComplete
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
-
prepareView
public void prepareView()
-
enableValueList
public void enableValueList()
-
enableCepOperators
public void enableCepOperators()
-
enableDefaultValue
public void enableDefaultValue()
-
enableLimitedValue
public void enableLimitedValue()
-
getValueList
public String getValueList()
-
setValueList
public void setValueList(String valueList)
-
constraintValue
public int constraintValue()
-
-