public class ViewSetter<V extends android.view.View>
extends java.lang.Object
| Constructor and Description |
|---|
ViewSetter(java.lang.Class<V> viewClass,
java.lang.String property) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerSetter(Setter<V> setter) |
void |
setValue(V view,
java.lang.Object newValue) |