|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasMouseStillDownHandlers
Method Summary | |
---|---|
HandlerRegistration |
addMouseStillDownHandler(MouseStillDownHandler handler)
Executed repeatedly (every mouseStillDownDelay by
default) when the system is idle - i.e. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addMouseStillDownHandler(MouseStillDownHandler handler)
mouseStillDownDelay
by
default) when the system is idle - i.e. not busy running other scripts - and the left mouse button is held down after
having been pressed in the object. This event is not native to JavaScript, but is provided by the ISC system. Note:
The event handling system waits mouseStillDownInitialDelay
before calling mouseStillDown for the first time on the widget. Subsequently the method is
called every mouseStillDownDelay
. Both attributes are
configurable per widget instance.
This method is called only when the left mouse is held down.
handler
- the mouseStillDown handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |