Class DateEditBoxEditModifyEvent

java.lang.Object
org.dwcj.controls.dateeditbox.events.DateEditBoxEditModifyEvent
All Implemented Interfaces:
ControlEvent

public final class DateEditBoxEditModifyEvent extends Object implements ControlEvent
  • Constructor Details

    • DateEditBoxEditModifyEvent

      public DateEditBoxEditModifyEvent(DateEditBox cDateEditBox)
  • Method Details

    • getControl

      public DateEditBox 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
    • toString

      public String toString()
      Overrides:
      toString in class Object