Comboitem

An item of a combo box.

<combobox>
    <comboitem label="Simple and Rich"/>    
    <comboitem label="Cool!"/>    
    <comboitem label="Ajax and RIA"/>    
</combobox>

Class Name

org.zkoss.zul.C omboitem

Supported Child Components

*NONE

Supported Events

*NONE

Properties

Property

Description

Data Type

Default Value

value

Associate the value with this combo item.

java.lang.Object

<null>

des cription

Sets the description.

java.lang.String

<empty>

Methods

Name

Description

Return Data Type

isChildable()

Determines whether it accepts child components

Value: false

Note: No child is allowed.

boo lean

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

void

Inherited From