org.zkoss.zk.ui.ext.client
Interface ZIndexed

All Known Implementing Classes:
HtmlBasedComponent.ExtraCtrl

public interface ZIndexed

Implemented by the object returned by ComponentCtrl.getExtraCtrl() if the z-index of a component is modifiable by the client.

Once it is moved by the user, setZIndexByClient(int) are called and ZIndexEvent is sent to notify the component.

Author:
tomyeh

Method Summary
 void setZIndexByClient(int zIndex)
          Sets the z-index of the component, caused by user's activity at the client.
 

Method Detail

setZIndexByClient

void setZIndexByClient(int zIndex)
Sets the z-index of the component, caused by user's activity at the client.



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.