public abstract class Action extends Object implements Externalizable
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
abstract TreeReference |
processAction(FormDef model,
TreeReference context)
Process actions that were triggered in the form.
|
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(DataOutputStream out) |
public Action()
public Action(String name)
public String getName()
public abstract TreeReference processAction(FormDef model, TreeReference context)
public void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
readExternal in interface ExternalizableIOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2023. All rights reserved.