MouseEvent
- Demonstration: N/A
- Java API: org.zkoss.zk.ui.MouseEvent
- JavaScript API: N/A
Employment/Purpose
Represents an event caused by the mouse’s activitly. There are two
possible way to identify a mouse event. One is by coordination (getX()
and getY()
). The other is by a logical name, called area
(getArea()
).
Example
N/A
Supported events
Check inherited events
Supported Children
*N/A
Version History
Version | Date | Content |
---|---|---|
5.0.4 | August 2010 | org.zkoss.zk.ui.event.MouseEvent#getAreaComponent() is introduced to simplify the retrieval of the associated component (usually org.zkoss.zul.Area). |