Uses of Class
org.zkoss.zul.Listitem
-
Packages that use Listitem Package Description org.zkoss.zul org.zkoss.zul.impl -
-
Uses of Listitem in org.zkoss.zul
Subclasses of Listitem in org.zkoss.zul Modifier and Type Class Description classListgroupAdds the ability for single level grouping to the Listbox.classListgroupfootListgroupfoot serves as a summary listitem of listgroup.Methods in org.zkoss.zul that return Listitem Modifier and Type Method Description ListitemListbox. appendItem(java.lang.String label, java.lang.String value)Appends an item.ListitemListbox. getItemAtIndex(int index)Returns the item at the specified index.ListitemListbox. getSelectedItem()Returns the selected item.ListitemListitemRendererExt. newListitem(Listbox listbox)Creates an instance ofListitemthat will be attached to listbox.ListitemListbox. removeItemAt(int index)Removes the child item in the list box at the given index.ListitemListbox. renderItem(Listitem li)Renders the specifiedListitemif not loaded yet, withListbox.getItemRenderer().Methods in org.zkoss.zul that return types with arguments of type Listitem Modifier and Type Method Description java.util.List<Listitem>Listbox. getItems()Returns a live list of allListitem.java.util.List<Listitem>Listgroup. getItems()Returns a list of allListitemare grouped by this listgroup.java.util.Set<Listitem>Listbox. getSelectedItems()Returns all selected items.Methods in org.zkoss.zul with parameters of type Listitem Modifier and Type Method Description voidListbox. addItemToSelection(Listitem item)Selects the given item, without deselecting any other items that are already selected..intListbox. getIndexOfItem(Listitem item)Returns the index of the specified item, or -1 if not found.ListcellListitemRendererExt. newListcell(Listitem item)Create an instance ofListcellthat will be attached to the unloaded listitem.voidListbox. removeItemFromSelection(Listitem item)Deselects the given item without deselecting other items.voidListitemRenderer. render(Listitem item, T data, int index)Renders the data to the specified list item.ListitemListbox. renderItem(Listitem li)Renders the specifiedListitemif not loaded yet, withListbox.getItemRenderer().voidListbox. selectItem(Listitem item)Deselects all of the currently selected items and selects the given item.voidListbox. setActivePage(Listitem item)Sets the active page in which the specified item is.voidListbox. setSelectedItem(Listitem item)Deselects all of the currently selected items and selects the given item.voidListbox. toggleItemSelection(Listitem item)If the specified item is selected, it is deselected.Method parameters in org.zkoss.zul with type arguments of type Listitem Modifier and Type Method Description voidListbox. renderItems(java.util.Set<? extends Listitem> items)Renders the given set of list items.voidListbox. setSelectedItems(java.util.Set<Listitem> listItems)Selects the given listitems. -
Uses of Listitem in org.zkoss.zul.impl
Methods in org.zkoss.zul.impl that return Listitem Modifier and Type Method Description protected ListitemListboxDataLoader. newUnloadedItem(ListitemRenderer renderer, int index)Creates an new and unloaded listitem.
-