Class CmsClassHoverHandler

java.lang.Object
org.opencms.gwt.client.ui.A_CmsHoverHandler
org.opencms.gwt.client.ui.CmsClassHoverHandler
All Implemented Interfaces:
com.google.gwt.event.dom.client.MouseOutHandler, com.google.gwt.event.dom.client.MouseOverHandler, com.google.gwt.event.shared.EventHandler

Event handler to toggle the I_CmsLayoutBundle.I_CmsStateCss.cmsHovering() class on mouse out/over.

Since:
8.0.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.google.gwt.dom.client.Element
    The owner element.

    Fields inherited from class org.opencms.gwt.client.ui.A_CmsHoverHandler

    m_timer
  • Constructor Summary

    Constructors
    Constructor
    Description
    CmsClassHoverHandler(com.google.gwt.dom.client.Element owner)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    onHoverIn(com.google.gwt.event.dom.client.MouseOverEvent event)
    Will be executed for starting the hover effect.
    protected void
    onHoverOut(com.google.gwt.event.dom.client.MouseOutEvent event)
    Will be executed for finishing the hover effect.

    Methods inherited from class org.opencms.gwt.client.ui.A_CmsHoverHandler

    onMouseOut, onMouseOver

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait