Uses of Interface
org.solovyev.android.list.ListItem

Packages that use ListItem
org.solovyev.android.list   
 

Uses of ListItem in org.solovyev.android.list
 

Classes in org.solovyev.android.list with type parameters of type ListItem
 class ListItemAdapter<LI extends ListItem>
          User: serso Date: 4/14/12 Time: 8:02 PM
 

Methods in org.solovyev.android.list with type parameters of type ListItem
static
<LI extends ListItem>
void
ListItemAdapter.attach(android.app.ListActivity listActivity, ListItemAdapter<? extends LI> adapter)
           
static
<LI extends ListItem>
void
ListItemAdapter.attach(ListFragment listFragment, ListItemAdapter<? extends LI> adapter)
           
static
<LI extends ListItem>
void
ListItemAdapter.attach(android.app.ListFragment listFragment, ListItemAdapter<? extends LI> adapter)
           
static
<LI extends ListItem>
void
ListItemAdapter.attach(android.widget.ListView listView, ListItemAdapter<? extends LI> adapter, android.content.Context context)
           
static
<LI extends ListItem>
ListItemAdapter<LI>
ListItemAdapter.createAndAttach(android.app.ListActivity listActivity, List<? extends LI> listItems)
           
static
<LI extends ListItem>
ListItemAdapter<LI>
ListItemAdapter.createAndAttach(ListFragment listFragment, List<? extends LI> listItems)
           
static
<LI extends ListItem>
ListItemAdapter<LI>
ListItemAdapter.createAndAttach(android.app.ListFragment listFragment, List<? extends LI> listItems)
           
static
<LI extends ListItem>
ListItemAdapter<LI>
ListItemAdapter.createAndAttach(android.widget.ListView listView, List<? extends LI> listItems, android.content.Context context)
           
static
<LI extends ListItem>
ListItemAdapter<LI>
ListItemAdapter.newInstance(android.content.Context context, List<? extends LI> listItems)
           
 

Methods in org.solovyev.android.list that return types with arguments of type ListItem
 ListAdapter<? extends ListItem> ListItemOnClickDataImpl.getAdapter()
           
 ListAdapter<? extends ListItem> ListItemOnClickData.getAdapter()
           
 

Method parameters in org.solovyev.android.list with type arguments of type ListItem
 void ListItem.OnClickAction.onClick(android.content.Context context, ListAdapter<? extends ListItem> adapter)
           
 void MenuOnClick.onClick(android.content.Context context, ListAdapter<? extends ListItem> adapter)
           
 

Constructor parameters in org.solovyev.android.list with type arguments of type ListItem
ListItemOnClickDataImpl(T dataObject, ListAdapter<? extends ListItem> adapter)
           
 



Copyright © 2014 se.solovyev. All Rights Reserved.