MouseEvent"

From Documentation
m
m ((via JWB))
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{ZKComponentReferencePageHeader}}
 
{{ZKComponentReferencePageHeader}}
  
= (Your Component Name) =
+
= MouseEvent =
  
*Demonstration:  
+
*Demonstration: N/A
*Java API: <javadoc>org.zkoss.zul.XXX</javadoc>
+
*Java API: <javadoc>org.zkoss.zk.ui.MouseEvent</javadoc>
*JavaScript API: <javadoc directory="jsdoc">zul.YYY.XXX</javadoc>
+
*JavaScript API: N/A
  
 
= Employment/Purpose =
 
= 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 (<code>getX()</code> and <code>getY()</code>). The other is by a logical name, called area (<code>getArea()</code>).
  
 
= Example =
 
= Example =
  
 
+
N/A
 
 
  
  
 
=Supported events=
 
=Supported events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 29: Line 28:
 
=Supported Children=
 
=Supported Children=
  
  *ALL
+
  *N/A
  
 
=Use cases=
 
=Use cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
| 5.0+
+
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
Line 43: Line 42:
 
=Version History=
 
=Version History=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.x.x
+
| 5.0.4
| x/x/20xx
+
| August 2010
| Initialization
+
| <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}}

Latest revision as of 10:41, 12 January 2022

MouseEvent

  • Demonstration: N/A
  • Java API: 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

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 : 2022/01/12

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