com.cognos.CAM_AAA.authentication

Interface ISelectOption

  • All Known Implementing Classes:
    SelectOption


    public interface ISelectOption
    Defines the interface to use for implementing a selectable option for a single-select or multi-select display object.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getID()
      Returns the identifier for this option.
      java.lang.String getValue()
      Returns the value for this option.
      boolean isSelectedByDefault()
      Returns a flag indicating whether this option is selected by default.
    • Method Detail

      • getID

        java.lang.String getID()
        Returns the identifier for this option.
        Returns:
        The identifier for this option.
      • getValue

        java.lang.String getValue()
        Returns the value for this option.
        Returns:
        The value for this option.
      • isSelectedByDefault

        boolean isSelectedByDefault()
        Returns a flag indicating whether this option is selected by default.
        Returns:
        A flag indicating whether this option is selected by default.