| Package | Description |
|---|---|
| com.threerings.gwt.ui |
User interface components, animation support and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
ItemListBox.Builder<T,Box> |
ItemListBox.Builder.add(T item)
Adds a new item to the list box.
|
ItemListBox.Builder<T,Box> |
ItemListBox.Builder.add(T item,
String label)
Adds a new item to the list box with the supplied label.
|
static <T> ItemListBox.Builder<T,ItemListBox<T>> |
ItemListBox.builder()
Creates a new builder for an ItemListBox.
|
ItemListBox.Builder<T,Box> |
ItemListBox.Builder.select(T item)
Causes the created list box to have the given item selected.
|
Copyright © 2013. All Rights Reserved.