Class ComboBoxSelectEvent

java.lang.Object
org.dwcj.controls.combobox.events.ComboBoxSelectEvent
All Implemented Interfaces:
ControlEvent

public final class ComboBoxSelectEvent extends Object implements ControlEvent
  • Constructor Details

    • ComboBoxSelectEvent

      public ComboBoxSelectEvent(ComboBox cComboBox)
  • Method Details

    • setKey

      public void setKey(Object key)
    • getKey

      public Object getKey()
    • getControl

      public ComboBox getControl()
      Description copied from interface: ControlEvent
      obtain a reference to the control that triggered the event
      Specified by:
      getControl in interface ControlEvent
      Returns:
      the control that triggered the event