FileDocCategorySizeDatePackage
ListFragment.javaAPI DocAndroid 5.1 API1467Sat Mar 14 14:09:44 GMT 2015android.app

ListFragment

public class ListFragment extends android.app.Fragment

Fields Summary
Constructors Summary
public ListFragment()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.widget.ListAdaptergetListAdapter()

 throw new RuntimeException("Stub!"); 
public android.widget.ListViewgetListView()

 throw new RuntimeException("Stub!"); 
public longgetSelectedItemId()

 throw new RuntimeException("Stub!"); 
public intgetSelectedItemPosition()

 throw new RuntimeException("Stub!"); 
public android.view.ViewonCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState)

 throw new RuntimeException("Stub!"); 
public voidonDestroyView()

 throw new RuntimeException("Stub!"); 
public voidonListItemClick(android.widget.ListView l, android.view.View v, int position, long id)

 throw new RuntimeException("Stub!"); 
public voidonViewCreated(android.view.View view, android.os.Bundle savedInstanceState)

 throw new RuntimeException("Stub!"); 
public voidsetEmptyText(java.lang.CharSequence text)

 throw new RuntimeException("Stub!"); 
public voidsetListAdapter(android.widget.ListAdapter adapter)

 throw new RuntimeException("Stub!"); 
public voidsetListShown(boolean shown)

 throw new RuntimeException("Stub!"); 
public voidsetListShownNoAnimation(boolean shown)

 throw new RuntimeException("Stub!"); 
public voidsetSelection(int position)

 throw new RuntimeException("Stub!");