Skip to content

Extension for adding support for mouseover/mouseout events to any Vaadin component

License

Notifications You must be signed in to change notification settings

apm78/mouse-events

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mouse Events Add-on for Vaadin 7

This is a component extension that allows you to add mouseover and mouseout event listeners to any component.

This is a fork from Marcus Hellberg's repository (https://github.com/vaadin-marcus/mouse-events.git). It fixes the issue, that hovering over layouts didn't fire any event.

Building and running demo

Build with mvn clean install, then change the directory to the demo with cd mouse-events-demo and run the demo with mvn jetty:run.

To see the demo, navigate to http://localhost:8080/

About

Extension for adding support for mouseover/mouseout events to any Vaadin component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.2%
  • CSS 5.8%