BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment Class Reference

Fragment for displaying score with matched results in match template's simulator. More...

Inheritance diagram for org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment:
Collaboration graph
[legend]

Public Member Functions

void onSaveInstanceState (Bundle outState)
 
void onCreate (Bundle savedInstanceState)
 
View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
 
void onDestroyView ()
 

Static Public Member Functions

static Fragment newInstance ()
 

Private Member Functions

void handleListViewListeners ()
 

Private Attributes

int mPositionA = ListView.INVALID_POSITION
 
int mPositionB = ListView.INVALID_POSITION
 
ListView listViewA
 
ListView listViewB
 
ArrayList< MatchModelmatchListA
 
ArrayList< MatchModelmatchListB
 
MatchDb db
 

Static Private Attributes

static final String SELECTED_KEY_A = "selected_position_a"
 
static final String SELECTED_KEY_B = "selected_position_b"
 

Detailed Description

Fragment for displaying score with matched results in match template's simulator.

Created by Anupam (opticod) on 26/7/16.

Member Function Documentation

void org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.handleListViewListeners ( )
private
static Fragment org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.newInstance ( )
static
void org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onCreate ( Bundle  savedInstanceState)
View org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onCreateView ( LayoutInflater  inflater,
ViewGroup  container,
Bundle  savedInstanceState 
)
void org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onDestroyView ( )
void org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onSaveInstanceState ( Bundle  outState)

Member Data Documentation

MatchDb org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.db
private
ListView org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.listViewA
private
ListView org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.listViewB
private
ArrayList<MatchModel> org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.matchListA
private
ArrayList<MatchModel> org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.matchListB
private
int org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.mPositionA = ListView.INVALID_POSITION
private
int org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.mPositionB = ListView.INVALID_POSITION
private
final String org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.SELECTED_KEY_A = "selected_position_a"
staticprivate
final String org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.SELECTED_KEY_B = "selected_position_b"
staticprivate

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