|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.ide.common.client.modeldriven.DropDownData
public class DropDownData
Used to drive drop downs.
Field Summary | |
---|---|
String[] |
fixedList
If this is non null, just show these items. |
String |
queryExpression
this would be something that takes the name/value pairs and interpolates them into an MVEL expression that resolves to a list. |
String[] |
valuePairs
Something like as list of: sex=M, name=Michael etc.... |
Method Summary | |
---|---|
static DropDownData |
create(String[] list)
|
static DropDownData |
create(String queryExpression,
String[] valuePairs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String[] fixedList
public String queryExpression
public String[] valuePairs
Method Detail |
---|
public static DropDownData create(String[] list)
public static DropDownData create(String queryExpression, String[] valuePairs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |