org.zkoss.zk.ui.ext.render
Interface Floating
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. |
isFloating
boolean isFloating()
- Returns whether the component is floating, aka., absolute position.
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.