| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.test |
| Modifier and Type | Method and Description |
|---|---|
ValidateOutcome |
TriggerableDag.validate(FormEntryController formEntryControllerToBeValidated)
Invoked to validate a filled-in form.
|
ValidateOutcome |
TriggerableDag.validate(FormEntryController formEntryControllerToBeValidated,
boolean markCompleted)
Deprecated.
Use 'validate' without the 'markCompleted' parameter, as the 'true' value has been the only one used.
|
| Modifier and Type | Method and Description |
|---|---|
FormEntryController |
FormParseInit.getFormEntryController() |
FormEntryController |
Scenario.getFormEntryController() |
| Modifier and Type | Method and Description |
|---|---|
static Scenario |
Scenario.init(String formName,
XFormsElement form,
Function<FormDef,FormEntryController> controllerSupplier) |
Copyright © 2025. All rights reserved.