MouseEvent"
From Documentation
Line 46: | Line 46: | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | 5. | + | | 5.0.1 |
− | | | + | | 4/27/2010 |
| Initialization | | Initialization | ||
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Revision as of 11:13, 27 April 2010
MouseEvent
- Demonstration: N/A
- Java API: MouseEvent
- JavaScript API: N/A
Employment/Purpose
Represents an event cause by mouse 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
Supported events
None | None |
Supported Children
*N/A
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/27/2010 | Initialization |