ErrorEvent"

From Documentation
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= ErrorEvent =
 +
 
 +
*Demonstration: N/A
 +
*Java API: <javadoc>org.zkoss.zk.ui.event.ErrorEvent</javadoc>
 +
*JavaScript API: N/A
 +
 
 +
= Employment/Purpose =
 +
 
 +
Represents an event caused by a user's error when entering wrong data or clearing the last wrong data. <tt>ErrorEvent</tt> is sent when the client detects users entered a wrong value.
 +
 
 +
Note: if the client doesn't detect the error, the value is sent back to the server with regular event, such as <tt>InputEvent</tt>
 +
 
 +
= Example =
 +
 
 +
N/A
 +
 
 +
 
 +
=Supported events=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| None
 +
| None
 +
|}
 +
 
 +
=Supported Children=
 +
 
 +
*NONE
 +
 
 +
=Use cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 02:05, 1 August 2011

ErrorEvent

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

Employment/Purpose

Represents an event caused by a user's error when entering wrong data or clearing the last wrong data. ErrorEvent is sent when the client detects users entered a wrong value.

Note: if the client doesn't detect the error, the value is sent back to the server with regular event, such as InputEvent

Example

N/A


Supported events

Name
Event Type
None None

Supported Children

*NONE

Use cases

Version Description Example Location
     

Version History

Version Date Content
     



Last Update : 2011/08/01

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