Package org.zkoss.zul

Class Absolutechildren

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Component, Scope, ComponentCtrl

    public class Absolutechildren
    extends XulElement

    A container component that can contain any other ZK component and can only be contained as direct child of Absolutelayout component. It can be absolutely positioned within Absolutelayout component by either setting "x" and "y" attribute or calling setX(int) and setY(int) methods.

    Default getZclass(): z-absolutechildren.

    Since:
    6.0.0
    Author:
    ashish
    See Also:
    Serialized Form