Uses of Class
zul.sel.ItemWidget

Packages that use ItemWidget
zkex.sel Additional selectable related widgets, such as listgroup. 
zul.sel The selectable widgets, such as listbox and tree. 
 

Uses of ItemWidget in zkex.sel
 

Subclasses of ItemWidget in zkex.sel
 class Listgroup
          Adds the ability for single level grouping to the Listbox.
 class Listgroupfoot
          GroupFooter serves as a summary listitem of listgroup.
 

Uses of ItemWidget in zul.sel
 

Subclasses of ItemWidget in zul.sel
 class Listitem
          A listitem.
 class Treeitem
          A treeitem.
 

Methods in zul.sel that return ItemWidget
 ItemWidget SelectWidget.getSelectedItem()
          Returns the selected item.
 

Methods in zul.sel with parameters of type ItemWidget
 int SelectWidget.indexOfItem(ItemWidget item)
          Returns the index of the ItemWidget
 void SelectWidget.selectItem(ItemWidget item)
          Deselects all of the currently selected items and selects the given item.
 void SelectWidget.setSelectedItem(ItemWidget item)
          Deselects all of the currently selected items and selects the given item.
protected  int SelectWidget.shallIgnoreSelect_(Event evt, ItemWidget row)
          Returns whether to ignore the selection.
protected  boolean Tree.shallIgnoreSelect_(Event evt, ItemWidget row)
          Returns whether to ignore the selection.
 



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