Interface LogixNG_SelectComboBox.Item

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Return the key that's used to store the item in the tables and panels file, as well as when indirect addessing is used.
      java.lang.String toString()
      Return the value that's used to show the item in the ComboBox.
    • Method Detail

      • getKey

        java.lang.String getKey()
        Return the key that's used to store the item in the tables and panels file, as well as when indirect addessing is used.
        Returns:
        the key
      • toString

        java.lang.String toString()
        Return the value that's used to show the item in the ComboBox.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the value