OpenEvent"
From Documentation
Zkwikiadmin (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | |||
+ | = OpenEvent = | ||
+ | |||
+ | *Demonstration: [http://www.zkoss.org/zkdemo/userguide/#e9 OpenEvent] | ||
+ | *Java API: <javadoc>org.zkoss.zk.ui.event.OpenEvent</javadoc> | ||
+ | |||
+ | = Employment/Purpose = | ||
+ | |||
+ | Represents an event cause by user's openning or closing something at the client. | ||
+ | |||
+ | Note: it is a bit confusing but <tt>Events.ON_CLOSE</tt> is sent when user clicks a close button. It is a request to ask the server to close a window, a tab or others. If the server ignores the event, nothing will happen at the client. By default, the component is detached when receiving this event. | ||
+ | |||
+ | On the other hand,<tt> Events.ON_OPEN</tt> (with <tt>OpenEvent</tt>) is a notification. It is sent to notify the server that the client has opened or closed something. And, the server can not prevent the client from opening or closing. | ||
+ | |||
+ | = Example = | ||
+ | |||
+ | |||
+ | =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 | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =Version History= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | 5.0.1 | ||
+ | | 4/30/2010 | ||
+ | | Initialization | ||
+ | |} | ||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Revision as of 22:45, 2 May 2010
OpenEvent
Employment/Purpose
Represents an event cause by user's openning or closing something at the client.
Note: it is a bit confusing but Events.ON_CLOSE is sent when user clicks a close button. It is a request to ask the server to close a window, a tab or others. If the server ignores the event, nothing will happen at the client. By default, the component is detached when receiving this event.
On the other hand, Events.ON_OPEN (with OpenEvent) is a notification. It is sent to notify the server that the client has opened or closed something. And, the server can not prevent the client from opening or closing.
Example
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/30/2010 | Initialization |