Uses of Class
org.zkoss.zul.Comboitem

Packages that use Comboitem
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
 

Uses of Comboitem in org.zkoss.zul
 

Methods in org.zkoss.zul that return Comboitem
 Comboitem Combobox.appendItem(java.lang.String label)
          Appends an item.
 Comboitem Combobox.getItemAtIndex(int index)
          Returns the item at the specified index.
 Comboitem Combobox.getSelectedItem()
          Returns the selected item, or null if no matched.
 Comboitem Combobox.removeItemAt(int index)
          Removes the child item in the list box at the given index.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.