public abstract class SetGeopointAction extends Action
saveLocationValue(String) to write a location to the model
- provide a no-argument constructor with no body for serialization
- get registered by the PrototypeManager| Constructor and Description |
|---|
SetGeopointAction() |
SetGeopointAction(TreeReference targetReference) |
| Modifier and Type | Method and Description |
|---|---|
TreeReference |
getContextualizedTargetReference() |
TreeReference |
getTargetReference() |
TreeReference |
processAction(FormDef model,
TreeReference contextRef)
Process actions that were triggered in the form.
|
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
abstract void |
requestLocationUpdates()
Client-specific location request.
|
void |
saveLocationValue(String location)
Save the location to the model.
|
void |
setTargetReference(TreeReference targetReference) |
void |
writeExternal(DataOutputStream out) |
public SetGeopointAction()
public SetGeopointAction(TreeReference targetReference)
public TreeReference getTargetReference()
public TreeReference getContextualizedTargetReference()
public void setTargetReference(TreeReference targetReference)
public final TreeReference processAction(FormDef model, TreeReference contextRef)
ActionprocessAction in class Actionpublic abstract void requestLocationUpdates()
public final void saveLocationValue(String location)
public 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 © 2022. All rights reserved.