Class ComboBoxOpenEvent

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

public class ComboBoxOpenEvent extends Object implements ControlEvent
  • Constructor Details

    • ComboBoxOpenEvent

      public ComboBoxOpenEvent(ComboBox cComboBox)
  • Method Details

    • 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