Image:stop.png This documentation is for an older version of ZK. For the latest documentationplease click here .

Panelchildren

Panelchildren is used for Panel component to manage each child who will be shown in the body of Panel. Note that the size of Panelchildren is automatically calculated by Panel so both setWidth(String) and setHeight(String) are read-only.

    <panel height="100px" width="200px" style="margin-bottom:10px"
    title="Panel1" border="normal" maximizable="true"    
    collapsible="true">    
    <panelchildren>PanelContent1</panelchildren>    
</panel>
<panel height="100px" width="200px" framable="true" title="Panel2"
    border="normal" maximizable="true" style="margin-bottom:10px">    
    <panelchildren>PanelContent2</panelchildren>    
</panel>
   

Class Name

org.zkoss.zul.Panelchildren

Supported Child Components

*ALL

Supported Events

*None

Properties

*None

Methods

Name

Description

Return Data Type

getMoldSclass()

String

getRealSclass()

Returns the real style class used for the content block of the panel.

String

setHeight(java.lang.String height)

This method is unsupported.

void

setWidth(java.lang.String width)

This method is unsupported.

void

setParent(org.zkoss.zk.ui.Component parent)

void

Inherited From