Uses of Interface
org.zkoss.zul.api.Comboitem

Packages that use Comboitem
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.api Interfaces of zul components, which are the abstract layer to access a ZUL component 
 

Uses of Comboitem in org.zkoss.zul
 

Classes in org.zkoss.zul that implement Comboitem
 class Comboitem
          An item of a combo box.
 

Methods in org.zkoss.zul that return Comboitem
 Comboitem Combobox.appendItemApi(java.lang.String label)
          Appends an item.
 Comboitem Combobox.getItemAtIndexApi(int index)
          Returns the item at the specified index.
 Comboitem Combobox.getSelectedItemApi()
          Returns the selected item.
 Comboitem Combobox.removeItemAtApi(int index)
          Removes the child item in the list box at the given index.
 

Methods in org.zkoss.zul with parameters of type Comboitem
 void Combobox.setSelectedItemApi(Comboitem itemApi)
          Deselects the currently selected items and selects the given item.
 

Uses of Comboitem in org.zkoss.zul.api
 

Methods in org.zkoss.zul.api that return Comboitem
 Comboitem Combobox.appendItemApi(java.lang.String label)
          Appends an item.
 Comboitem Combobox.getItemAtIndexApi(int index)
          Returns the item at the specified index.
 Comboitem Combobox.getSelectedItemApi()
          Returns the selected item.
 Comboitem Combobox.removeItemAtApi(int index)
          Removes the child item in the list box at the given index.
 

Methods in org.zkoss.zul.api with parameters of type Comboitem
 void Combobox.setSelectedItemApi(Comboitem item)
          Deselects the currently selected items and selects the given item.
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo