KeyEvent"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
m ((via JWB)) |
||
(17 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{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= | ||
+ | |||
+ | {| class='wikitable' | width="100%" | ||
+ | ! <center>Name</center> | ||
+ | ! <center>Event Type</center> | ||
+ | |- | ||
+ | | None | ||
+ | | None | ||
+ | |} | ||
+ | |||
+ | =Supported Children= | ||
+ | |||
+ | *N/A | ||
+ | |||
+ | =Use cases= | ||
+ | |||
+ | {| class='wikitable' | width="100%" | ||
+ | ! Version !! Description !! Example Location | ||
+ | |- | ||
+ | | 3.6 | ||
+ | | Smalltalk: Keylistener Component | ||
+ | | [[Small_Talks/2007/November/Keylistener_Component |Keylistener Component]] | ||
+ | |} | ||
+ | |||
+ | =Version History= | ||
+ | |||
+ | {| class='wikitable' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Latest revision as of 11:07, 7 January 2022
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
None | None |
Supported Children
*N/A
Use cases
Version | Description | Example Location |
---|---|---|
3.6 | Smalltalk: Keylistener Component | Keylistener Component |
Version History
Version | Date | Content |
---|---|---|