|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.UI.Controls.WComboBox.WComboItems
public class WComboItems
Combobox items collection.
| Method Summary | |
|---|---|
void |
Add(java.lang.String text)
Adds item to items collection. |
void |
Add(java.lang.String text,
java.lang.Object tag)
Adds item to items collection. |
void |
Clear()
Removes all items from collection. |
boolean |
Contains(WComboItem item)
Gets if collection contains specified item. |
WComboItem |
get(int index)
Gets item from specified index. |
int |
getCount()
Gets number of items in collection. |
int |
IndexOf(WComboItem item)
Gets item index in collection or -1 if item won't belong to this collection. |
void |
Remove(WComboItem item)
Removes specified item from collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void Add(java.lang.String text)
text - Item text.
public void Add(java.lang.String text,
java.lang.Object tag)
text - Items text.tag - Item tag.public boolean Contains(WComboItem item)
item - Item to check.
public int IndexOf(WComboItem item)
item -
public void Remove(WComboItem item)
item - public void Clear()
public WComboItem get(int index)
index -
public int getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||