Interface Option


  • public interface Option
    Describes an option in a list-type control, e.g. WDropdown, WMultiSelect etc.
    Since:
    1.0.0
    Author:
    Yiannis Paschalidis
    • Method Detail

      • getCode

        String getCode()
        Returns:
        the code for this option.
      • getDesc

        String getDesc()
        Returns:
        the textual description of this option.