Uses of Class
LumiSoft.UI.Controls.WComboItem

Packages that use WComboItem
LumiSoft.UI.Controls   
 

Uses of WComboItem in LumiSoft.UI.Controls
 

Methods in LumiSoft.UI.Controls 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 that return types with arguments of type WComboItem
 java.util.Iterator<WComboItem> WComboItems.iterator()
          Gets iterator.
 

Methods in LumiSoft.UI.Controls 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.