Uses of Class
LumiSoft.UI.Controls.WComboBox.WComboItem

Packages that use WComboItem
LumiSoft.UI.Controls.WComboBox   
 

Uses of WComboItem in LumiSoft.UI.Controls.WComboBox
 

Methods in LumiSoft.UI.Controls.WComboBox that return WComboItem
 WComboItem WComboItems.get(int index)
          Gets item from specified index.
 WComboItem WComboBox.getSelectedItem()
          Gets currently selected item or null if item isn't selected.
 

Methods in LumiSoft.UI.Controls.WComboBox with parameters of type WComboItem
 boolean WComboItems.Contains(WComboItem item)
          Gets if collection contains specified item.
 int WComboItems.IndexOf(WComboItem item)
          Gets item index in collection or -1 if item won't belong to this collection.
 void WComboItems.Remove(WComboItem item)
          Removes specified item from collection.