ErrorEvent"
From Documentation
m (→ErrorEvent) |
m ((via JWB)) |
||
(10 intermediate revisions by 5 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 | + | Represents an event caused by a user's error when entering wrong data or clearing the last wrong data. <code>ErrorEvent</code> 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 < | + | Note: if the client doesn't detect the error, the value is sent back to the server with regular event, such as <code>InputEvent</code> |
= 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 27: | Line 30: | ||
=Supported Children= | =Supported Children= | ||
− | * | + | *NONE |
=Use cases= | =Use cases= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
− | | | + | | |
| | | | ||
| | | | ||
Line 41: | Line 44: | ||
=Version History= | =Version History= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | | + | | |
− | | | + | | |
− | | | + | | |
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Latest revision as of 10:41, 12 January 2022
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
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|