Class CmsClassHoverHandler

    • Field Summary

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

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

      All Methods Instance Methods Concrete Methods 
      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 java.lang.Object

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