File
Doc
Category
Size
Date
Package
ListFragment.java
API Doc
Android 5.1 API
1467
Sat Mar 14 14:09:44 GMT 2015
android.app
ListFragment
java.lang.Object
android.app.Fragment
public class ListFragment extends android.app.Fragment
Fields Summary
Constructors Summary
public ListFragment
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.widget.ListAdapter
getListAdapter
()
throw new RuntimeException("Stub!");
public
android.widget.ListView
getListView
()
throw new RuntimeException("Stub!");
public
long
getSelectedItemId
()
throw new RuntimeException("Stub!");
public
int
getSelectedItemPosition
()
throw new RuntimeException("Stub!");
public
android.view.View
onCreateView
(
android.view.LayoutInflater
inflater,
android.view.ViewGroup
container,
android.os.Bundle
savedInstanceState)
throw new RuntimeException("Stub!");
public void
onDestroyView
()
throw new RuntimeException("Stub!");
public void
onListItemClick
(
android.widget.ListView
l,
android.view.View
v,
int
position,
long
id)
throw new RuntimeException("Stub!");
public void
onViewCreated
(
android.view.View
view,
android.os.Bundle
savedInstanceState)
throw new RuntimeException("Stub!");
public void
setEmptyText
(
java.lang.CharSequence
text)
throw new RuntimeException("Stub!");
public void
setListAdapter
(
android.widget.ListAdapter
adapter)
throw new RuntimeException("Stub!");
public void
setListShown
(
boolean
shown)
throw new RuntimeException("Stub!");
public void
setListShownNoAnimation
(
boolean
shown)
throw new RuntimeException("Stub!");
public void
setSelection
(
int
position)
throw new RuntimeException("Stub!");
Java Code Source