KeyEvent"

From Documentation
m ((via JWB))
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
  
 
Represents a key pressed by the user.
 
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 =
Line 17: Line 19:
 
=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 31: Line 33:
 
=Use cases=
 
=Use cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
Line 41: Line 43:
 
=Version History=
 
=Version History=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

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

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

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