public abstract class RowDataBinder<E> extends java.lang.Object implements DataBinder<E>
| Modifier and Type | Class and Description |
|---|---|
static class |
RowDataBinder.RowBinding |
| Constructor and Description |
|---|
RowDataBinder(Binder binder) |
| Modifier and Type | Method and Description |
|---|---|
RowDataBinder<E> |
bind(int viewId,
java.lang.String viewProperty,
java.lang.String beanProperty) |
void |
bind(android.view.View view,
E item) |
void |
unbind(android.view.View view,
E item) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetItemIdpublic RowDataBinder(Binder binder)
public RowDataBinder<E> bind(int viewId, java.lang.String viewProperty, java.lang.String beanProperty)
public void bind(android.view.View view,
E item)
bind in interface DataBinder<E>public void unbind(android.view.View view,
E item)
unbind in interface DataBinder<E>