Interface FormFieldWithOptions

All Known Implementing Classes:
ListMultiFormField, ListSingleFormField

public interface FormFieldWithOptions
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a List of the available options that the user has in order to answer the question.
  • Method Details

    • getOptions

      Returns a List of the available options that the user has in order to answer the question.
      Returns:
      List of the available options.