org.solovyev.android.list
Class ListAdapter.AdapterHelper
java.lang.Object
org.solovyev.android.list.ListAdapter.AdapterHelper
- All Implemented Interfaces:
- AdapterFilter.Helper<T>
- Enclosing class:
- ListAdapter<T>
public class ListAdapter.AdapterHelper
- extends Object
- implements AdapterFilter.Helper<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListAdapter.AdapterHelper
public ListAdapter.AdapterHelper()
getLock
@Nonnull
public Object getLock()
- Specified by:
getLock in interface AdapterFilter.Helper<T>
getShownElements
@Nonnull
public List<T> getShownElements()
- Specified by:
getShownElements in interface AdapterFilter.Helper<T>
setShownElements
public void setShownElements(@Nonnull
List<T> shownElements)
- Specified by:
setShownElements in interface AdapterFilter.Helper<T>
getAllElements
@Nullable
public List<T> getAllElements()
- Specified by:
getAllElements in interface AdapterFilter.Helper<T>
setAllElements
public void setAllElements(@Nullable
List<T> allElements)
- Specified by:
setAllElements in interface AdapterFilter.Helper<T>
notifyDataSetChanged
public void notifyDataSetChanged()
- Specified by:
notifyDataSetChanged in interface AdapterFilter.Helper<T>
Copyright © 2014 se.solovyev. All Rights Reserved.