Class FormField.Option

  • Enclosing class:
    FormField

    public static class FormField.Option
    extends Object
    Represents the available option of a given FormField.
    Author:
    Gaston Dombiak
    • Method Detail

      • getLabel

        public String getLabel()
        Returns the label that represents the option.
        Returns:
        the label that represents the option.
      • getValue

        public String getValue()
        Returns the value of the option.
        Returns:
        the value of the option.