ErrorEvent"

From Documentation
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
= ErrorEvent =
 
= ErrorEvent =
 +
 +
*Demonstration: N/A
 +
*Java API: <javadoc>org.zkoss.zk.ui.event.ErrorEvent</javadoc>
 +
*JavaScript API: N/A
  
 
= Employment/Purpose =
 
= Employment/Purpose =
  
Represents an event cause by user's entering a wrong data or clearing the last wrong data. <tt>ErrorEvent</tt> is sent when the client detects users entered a wrong value.  
+
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>
 
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>
Line 11: Line 15:
 
= Example =
 
= Example =
  
 
+
N/A
 
 
  
  
Line 27: Line 30:
 
=Supported Children=
 
=Supported Children=
  
  *ALL
+
  *NONE
  
 
=Use cases=
 
=Use cases=
Line 34: Line 37:
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
| 5.0+
+
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
Line 44: Line 47:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.0.1
+
| &nbsp;
| 28/4/2012
+
| &nbsp;
| Initialization
+
| &nbsp;
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{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.