| Package | Description |
|---|---|
| org.javarosa.core.model.actions | |
| org.javarosa.core.model.actions.recordaudio | |
| org.javarosa.core.model.actions.setgeopoint | |
| org.javarosa.xform.parse |
| Modifier and Type | Method and Description |
|---|---|
static IElementHandler |
SetValueAction.getHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordAudioActionHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
SetGeopointActionHandler |
class |
StubSetGeopointActionHandler
Registering this stub allows for clients that only read forms such as ODK Validate to recognize the action.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XFormParser.registerActionHandler(String name,
IElementHandler specificHandler)
Let the parser know how to handle a given action -- All actions are first parsed by the
generic parseAction() method, which is passed another handler to invoke after the generic
handler is done
|
Copyright © 2021. All rights reserved.