Classes | |
class | FieldCardScrollAdapter |
Public Member Functions | |
void | onCreate (Bundle savedInstanceState) |
Private Attributes | |
List< Card > | mCards |
CardScrollView | mCardScrollView |
Class to select which field should be viewed inside of a topic. This is used to select graph and text views once the topic has already been selected.
Definition at line 40 of file TopicFieldSelectActivity.java.
void edu.nimbus.glass.TopicFieldSelectActivity.onCreate | ( | Bundle | savedInstanceState | ) | [inline] |
Called when the activity is first created.
Definition at line 48 of file TopicFieldSelectActivity.java.
List<Card> edu.nimbus.glass.TopicFieldSelectActivity.mCards [private] |
Definition at line 43 of file TopicFieldSelectActivity.java.
CardScrollView edu.nimbus.glass.TopicFieldSelectActivity.mCardScrollView [private] |
Definition at line 42 of file TopicFieldSelectActivity.java.