public interface XFormsElement
| Modifier and Type | Interface and Description |
|---|---|
static class |
XFormsElement.BodyXFormsElement |
static class |
XFormsElement.HeadXFormsElement |
String getName()
String asXml()
static XFormsElement t(String name, XFormsElement... children)
static XFormsElement t(String name, String innerHtml)
static XFormsElement html(XFormsElement.HeadXFormsElement head, XFormsElement.BodyXFormsElement body)
static XFormsElement html(List<kotlin.Pair<String,String>> additionalNamespaces, XFormsElement.HeadXFormsElement head, XFormsElement.BodyXFormsElement body)
static XFormsElement.HeadXFormsElement head(XFormsElement... children)
static XFormsElement.BodyXFormsElement body(XFormsElement... children)
static XFormsElement title(String innerHTML)
static XFormsElement model(XFormsElement... children)
static XFormsElement model(List<kotlin.Pair<String,String>> attributes, XFormsElement... children)
static XFormsElement mainInstance(XFormsElement... children)
static XFormsElement instance(String name, XFormsElement... children)
static XFormsElement input(String ref, XFormsElement... children)
static XFormsElement select1(String ref, XFormsElement... children)
static XFormsElement select1Dynamic(String ref, String nodesetRef)
static XFormsElement select1Dynamic(String ref, String nodesetRef, String valueRef, String labelRef)
static XFormsElement group(String ref, XFormsElement... children)
static XFormsElement repeat(String ref, XFormsElement... children)
static XFormsElement repeat(String ref, String countRef, XFormsElement... children)
static XFormsElement label(String innerHtml)
static XFormsElement item(int value, String label)
static XFormsElement item(String value, String label)
static XFormsElement setvalue(String event, String ref, String value)
static XFormsElement setvalue(String event, String ref)
static XFormsElement setvalueLiteral(String event, String ref, String innerHtml)
Copyright © 2025. All rights reserved.