public interface ItemsBindingBuilder extends BindingBuilder
| Modifier and Type | Method and Description |
|---|---|
<M,V> BindingBuilder |
adaptItemsUsingProperty(Class<?> modelType,
String propertyName)
Sets an adapter for the items of this binding, such as the elements of a
ListBuilder or the
contents of a ColumnBuilder. |
adaptWith, build, modelToView, observeErrors, observeProperty, viewToModel<M,V> BindingBuilder adaptItemsUsingProperty(Class<?> modelType, String propertyName)
ListBuilder or the
contents of a ColumnBuilder.modelType - The class of the elements in the model.propertyName - The name of the property to use to transform.Copyright © 2015 Uqbar Project. All rights reserved.