public class ActionWrapper extends Action
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<Action> |
listOfActions |
EVENT_JR_INSERT, EVENT_XFORMS_READY, EVENT_XFORMS_REVALIDATE
Constructor and Description |
---|
ActionWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
processAction(FormDef target,
TreeReference context)
Process actions that were triggered in the form.
|
void |
readExternal(java.io.DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(java.io.DataOutputStream out) |
java.util.List<Action> listOfActions
public void processAction(FormDef target, TreeReference context)
Action
processAction
in class Action
public void readExternal(java.io.DataInputStream in, PrototypeFactory pf) throws java.io.IOException, DeserializationException
readExternal
in interface Externalizable
readExternal
in class Action
java.io.IOException
DeserializationException
public void writeExternal(java.io.DataOutputStream out) throws java.io.IOException
writeExternal
in interface Externalizable
writeExternal
in class Action
java.io.IOException