KeyEvent"
From Documentation
m ((via JWB)) |
|||
(11 intermediate revisions by 5 users not shown) | |||
Line 4: | Line 4: | ||
*Demonstration: N/A | *Demonstration: N/A | ||
− | *Java API: <javadoc>org.zkoss.zk.ui.KeyEvent</javadoc> | + | *Java API: <javadoc>org.zkoss.zk.ui.event.KeyEvent</javadoc> |
*JavaScript API: N/A | *JavaScript API: N/A | ||
= Employment/Purpose = | = 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 = | = Example = | ||
− | + | N/A | |
− | |||
− | |||
=Supported events= | =Supported events= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
Line 33: | Line 33: | ||
=Use cases= | =Use cases= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
− | | | + | | 3.6 |
− | | | + | | Smalltalk: Keylistener Component |
− | | | + | | [[Small_Talks/2007/November/Keylistener_Component |Keylistener Component]] |
|} | |} | ||
=Version History= | =Version History= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | | + | | |
− | | | + | | |
− | | | + | | |
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{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 |
---|---|---|