public interface Converter<T>
SimpleBindingProcessor
Converters.Modifier and Type | Method and Description |
---|---|
Object |
convertForView(android.view.View widget,
T value)
Convert the given value to a form that can be displayed by the given View.
|
T |
convertFromView(android.view.View widget,
Object value,
Class<?> intoClass)
Convert the given value (as returned by the given View) into the given class
|
Copyright © 2015. All Rights Reserved.