| Package | Description |
|---|---|
| org.javarosa.test |
| Modifier and Type | Class and Description |
|---|---|
class |
BindBuilderXFormsElement |
static class |
XFormsElement.BodyXFormsElement |
static class |
XFormsElement.HeadXFormsElement |
| Modifier and Type | Method and Description |
|---|---|
static XFormsElement |
XFormsElement.group(String ref,
XFormsElement... children) |
static XFormsElement |
XFormsElement.html(List<kotlin.Pair<String,String>> additionalNamespaces,
XFormsElement.HeadXFormsElement head,
XFormsElement.BodyXFormsElement body) |
static XFormsElement |
XFormsElement.html(XFormsElement.HeadXFormsElement head,
XFormsElement.BodyXFormsElement body) |
static XFormsElement |
XFormsElement.input(String ref,
XFormsElement... children) |
static XFormsElement |
XFormsElement.instance(String name,
XFormsElement... children) |
static XFormsElement |
XFormsElement.item(int value,
String label) |
static XFormsElement |
XFormsElement.item(String value,
String label) |
static XFormsElement |
XFormsElement.label(String innerHtml) |
static XFormsElement |
XFormsElement.mainInstance(XFormsElement... children) |
static XFormsElement |
XFormsElement.model(List<kotlin.Pair<String,String>> attributes,
XFormsElement... children) |
static XFormsElement |
XFormsElement.model(XFormsElement... children) |
static XFormsElement |
XFormsElement.repeat(String ref,
String countRef,
XFormsElement... children) |
static XFormsElement |
XFormsElement.repeat(String ref,
XFormsElement... children) |
static XFormsElement |
XFormsElement.select1(String ref,
XFormsElement... children) |
static XFormsElement |
XFormsElement.select1Dynamic(String ref,
String nodesetRef) |
static XFormsElement |
XFormsElement.select1Dynamic(String ref,
String nodesetRef,
String valueRef,
String labelRef) |
static XFormsElement |
XFormsElement.setvalue(String event,
String ref) |
static XFormsElement |
XFormsElement.setvalue(String event,
String ref,
String value) |
static XFormsElement |
XFormsElement.setvalueLiteral(String event,
String ref,
String innerHtml) |
static XFormsElement |
XFormsElement.t(String name,
String innerHtml) |
static XFormsElement |
XFormsElement.t(String name,
XFormsElement... children) |
static XFormsElement |
XFormsElement.title(String innerHTML) |
| Modifier and Type | Method and Description |
|---|---|
static XFormsElement.BodyXFormsElement |
XFormsElement.body(XFormsElement... children) |
static FormDef |
Scenario.createFormDef(String formName,
XFormsElement form) |
static XFormsElement |
XFormsElement.group(String ref,
XFormsElement... children) |
static XFormsElement.HeadXFormsElement |
XFormsElement.head(XFormsElement... children) |
static Scenario |
Scenario.init(String formName,
XFormsElement form)
Initializes the Scenario using a form defined using the DSL in XFormsElement
|
static Scenario |
Scenario.init(String formName,
XFormsElement form,
Function<FormDef,FormEntryController> controllerSupplier) |
static XFormsElement |
XFormsElement.input(String ref,
XFormsElement... children) |
static XFormsElement |
XFormsElement.instance(String name,
XFormsElement... children) |
static XFormsElement |
XFormsElement.mainInstance(XFormsElement... children) |
static XFormsElement |
XFormsElement.model(List<kotlin.Pair<String,String>> attributes,
XFormsElement... children) |
static XFormsElement |
XFormsElement.model(XFormsElement... children) |
static XFormsElement |
XFormsElement.repeat(String ref,
String countRef,
XFormsElement... children) |
static XFormsElement |
XFormsElement.repeat(String ref,
XFormsElement... children) |
static XFormsElement |
XFormsElement.select1(String ref,
XFormsElement... children) |
Scenario |
Scenario.serializeAndDeserializeInstance(XFormsElement form) |
static XFormsElement |
XFormsElement.t(String name,
XFormsElement... children) |
| Constructor and Description |
|---|
BodyXFormsElement(XFormsElement[] children) |
HeadXFormsElement(XFormsElement[] children) |
Copyright © 2025. All rights reserved.