| Package | Description |
|---|---|
| org.uqbar.arena.widgets |
| Modifier and Type | Class and Description |
|---|---|
class |
List<T> |
class |
RadioSelector<T>
A single-selection list of options represented
as a list of radiobuttons.
|
| Modifier and Type | Method and Description |
|---|---|
Selector<T> |
Selector.allowNull(boolean nullValue) |
Selector<T> |
Selector.onSelection(Action onSelection) |
Selector<T> |
Selector.setContents(List<T> options,
String descriptionProperty)
Deprecated.
You should probably be binding items to a property
instead of just hardcoding a list.
|
| Modifier and Type | Method and Description |
|---|---|
<M> Binding<M,Selector<T>,ListBuilder<T>> |
Selector.bindItems(ObservableProperty<M> modelObservable)
Binds the list of items in this Combo to an
ObservableProperty |
Binding<?,Selector<T>,ListBuilder<T>> |
Selector.bindItemsToProperty(String modelProperty)
Binds the list of items in this Combo with a property in the container model.
|
ObservableItems<Selector<T>,T,ListBuilder<T>> |
Selector.items() |
Copyright © 2015 Uqbar Project. All rights reserved.