B C D E F G O R S 

B

BaseFragment - Class in de.dimensionv.android.androfragments
A base class for Fragments that is capable of handling nested Fragments and Activity-starts from those fragments with proper handing over of possible result-codes from the activities to the appropriate fragment, which initially started the Activity.
BaseFragment() - Constructor for class de.dimensionv.android.androfragments.BaseFragment
 

C

checkNestedFragmentsForResult(int, int, Intent) - Method in class de.dimensionv.android.androfragments.BaseFragment
Checks to see whether there are any nested child fragments which have been registered with a requestCode before.

D

de.dimensionv.android.androfragments - package de.dimensionv.android.androfragments
 

E

embedFragment(Class<? extends Fragment>, int, FragmentActivity, String, Bundle) - Static method in class de.dimensionv.android.androfragments.FragmentTools
Creates and embeds a new Fragment (given by fragmentClass) into the container with the ID containerID of the FragmentActivity parent, with given tag and arguments.
embedFragment(Class<? extends Fragment>, int, Fragment, String, Bundle) - Static method in class de.dimensionv.android.androfragments.FragmentTools
Creates and embeds a new Fragment (given by fragmentClass) into the container with the ID containerID of the Fragment parent, with given tag and arguments.
embedFragment(Class<? extends Fragment>, int, FragmentManager, String, Bundle) - Static method in class de.dimensionv.android.androfragments.FragmentTools
Creates and embeds a new Fragment (given by fragmentClass) into the container with the ID containerID of the FragmentManager parent, with given tag and arguments.
ExpandableListFragment - Class in de.dimensionv.android.androfragments
A fragment that displays an expandable list of items by binding to a data source provided through the use of adapters, and exposes event handlers when the user selects an item.
ExpandableListFragment() - Constructor for class de.dimensionv.android.androfragments.ExpandableListFragment
 
expandGroups() - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
Expand the groups that have been set to be expanded, in case it could not be done automatically during setting the expanded groups.

F

FragmentTools - Class in de.dimensionv.android.androfragments
Helpful tools for handling Fragments.
FragmentTools() - Constructor for class de.dimensionv.android.androfragments.FragmentTools
 

G

getExpandedGroups() - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
Returns the positions of the currently expanded groups.
getListAdapter() - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
Get the ListAdapter associated with this activity's ListView.
getListView() - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
Get the activity's list view widget.
getRequestCodes() - Method in class de.dimensionv.android.androfragments.BaseFragment
Returns an unmodifiable Map of the registered request codes.
getSelectedItemId() - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
Get the cursor row ID of the currently selected list item.
getSelectedItemPosition() - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
Get the position of the currently selected list item.

O

onActivityResult(int, int, Intent) - Method in class de.dimensionv.android.androfragments.BaseFragment
Receive the result from a previous call to BaseFragment.startActivityForResult(Intent, int).
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
onDestroyView() - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
onListChildClick(ExpandableListView, View, int, int, long) - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
This method will be called when a child item in the list is selected.
onResume() - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
onSaveInstanceState(Bundle) - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
onViewCreated(View, Bundle) - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
onViewStateRestored(Bundle) - Method in class de.dimensionv.android.androfragments.ExpandableListFragment

R

registerRequestCode(int, Fragment) - Method in class de.dimensionv.android.androfragments.BaseFragment
Registers request code (used in BaseFragment.startActivityForResult(Intent, int)).
removeFragment(FragmentManager, String) - Static method in class de.dimensionv.android.androfragments.FragmentTools
Removes the Fragment specified by the tag from view.
removeFragment(FragmentManager, Fragment) - Static method in class de.dimensionv.android.androfragments.FragmentTools
Removes the specified Fragment from view.

S

setEmptyText(CharSequence) - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
The default content for an ExpandableListFragment has a TextView that can be shown when the list is empty.
setExpandedGroups(int[]) - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
Sets the expanded groups.
setListAdapter(ExpandableListAdapter) - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
Provide the data binding for the list view.
setListShown(boolean) - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
Control whether the list is being displayed.
setListShownNoAnimation(boolean) - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
Like ExpandableListFragment.setListShown(boolean), but no animation is used when transitioning from the previous state.
setSelection(int) - Method in class de.dimensionv.android.androfragments.ExpandableListFragment
Set the currently selected list item to the specified position with the adapter's data
startActivityForResult(Intent, int) - Method in class de.dimensionv.android.androfragments.BaseFragment
Call Activity.startActivityForResult(Intent, int) on the fragment's containing Activity.
STATE_EXPANDED_GROUPS - Static variable in class de.dimensionv.android.androfragments.ExpandableListFragment
 
B C D E F G O R S