Uses of Class
org.javarosa.core.model.actions.Action
| Package | Description |
|---|---|
| org.javarosa.core.model.actions | |
| org.javarosa.core.model.actions.setgeopoint |
-
Uses of Action in org.javarosa.core.model.actions
Subclasses of Action in org.javarosa.core.model.actions Modifier and Type Class Description classSetValueActionMethods in org.javarosa.core.model.actions that return types with arguments of type Action Modifier and Type Method Description List<Action>ActionController. getListenersForEvent(String event)Methods in org.javarosa.core.model.actions with parameters of type Action Modifier and Type Method Description voidActionController. registerEventListener(String event, Action action)Deprecated.voidActionController. registerEventListener(List<String> eventList, Action action)Register an action to be triggered by the specified event(s). -
Uses of Action in org.javarosa.core.model.actions.setgeopoint
Subclasses of Action in org.javarosa.core.model.actions.setgeopoint Modifier and Type Class Description classSetGeopointActionAbstract implementation of odk:setgeopoint action.classStubSetGeopointActionAn odk:setgeopoint implementation that immediately writes that no implementation is available when the action is triggered.