InputEvent"

From Documentation
m
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{ZKComponentReferencePageHeader}}
 
{{ZKComponentReferencePageHeader}}
  
= (Your Component Name) =
+
= InputEvent =
  
*Demonstration:  
+
*Demonstration: N/A
*Java API: <javadoc>org.zkoss.zul.XXX</javadoc>
+
*Java API: <javadoc>org.zkoss.zk.ui.event.InputEvent</javadoc>
*JavaScript API: <javadoc directory="jsdoc">zul.YYY.XXX</javadoc>
+
*JavaScript API: N/A
  
 
= Employment/Purpose =
 
= Employment/Purpose =
  
 
+
Represents an event cause by user's input something at the client.
  
 
= 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 27:
 
=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 41:
 
=Version History=
 
=Version History=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.x.x
+
| &nbsp;
| x/x/20xx
+
| &nbsp;
| Initialization
+
| &nbsp;
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Latest revision as of 10:16, 4 March 2022

InputEvent

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

Employment/Purpose

Represents an event cause by user's input something at the client.

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
     



Last Update : 2022/03/04

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