net.neurowork.mobile.android.fw.activities.generators
Class CalendarActivityGenerator
java.lang.Object
net.neurowork.mobile.android.fw.activities.generators.AbstractActivtyGenerator
net.neurowork.mobile.android.fw.activities.generators.LevelActivityGenerator
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
Method Summary |
void |
updateList(android.app.Activity activity,
java.lang.String date)
Update the event list in a specific date |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarActivityGenerator
public CalendarActivityGenerator(AppLevel appLevel,
NextLevel nextLevel)
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