KeyEvent"

From Documentation
m (Created page with 'init')
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= KeyEvent =
 +
 
 +
*Demonstration: N/A
 +
*Java API: <javadoc>org.zkoss.zk.ui.event.KeyEvent</javadoc>
 +
*JavaScript API: N/A
 +
 
 +
= Employment/Purpose =
 +
 
 +
Represents a key pressed by the user.
 +
 
 +
For more information, please refer to [[ZK Developer's Reference/UI Patterns/Keystroke Handling|ZK Developer's Reference: Keystroke Handling]].
 +
 
 +
= Example =
 +
 
 +
N/A
 +
 
 +
=Supported events=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| None
 +
| None
 +
|}
 +
 
 +
=Supported Children=
 +
 
 +
*N/A
 +
 
 +
=Use cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| 3.6
 +
| Smalltalk: Keylistener Component
 +
| [[Small_Talks/2007/November/Keylistener_Component |Keylistener Component]]
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 09:04, 21 December 2010

KeyEvent

  • Demonstration: N/A
  • Java API: KeyEvent
  • JavaScript API: N/A

Employment/Purpose

Represents a key pressed by the user.

For more information, please refer to ZK Developer's Reference: Keystroke Handling.

Example

N/A

Supported events

Name
Event Type
None None

Supported Children

*N/A

Use cases

Version Description Example Location
3.6 Smalltalk: Keylistener Component Keylistener Component

Version History

Version Date Content
     



Last Update : 2010/12/21

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