| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Item View refresh methods and get position method before bind.tar.gz | 2016-10-10 | 152.3 kB | |
| Item View refresh methods and get position method before bind.zip | 2016-10-10 | 246.4 kB | |
| README.md | 2016-10-10 | 523 Bytes | |
| Totals: 3 Items | 399.3 kB | 0 | |
This update adds below methods to the PlaceHolderView
<T>int getViewResolverPosition(T resolver): This will give the position of the class object which is added as the item view, even before the item view is binded to the window.<T>void refreshView(T resolver): This will refresh the item view after new data is added based on the class object reference added as item view.public void refreshView(int position): This will refresh the item view after new data is added based on the position of item view.