public interface ViewModel<T>
onFinishInflate() to get references to your children views. Then set
 up the display of the view in populate().| Modifier and Type | Method and Description | 
|---|---|
void | 
populate(T item)
Sets the data of the view to the given item. 
 | 
void populate(T item)
item - the item to populate the view withCopyright © 2011–2014. All rights reserved.