Uses of Class
rocks.xmpp.extensions.data.layout.model.FieldReference
-
Packages that use FieldReference Package Description rocks.xmpp.extensions.data.layout.model Provides XML schema implementations of XEP-0141: Data Forms Layout. -
-
Uses of FieldReference in rocks.xmpp.extensions.data.layout.model
Methods in rocks.xmpp.extensions.data.layout.model that return FieldReference Modifier and Type Method Description FieldReference
Page. getReportedReference()
Gets the reported field reference.FieldReference
Section. getReportedReference()
Gets the reported field reference.Methods in rocks.xmpp.extensions.data.layout.model that return types with arguments of type FieldReference Modifier and Type Method Description List<FieldReference>
Page. getFieldReferences()
Gets the field references.List<FieldReference>
Section. getFieldReferences()
Gets the field references.Constructors in rocks.xmpp.extensions.data.layout.model with parameters of type FieldReference Constructor 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 parameters in rocks.xmpp.extensions.data.layout.model with type arguments of type FieldReference Constructor 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.
-