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

All Known Implementing Classes:
Audio.ExtraCtrl, Calendar.ExtraCtrl, Checkbox.ExtraCtrl, Combobox.ExtraCtrl, Detail.ExtraCtrl, Fileupload.ExtraCtrl, FileuploadDlg.ExtraCtrl, Fisheyebar.ExtraCtrl, Grid.ExtraCtrl, Group.ExtraCtrl, Groupbox.ExtraCtrl, HtmlBasedComponent.ExtraCtrl, Iframe.ExtraCtrl, Image.ExtraCtrl, InputElement.ExtraCtrl, Jasperreport.ExtraCtrl, LabelImageElement.ExtraCtrl, LayoutRegion.ExtraCtrl, Listbox.ExtraCtrl, Listgroup.ExtraCtrl, Menuitem.ExtraCtrl, Panel.ExtraCtrl, Popup.ExtraCtrl, Portalchildren.ExtraCtrl, Radio.ExtraCtrl, Rows.ExtraCtrl, Slider.ExtraCtrl, Splitter.ExtraCtrl, Tab.ExtraCtrl, Tabbox.ExtraCtrl, Timer.ExtraCtrl, Tree.ExtraCtrl, Treechildren.ExtraCtrl, Treeitem.ExtraCtrl, Window.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-2009 Potix Corporation. All Rights Reserved.