public interface ListBuilder<T> extends ControlBuilder
| Modifier and Type | Method and Description |
|---|---|
BindingBuilder |
observeItems()
Starts the creation of a binding to the 'items' property of this Control with an observable property of the model.
|
ListBuilder<T> |
onSelection(Action action) |
observeBackground, observeForeground, observeTooltip, observeValue, observeVisibleonPack, packBindingBuilder observeItems()
BindingBuilder associated to this control, which allows to further configure the
binding and has the ultimate responsibility of creating it.ListBuilder<T> onSelection(Action action)
Copyright © 2015 Uqbar Project. All rights reserved.