|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListItem | |
---|---|
qx.ui.form |
Uses of ListItem in qx.ui.form |
---|
Methods in qx.ui.form that return ListItem | |
---|---|
ListItem |
List.getListItemTarget(java.lang.Object vItem)
Traverses the widget tree upwards until a corresponding qx.ui.form.ListItem to given vItem (event target) is found. |
ListItem |
ComboBox.getSelected()
Returns the (computed) value of the property selected . |
ListItem<T> |
ComboBox.lookup(T value)
|
Methods in qx.ui.form with parameters of type ListItem | |
---|---|
void |
ComboBox.initSelected(ListItem arg)
Calls the apply method and dispatches the change event of the property selected
with the default value defined by the class developer. |
void |
ComboBox.setSelected(ListItem arg)
Sets the user value of the property selected . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |