Uses of Class
org.drools.ide.common.client.modeldriven.DropDownData

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(String factType, CompositeFieldConstraint constraintList, 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.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.