| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.EventObject --+
|
component.Event --+
|
ClickEvent
Click event. This event is thrown, when the button is clicked.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
New instance with mouse details
|
Gets the Button where the event occurred.
|
Returns the mouse position (x coordinate) when the click took place. The position is relative to the browser client area.
|
Returns the mouse position (y coordinate) when the click took place. The position is relative to the browser client area.
|
Returns the relative mouse position (x coordinate) when the click took place. The position is relative to the clicked component.
|
Returns the relative mouse position (y coordinate) when the click took place. The position is relative to the clicked component.
|
Checks if the Alt key was down when the mouse event took place.
|
Checks if the Ctrl key was down when the mouse event took place.
|
Checks if the Meta key was down when the mouse event took place.
|
Checks if the Shift key was down when the mouse event took place.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:54 2013 | http://epydoc.sourceforge.net |