| org.drools.brms.client.common.DirtyableComposite org.drools.brms.client.modeldriven.ui.ActionSetFieldWidget
ActionSetFieldWidget | public class ActionSetFieldWidget extends DirtyableComposite (Code) | | This widget is for setting fields on a bound fact or global variable.
author: Michael Neale |
getNumericFilter | public static KeyboardListener getNumericFilter(TextBox box)(Code) | | This will return a keyboard listener for field setters, which
will obey numeric conventions - it will also allow formulas
(a formula is when the first value is a "=" which means
it is meant to be taken as the user typed)
|
isBoundFact | public boolean isBoundFact()(Code) | | This returns true if the values being set are on a fact.
|
isDirty | public boolean isDirty()(Code) | | |
showAddFieldPopup | protected void showAddFieldPopup(Widget w)(Code) | | |
Fields inherited from org.drools.brms.client.common.DirtyableComposite | protected boolean dirtyflag(Code)(Java Doc)
|
|
|