org.drools.ide.common.client.modeldriven.brl
Class ActionUpdateField

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.ActionFieldList
      extended by org.drools.ide.common.client.modeldriven.brl.ActionSetField
          extended by org.drools.ide.common.client.modeldriven.brl.ActionUpdateField
All Implemented Interfaces:
Serializable, IAction, PortableObject

public class ActionUpdateField
extends ActionSetField

Basically the same as setting fields, EXCEPT that it will notify the engine of the changes. This only applies to bound fact variables from the LHS.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.ide.common.client.modeldriven.brl.ActionSetField
variable
 
Fields inherited from class org.drools.ide.common.client.modeldriven.brl.ActionFieldList
fieldValues
 
Constructor Summary
ActionUpdateField()
           
ActionUpdateField(String itemText)
           
 
Method Summary
 
Methods inherited from class org.drools.ide.common.client.modeldriven.brl.ActionFieldList
addFieldValue, removeField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionUpdateField

public ActionUpdateField(String itemText)

ActionUpdateField

public ActionUpdateField()


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