net.neurowork.mobile.android.fw.activities.generators
Class CalendarActivityGenerator

java.lang.Object
  extended by net.neurowork.mobile.android.fw.activities.generators.AbstractActivtyGenerator
      extended by net.neurowork.mobile.android.fw.activities.generators.LevelActivityGenerator
          extended by net.neurowork.mobile.android.fw.activities.generators.CalendarActivityGenerator
All Implemented Interfaces:
ActivityGenerator

public class CalendarActivityGenerator
extends LevelActivityGenerator

Screen generator, responsible for specific components to initialize the display type "CALENDAR". It also creates the menus, rotations, and the format for the components.

Author:
Manuel Mora Cuesta, Jonatan Alcocer Luna

Nested Class Summary
 class CalendarActivityGenerator.CalListAdapter
          Adapter for Event list
 
Constructor Summary
CalendarActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
 
Method Summary
 void updateList(android.app.Activity activity, java.lang.String date)
          Update the event list in a specific date
 
Methods inherited from class net.neurowork.mobile.android.fw.activities.generators.LevelActivityGenerator
getAppLevel, setAppLevel
 
Methods inherited from class net.neurowork.mobile.android.fw.activities.generators.AbstractActivtyGenerator
hasLength, initializeActivity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarActivityGenerator

public CalendarActivityGenerator(AppLevel appLevel,
                                 NextLevel nextLevel)
Method Detail

updateList

public void updateList(android.app.Activity activity,
                       java.lang.String date)
Update the event list in a specific date

Parameters:
activity -
date - String in the dd/mm/yy format