Class ValueLabelItem


  • public class ValueLabelItem
    extends Object
    Class to associate with a JComboBox Used to allow us to display different text to the user than we set in the backend
    Since:
    5.0
    • Constructor Detail

      • ValueLabelItem

        public ValueLabelItem​(Object value,
                              String label)
    • Method Detail

      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)