ZIndexEvent

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: org.zkoss.zul.Window .

Class Name

org.zkoss.zk.ui.event.ZIndexEvent

Methods

Name

Description

Data Type

Values

getZIndex

Returns the z-index of the component after moved.

int

Inherited From