public class SetValueAction extends Action
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME |
| Constructor and Description |
|---|
SetValueAction() |
SetValueAction(TreeReference target,
String explicitValue) |
SetValueAction(TreeReference target,
XPathExpression value) |
| Modifier and Type | Method and Description |
|---|---|
static IElementHandler |
getHandler() |
TreeReference |
processAction(FormDef model,
TreeReference contextRef)
Process actions that were triggered in the form.
|
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(DataOutputStream out) |
public static final String ELEMENT_NAME
public SetValueAction()
public SetValueAction(TreeReference target, XPathExpression value)
public SetValueAction(TreeReference target, String explicitValue)
public static IElementHandler getHandler()
public TreeReference processAction(FormDef model, TreeReference contextRef)
ActionprocessAction in class Actionpublic void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
readExternal in interface ExternalizablereadExternal in class ActionIOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class ActionIOExceptionCopyright © 2024. All rights reserved.