Class Option

    • Constructor Detail

      • Option

        public Option()
    • Method Detail

      • isDisabled

        public boolean isDisabled()
        Returns the disabled of this option tag.
        Since:
        8.0.3
      • getLabel

        public java.lang.String getLabel()
        Returns the label of this option tag.
        Since:
        8.0.3
      • isSelected

        public boolean isSelected()
        Returns the selected of this option tag.
        Since:
        8.0.3
      • getValue

        public java.lang.String getValue()
        Returns the value of this option tag.
        Since:
        8.0.3