| Package | Description |
|---|---|
| rocks.xmpp.extensions.data.layout.model |
Provides XML schema implementations of XEP-0141: Data Forms Layout.
|
| Modifier and Type | Method and Description |
|---|---|
FieldReference |
Section.getReportedReference()
Gets the reported field reference.
|
FieldReference |
Page.getReportedReference()
Gets the reported field reference.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldReference> |
Section.getFieldReferences()
Gets the field references.
|
List<FieldReference> |
Page.getFieldReferences()
Gets the field references.
|
| Constructor and Description |
|---|
Page(String label,
Collection<FieldReference> fieldReferences,
Collection<String> text,
FieldReference reportedReference)
Creates a page.
|
Section(String label,
Collection<FieldReference> fieldReferences,
Collection<String> text,
FieldReference reportedReference)
Creates a section.
|
| Constructor and Description |
|---|
Page(String label,
Collection<FieldReference> fieldReferences)
Creates a page.
|
Page(String label,
Collection<FieldReference> fieldReferences,
Collection<String> text)
Creates a page.
|
Page(String label,
Collection<FieldReference> fieldReferences,
Collection<String> text,
FieldReference reportedReference)
Creates a page.
|
Section(String label,
Collection<FieldReference> fieldReferences)
Creates a section.
|
Section(String label,
Collection<FieldReference> fieldReferences,
Collection<String> text)
Creates a section.
|
Section(String label,
Collection<FieldReference> fieldReferences,
Collection<String> text,
FieldReference reportedReference)
Creates a section.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.