Foot

Defines a set of footers (Footer) for a grid (Grid).

<grid>
    <columns>    
        <column label="Type"/>        
        <column label="Content"/>        
    </columns>    
    <rows>    
        <row>        
            <label value="File:"/>            
            <textbox width="99%"/>            
        </row>        
        <row>        
            <label value="Type:"/>            
            <hbox>            
                <listbox rows="1" mold="select">                
                    <listitem label="Java Files,(*.java)"/>                    
                    <listitem label="All Files,(*.*)"/>                    
                </listbox>                
                <button label="Browse..."/>                
            </hbox>            
        </row>        
    </rows>    
    <foot>    
        <footer>footer1</footer>        
        <footer>footer2</footer>        
    <foot>    
</grid>

Class Name

org.zkoss.zul.Foot

Supported Child Components

Footer

Supported Events

*NONE

Properties

Property

Description

Data Type

value

Sets the current value of the progress meter.

java.langString

Methods

Name

Description

Return Data Type

getGrid()

Returns the grid that this belongs to.

org.zkoss.zul.Grid

insertBefore(org.zkoss.zk.ui.Component child, org.zkoss.zk.ui.Component insertBefore)

boolean

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

void

Inherited From