Class CmsDateBox.CmsDateBoxHandler

java.lang.Object
org.opencms.gwt.client.ui.input.datebox.CmsDateBox.CmsDateBoxHandler
All Implemented Interfaces:
com.google.gwt.event.dom.client.BlurHandler, com.google.gwt.event.dom.client.ClickHandler, com.google.gwt.event.dom.client.FocusHandler, com.google.gwt.event.dom.client.KeyUpHandler, com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>, com.google.gwt.event.logical.shared.ValueChangeHandler<Date>, com.google.gwt.event.shared.EventHandler
Enclosing class:
CmsDateBox

protected class CmsDateBox.CmsDateBoxHandler extends Object implements com.google.gwt.event.dom.client.ClickHandler, com.google.gwt.event.dom.client.FocusHandler, com.google.gwt.event.dom.client.BlurHandler, com.google.gwt.event.dom.client.KeyUpHandler, com.google.gwt.event.logical.shared.ValueChangeHandler<Date>, com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>
This inner class implements the handler for the date box widget.

  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onBlur(com.google.gwt.event.dom.client.BlurEvent event)
     
    void
    onClick(com.google.gwt.event.dom.client.ClickEvent event)
     
    void
    onClose(com.google.gwt.event.logical.shared.CloseEvent<com.google.gwt.user.client.ui.PopupPanel> event)
     
    void
    onFocus(com.google.gwt.event.dom.client.FocusEvent event)
     
    void
    onKeyUp(com.google.gwt.event.dom.client.KeyUpEvent event)
     
    void
    onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<Date> event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • onBlur

      public void onBlur(com.google.gwt.event.dom.client.BlurEvent event)
      Specified by:
      onBlur in interface com.google.gwt.event.dom.client.BlurHandler
      See Also:
      • BlurHandler.onBlur(com.google.gwt.event.dom.client.BlurEvent)
    • onClick

      public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
      Specified by:
      onClick in interface com.google.gwt.event.dom.client.ClickHandler
      See Also:
      • ClickHandler.onClick(com.google.gwt.event.dom.client.ClickEvent)
    • onClose

      public void onClose(com.google.gwt.event.logical.shared.CloseEvent<com.google.gwt.user.client.ui.PopupPanel> event)
      Specified by:
      onClose in interface com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>
      See Also:
      • CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent)
    • onFocus

      public void onFocus(com.google.gwt.event.dom.client.FocusEvent event)
      Specified by:
      onFocus in interface com.google.gwt.event.dom.client.FocusHandler
      See Also:
      • FocusHandler.onFocus(com.google.gwt.event.dom.client.FocusEvent)
    • onKeyUp

      public void onKeyUp(com.google.gwt.event.dom.client.KeyUpEvent event)
      Specified by:
      onKeyUp in interface com.google.gwt.event.dom.client.KeyUpHandler
      See Also:
      • KeyPressHandler.onKeyPress(com.google.gwt.event.dom.client.KeyPressEvent)
    • onValueChange

      public void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<Date> event)
      Specified by:
      onValueChange in interface com.google.gwt.event.logical.shared.ValueChangeHandler<Date>
      See Also:
      • ValueChangeHandler.onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent)