MouseEvent"

From Documentation
Line 45: Line 45:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
|  
+
| 5.0.4
|  
+
| August 2010
|  
+
| <javadoc method="getAreaComponent()">org.zkoss.zk.ui.event.MouseEvent</javadoc> is introduced to simplify the retrieval of the associated component (usually <javadoc>org.zkoss.zul.Area</javadoc>).
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Revision as of 04:47, 12 August 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

N/A


Supported events

Name
Event Type
None None

Supported Children

*N/A

Use cases

Version Description Example Location
     

Version History

Version Date Content
5.0.4 August 2010 MouseEvent.getAreaComponent() is introduced to simplify the retrieval of the associated component (usually Area).



Last Update : 2010/08/12

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.