ZIndexEvent"
From Documentation
Jumperchen (talk | contribs) m |
m ((via JWB)) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
*Demonstration: N/A | *Demonstration: N/A | ||
*Java API: <javadoc>org.zkoss.zk.ui.event.ZIndexEvent</javadoc> | *Java API: <javadoc>org.zkoss.zk.ui.event.ZIndexEvent</javadoc> | ||
+ | *JavaScript API: N/A | ||
= Employment/Purpose = | = Employment/Purpose = | ||
Line 10: | Line 11: | ||
Represents an event caused by a component whose z-index is modified by the client. A z-indexed component must send ZindexEvent once the z-index of component is modifiable by the client. | Represents an event caused by a component whose z-index is modified by the client. A z-indexed component must send ZindexEvent once the z-index of component is modifiable by the client. | ||
− | The components which are supported this event are: [[ | + | The components which are supported this event are: [[ZK_Component_Reference/Containers/Window|Window]]. |
= 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 34: | Line 33: | ||
=Use cases= | =Use cases= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
− | | | + | | |
| | | | ||
| | | | ||
Line 44: | Line 43: | ||
=Version History= | =Version History= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | | + | | |
− | | | + | | |
− | | | + | | |
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Latest revision as of 11:07, 7 January 2022
ZIndexEvent
- Demonstration: N/A
- Java API: ZIndexEvent
- JavaScript API: N/A
Employment/Purpose
Represents an event caused by a component whose z-index is modified by the client. A z-indexed component must send ZindexEvent once the z-index of component is modifiable by the client.
The components which are supported this event are: Window.
Example
N/A
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|