|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DropDownData | |
---|---|
org.drools.ide.common.client.modeldriven |
Uses of DropDownData in org.drools.ide.common.client.modeldriven |
---|
Methods in org.drools.ide.common.client.modeldriven that return DropDownData | |
---|---|
static DropDownData |
DropDownData.create(String[] list)
|
static DropDownData |
DropDownData.create(String queryExpression,
String[] valuePairs)
|
DropDownData |
SuggestionCompletionEngine.getEnums(FactPattern pattern,
String field)
This returns a list of enums options (values) that can be used for the given field of the given FactPattern. |
DropDownData |
SuggestionCompletionEngine.getEnums(String type,
String field,
FieldNature[] currentFieldNatures)
Similar to the one above - but this one is for RHS. |
DropDownData |
SuggestionCompletionEngine.getEnums(String type,
String field,
Map<String,String> currentValueMap)
This returns a list of enums options (values) that can be used for the given field of the given FactPattern. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |