Uses of Class
org.javarosa.core.model.FormDef.EvalBehavior
| Package | Description |
|---|---|
| org.javarosa.core.model |
-
Uses of FormDef.EvalBehavior in org.javarosa.core.model
Fields in org.javarosa.core.model declared as FormDef.EvalBehavior Modifier and Type Field Description static FormDef.EvalBehaviorFormDef. recommendedModeMethods in org.javarosa.core.model that return FormDef.EvalBehavior Modifier and Type Method Description FormDef.EvalBehaviorApril2014DagImpl. getEvalBehavior()FormDef.EvalBehaviorFast2014DagImpl. getEvalBehavior()abstract FormDef.EvalBehaviorIDag. getEvalBehavior()The EvalBehavior that the implementation provides.FormDef.EvalBehaviorLegacyDagImpl. getEvalBehavior()FormDef.EvalBehaviorSafe2014DagImpl. getEvalBehavior()static FormDef.EvalBehaviorFormDef.EvalBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static FormDef.EvalBehavior[]FormDef.EvalBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javarosa.core.model with parameters of type FormDef.EvalBehavior Modifier and Type Method Description static voidFormDef. setEvalBehavior(FormDef.EvalBehavior mode)Changes the mode used for evaluationsConstructors in org.javarosa.core.model with parameters of type FormDef.EvalBehavior Constructor Description FormDef(FormDef.EvalBehavior mode, EventNotifier eventNotifier)