org.zkoss.zk.ui.ext.render
Interface Floating

All Known Implementing Classes:
FileuploadDlg.ExtraCtrl, Panel.ExtraCtrl, Popup.ExtraCtrl, Window.ExtraCtrl

public interface Floating

Implemented by the object returned by ComponentCtrl.getExtraCtrl() to denote a component is floating (aka., absolute position). Some components, say, hbox, make no space for floating components.

Author:
tomyeh

Method Summary
 boolean isFloating()
          Returns whether the component is floating, aka., absolute position.
 

Method Detail

isFloating

boolean isFloating()
Returns whether the component is floating, aka., absolute position.



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