| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.test |
| Modifier and Type | Method and Description |
|---|---|
ValidateOutcome |
FormDef.validate() |
ValidateOutcome |
FormDef.validate(boolean markCompleted)
Deprecated.
Use 'validate' without the 'markCompleted' parameter, as the 'true' value has been the only one used.
|
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 |
|---|---|
ValidateOutcome |
Scenario.getValidationOutcome() |
Copyright © 2025. All rights reserved.