@ApplicationScoped public class MouseOverService extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MouseOverService.WidgetMouseTrackingInfo |
| Constructor and Description |
|---|
MouseOverService()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearAll()
Clear the mouse-in info for all tracked widgets.
|
void |
enableMouseEvents(com.google.gwt.user.client.ui.Widget widget)
Called to enable mouse-in and mouse-out events for a
given widget.
|
void |
enableMouseEvents(com.google.gwt.user.client.ui.Widget widget,
MouseOverService.WidgetMouseTrackingInfo tracking)
Called to enable mouse-in and mouse-out events for a
given widget.
|
protected void |
postConstruct() |
@PostConstruct protected void postConstruct()
public void enableMouseEvents(com.google.gwt.user.client.ui.Widget widget)
widget - public void enableMouseEvents(com.google.gwt.user.client.ui.Widget widget,
MouseOverService.WidgetMouseTrackingInfo tracking)
widget - tracking - protected void clearAll()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.