public class ListAdapter.AdapterHelper extends Object implements AdapterFilter.Helper<T>
| Constructor and Description |
|---|
ListAdapter.AdapterHelper() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getAllElements() |
Object |
getLock() |
List<T> |
getShownElements() |
void |
notifyDataSetChanged() |
void |
setAllElements(List<T> allElements) |
void |
setShownElements(List<T> shownElements) |
@Nonnull public Object getLock()
getLock in interface AdapterFilter.Helper<T>@Nonnull public List<T> getShownElements()
getShownElements in interface AdapterFilter.Helper<T>public void setShownElements(@Nonnull List<T> shownElements)
setShownElements in interface AdapterFilter.Helper<T>@Nullable public List<T> getAllElements()
getAllElements in interface AdapterFilter.Helper<T>public void setAllElements(@Nullable List<T> allElements)
setAllElements in interface AdapterFilter.Helper<T>public void notifyDataSetChanged()
notifyDataSetChanged in interface AdapterFilter.Helper<T>Copyright © 2014 se.solovyev. All Rights Reserved.