ZIndexEvent"
From Documentation
Jumperchen (talk | contribs) m |
Jumperchen (talk | contribs) |
||
Line 10: | Line 10: | ||
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 = |
Revision as of 08:18, 30 April 2010
ZIndexEvent
- Demonstration: N/A
- Java API: ZIndexEvent
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
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/30/2010 | Initialization |