Toolkit-mobile-templates  2.0.0
This repository contains the template applications of the toolkit.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.buildmlearn.infotemplate.fragment.DetailActivityFragment Class Reference

Fragment for details of items in info template's app. More...

Inheritance diagram for org.buildmlearn.infotemplate.fragment.DetailActivityFragment:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.infotemplate.fragment.DetailActivityFragment:
Collaboration graph
[legend]

Public Member Functions

 DetailActivityFragment ()
 
View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
 
void onActivityCreated (Bundle savedInstanceState)
 
Loader< Cursor > onCreateLoader (int id, Bundle args)
 
void onLoadFinished (Loader< Cursor > loader, final Cursor data)
 
void onLoaderReset (Loader< Cursor > loader)
 
void onDestroyView ()
 

Private Attributes

final ContentValues infoValues
 
View rootView
 
String info_Id
 
InfoDb db
 

Static Private Attributes

static final int DETAIL_LOADER = 0
 

Detailed Description

Fragment for details of items in info template's app.

Created by Anupam (opticod) on 11/6/16.

Constructor & Destructor Documentation

org.buildmlearn.infotemplate.fragment.DetailActivityFragment.DetailActivityFragment ( )

Member Function Documentation

void org.buildmlearn.infotemplate.fragment.DetailActivityFragment.onActivityCreated ( Bundle  savedInstanceState)
Loader<Cursor> org.buildmlearn.infotemplate.fragment.DetailActivityFragment.onCreateLoader ( int  id,
Bundle  args 
)
View org.buildmlearn.infotemplate.fragment.DetailActivityFragment.onCreateView ( LayoutInflater  inflater,
ViewGroup  container,
Bundle  savedInstanceState 
)
void org.buildmlearn.infotemplate.fragment.DetailActivityFragment.onDestroyView ( )
void org.buildmlearn.infotemplate.fragment.DetailActivityFragment.onLoaderReset ( Loader< Cursor >  loader)
void org.buildmlearn.infotemplate.fragment.DetailActivityFragment.onLoadFinished ( Loader< Cursor >  loader,
final Cursor  data 
)

Member Data Documentation

InfoDb org.buildmlearn.infotemplate.fragment.DetailActivityFragment.db
private
final int org.buildmlearn.infotemplate.fragment.DetailActivityFragment.DETAIL_LOADER = 0
staticprivate
String org.buildmlearn.infotemplate.fragment.DetailActivityFragment.info_Id
private
final ContentValues org.buildmlearn.infotemplate.fragment.DetailActivityFragment.infoValues
private
View org.buildmlearn.infotemplate.fragment.DetailActivityFragment.rootView
private

The documentation for this class was generated from the following file: