Class SingleValueFormField

    • Constructor Detail

      • SingleValueFormField

        protected SingleValueFormField​(FormField.Builder<?,​?> builder)
    • Method Detail

      • getValues

        public final java.util.List<java.lang.CharSequence> 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.
      • getValue

        public abstract java.lang.CharSequence getValue()