org.zkoss.zk.ui.event
Class ZIndexEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
org.zkoss.zk.ui.event.ZIndexEvent
public class ZIndexEvent
- extends Event
Represents an event caused by a component whose z-index is modified
by the client.
Component Implementation Note:
A z-indexed component must implement ZIndexed
for the returned object of ComponentCtrl.getExtraCtrl().
- Author:
- tomyeh
|
Constructor Summary |
ZIndexEvent(java.lang.String name,
Component target,
int zIndex)
Constructs a mouse relevant event. |
|
Method Summary |
int |
getZIndex()
Returns the z-index of the component after moved. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ZIndexEvent
public ZIndexEvent(java.lang.String name,
Component target,
int zIndex)
- Constructs a mouse relevant event.
getZIndex
public final int getZIndex()
- Returns the z-index of the component after moved.
Copyright © 2005-2009 Potix Corporation. All Rights Reserved.