public class SetValueAction extends Action
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
explicitValue |
private TreeReference |
target |
private XPathExpression |
value |
EVENT_JR_INSERT, EVENT_XFORMS_READY, EVENT_XFORMS_REVALIDATE
Constructor and Description |
---|
SetValueAction() |
SetValueAction(TreeReference target,
java.lang.String explicitValue) |
SetValueAction(TreeReference target,
XPathExpression value) |
Modifier and Type | Method and Description |
---|---|
void |
processAction(FormDef model,
TreeReference contextRef)
Process actions that were triggered in the form.
|
void |
readExternal(java.io.DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(java.io.DataOutputStream out) |
private TreeReference target
private XPathExpression value
private java.lang.String explicitValue
public SetValueAction()
public SetValueAction(TreeReference target, XPathExpression value)
public SetValueAction(TreeReference target, java.lang.String explicitValue)
public void processAction(FormDef model, TreeReference contextRef)
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