Uses of Class
org.zkoss.zul.Listitem

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

Uses of Listitem in org.zkoss.zul
 

Methods in org.zkoss.zul that return Listitem
 Listitem Listbox.appendItem(java.lang.String label, java.lang.String value)
          Appends an item.
 Listitem Listbox.getItemAtIndex(int index)
          Returns the item at the specified index.
 Listitem Listcell.getListitem()
          Deprecated.  
 Listitem Listbox.getSelectedItem()
          Returns the selected item.
 Listitem ListitemRendererExt.newListitem(Listbox listbox)
          Creates an instance of Listitem for rendering.
 Listitem Listbox.removeItemAt(int index)
          Removes the child item in the list box at the given index.
 Listitem Listbox.renderItem(Listitem li)
          Renders the specified Listitem if not loaded yet, with Listbox.getItemRenderer().
 

Methods in org.zkoss.zul with parameters of type Listitem
 void Listbox.addItemToSelection(Listitem item)
          Selects the given item, without deselecting any other items that are already selected..
 int Listbox.getIndexOfItem(Listitem item)
          Returns the index of the specified item, or -1 if not found.
 Listcell ListitemRendererExt.newListcell(Listitem item)
          Create an instance of Listcell as the first cell of the list item.
 void Listbox.removeItemFromSelection(Listitem item)
          Deselects the given item without deselecting other items.
 void ListitemRenderer.render(Listitem item, java.lang.Object data)
          Renders the data to the specified list item.
 Listitem Listbox.renderItem(Listitem li)
          Renders the specified Listitem if not loaded yet, with Listbox.getItemRenderer().
 void Listbox.selectItem(Listitem item)
          Deselects all of the currently selected items and selects the given item.
 void Listbox.setSelectedItem(Listitem item)
          Deselects all of the currently selected items and selects the given item.
 void Listbox.toggleItemSelection(Listitem item)
          If the specified item is selected, it is deselected.
 



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