ZIndexEvent"

From Documentation
m (Created page with 'init')
 
m ((via JWB))
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= ZIndexEvent =
 +
 
 +
*Demonstration: N/A
 +
*Java API: <javadoc>org.zkoss.zk.ui.event.ZIndexEvent</javadoc>
 +
*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: [[ZK_Component_Reference/Containers/Window|Window]].
 +
 
 +
= Example =
 +
 
 +
N/A
 +
 
 +
=Supported events=
 +
 
 +
{| class='wikitable' | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| None
 +
| None
 +
|}
 +
 
 +
=Supported Children=
 +
 
 +
*NONE
 +
 
 +
=Use cases=
 +
 
 +
{| class='wikitable' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| class='wikitable' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
{{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

Name
Event Type
None None

Supported Children

*NONE

Use cases

Version Description Example Location
     

Version History

Version Date Content
     



Last Update : 2022/01/07

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.