org.solovyev.android.list
Class ListAdapter.AdapterHelper

java.lang.Object
  extended by 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>


Constructor Summary
ListAdapter.AdapterHelper()
           
 
Method Summary
 List<T> getAllElements()
           
 Object getLock()
           
 List<T> getShownElements()
           
 void notifyDataSetChanged()
           
 void setAllElements(List<T> allElements)
           
 void setShownElements(List<T> shownElements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAdapter.AdapterHelper

public ListAdapter.AdapterHelper()
Method Detail

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.