Interface HasValueOptionsPage
-
- All Known Implementing Classes:
ActionSetFactPlugin,ConditionColumnPlugin
public interface HasValueOptionsPage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intconstraintValue()com.google.gwt.user.client.ui.IsWidgetdefaultValueWidget()booleandoesOperatorAcceptValueList()booleandoesOperatorNeedValue()org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52editingCol()org.drools.workbench.models.guided.dtable.shared.model.Pattern52editingPattern()StringgetFactField()StringgetFactType()StringgetValueList()BooleanisValueOptionsPageCompleted()com.google.gwt.user.client.ui.IsWidgetlimitedValueWidget()voidsetValueList(String valueList)voidsetValueOptionsPageAsCompleted()org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52.TableFormattableFormat()
-
-
-
Method Detail
-
isValueOptionsPageCompleted
Boolean isValueOptionsPageCompleted()
-
constraintValue
int constraintValue()
-
getFactType
String getFactType()
-
getFactField
String getFactField()
-
editingCol
org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52 editingCol()
-
editingPattern
org.drools.workbench.models.guided.dtable.shared.model.Pattern52 editingPattern()
-
setValueOptionsPageAsCompleted
void setValueOptionsPageAsCompleted()
-
tableFormat
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52.TableFormat tableFormat()
-
getValueList
String getValueList()
-
setValueList
void setValueList(String valueList)
-
doesOperatorAcceptValueList
boolean doesOperatorAcceptValueList()
-
defaultValueWidget
com.google.gwt.user.client.ui.IsWidget defaultValueWidget()
-
limitedValueWidget
com.google.gwt.user.client.ui.IsWidget limitedValueWidget()
-
doesOperatorNeedValue
boolean doesOperatorNeedValue()
-
-