| org.drools.brms.client.common.DirtyableComposite org.drools.brms.client.modeldriven.ui.ConstraintValueEditor
ConstraintValueEditor | public class ConstraintValueEditor extends DirtyableComposite (Code) | | This is an editor for constraint values.
How this behaves depends on the constraint value type.
When the constraint value has no type, it will allow the user to choose the first time.
author: Michael Neale author: Fernando Meyer |
Inner Class :static interface ValueChanged | |
Method Summary | |
public static Widget | enumDropDown(String currentValue, ValueChanged valueChanged, String[] enumeratedValues) This will do a drop down for enumerated values.. | public boolean | isDirty() | public static String[] | splitValue(String v) 'Person.age' : ['M=Male', 'F=Female']
This will split the drop down item into a value and a key. |
enumDropDown | public static Widget enumDropDown(String currentValue, ValueChanged valueChanged, String[] enumeratedValues)(Code) | | This will do a drop down for enumerated values..
|
isDirty | public boolean isDirty()(Code) | | |
splitValue | public static String[] splitValue(String v)(Code) | | 'Person.age' : ['M=Male', 'F=Female']
This will split the drop down item into a value and a key.
eg key=value
|
Fields inherited from org.drools.brms.client.common.DirtyableComposite | protected boolean dirtyflag(Code)(Java Doc)
|
|
|