Class AbstractMultiFormField

    • Method Detail

      • getValues

        public final List<StringgetValues()
        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.