Class AbstractMultiFormField

  • All Implemented Interfaces:
    org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.FullyQualifiedElement, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlLangElement
    Direct Known Subclasses:
    ListMultiFormField, TextMultiFormField

    public class AbstractMultiFormField
    extends FormField
    • Method Detail

      • getValues

        public final java.util.List<java.lang.String> getValues()
        Description copied from class: FormField
        Returns a List of the default values of the question if the question is part of a form to fill out. Otherwise, returns a List of the answered values of the question.
        Specified by:
        getValues in class FormField
        Returns:
        a List of the default values or answered values of the question.