| Package | Description |
|---|---|
| org.xwiki.gwt.user.client.ui |
| Modifier and Type | Method and Description |
|---|---|
ListItem<T> |
ListBox.getItem(int index) |
ListItem<T> |
ListBox.getItemForEvent(com.google.gwt.event.dom.client.DomEvent<?> event)
Finds the list item that is the target of the specified DOM event.
|
ListItem<T> |
ListBox.getSelectedItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBox.addItem(ListItem<T> item)
Adds a new item to the list.
|
void |
ListBox.insertItem(ListItem<T> item,
int beforeIndex)
Inserts an item before the specified position.
|
void |
ListBox.removeItem(ListItem<T> item)
Removes an item from this list.
|
void |
ListBox.setSelectedItem(ListItem<T> item)
Selects the specified list item.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
ListBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<ListItem<T>> handler) |
Copyright © 2004–2015 XWiki. All rights reserved.