Class DivClickEvent

java.lang.Object
org.dwcj.controls.panels.events.DivClickEvent
All Implemented Interfaces:
ControlEvent

public final class DivClickEvent extends Object implements ControlEvent
  • Constructor Details

    • DivClickEvent

      public DivClickEvent(Div div)
  • Method Details

    • getControl

      public Div 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