Uses of Class
net.neurowork.mobile.android.fw.levels.AppLevelDataItem

Packages that use AppLevelDataItem
net.neurowork.mobile.android.fw   
net.neurowork.mobile.android.fw.levels   
net.neurowork.mobile.android.fw.levels.impl   
 

Uses of AppLevelDataItem in net.neurowork.mobile.android.fw
 

Methods in net.neurowork.mobile.android.fw that return AppLevelDataItem
 AppLevelDataItem ApplicationData.getDataItem(android.content.Context context, NextLevel nextLevel)
          Returns the AppLevelDataItem associated to nextLevel
 

Uses of AppLevelDataItem in net.neurowork.mobile.android.fw.levels
 

Methods in net.neurowork.mobile.android.fw.levels that return AppLevelDataItem
 AppLevelDataItem AppLevelData.findById(java.lang.String id)
          Find in a map a LevelDataItem.
 AppLevelDataItem AppLevelData.findByNextLevel(NextLevel nextLevel)
          Find number of nextLevel
 

Methods in net.neurowork.mobile.android.fw.levels that return types with arguments of type AppLevelDataItem
 java.util.List<AppLevelDataItem> AppLevelData.getItems()
          Returns a list with all AppLevelDataItem
 

Methods in net.neurowork.mobile.android.fw.levels with parameters of type AppLevelDataItem
 void AppLevelData.addItem(AppLevelDataItem item)
           
 

Uses of AppLevelDataItem in net.neurowork.mobile.android.fw.levels.impl
 

Subclasses of AppLevelDataItem in net.neurowork.mobile.android.fw.levels.impl
 class AudioLevelDataItem
           
 class ButtonsLevelDataItem
          Item that contains data specific to a level of the activityType "BUTTONS"
 class CalendarDataItem
          Item that contains data specific to a level of the activityType "CALENDAR"
 class CalendarLevelDataItem
           
 class FormLevelDataItem
           
 class ImageGalleryLevelDataItem
          Item that contains data specific to a level of the activityType "IMAGE_GALLERY"
 class ImageLevelDataItem
           
 class ImageListLevelDataItem
          Item that contains data specific to a level of the activityType "IMAGE_LIST"
 class ImageTextDescriptionLevelDataItem
          Item that contains data specific to a level of the activityType "IMAGE_TEXT_DESCRIPTION"
 class ListLevelDataItem
          Item that contains data specific to a level of the activityType "LIST"
 class MapLevelDataItem
           
 class PdfLevelDataItem
          Item that contains data specific to a level of the activityType "PDF"
 class QrLevelDataItem
          Item that contains data specific to a level of the activityType "QR"
 class QuizLevelDataItem
          Class for save information about Quiz.
 class VideoLevelDataItem
          Item that contains data specific to a level of the activityType "VIDEO"
 class WebLevelDataItem
          Item that contains data specific to a level of the activityType "WEB"
 

Methods in net.neurowork.mobile.android.fw.levels.impl that return AppLevelDataItem
 AppLevelDataItem DefaultAppLevelData.findById(java.lang.String id)
           
 AppLevelDataItem DefaultAppLevelData.findByNextLevel(NextLevel nextLevel)
           
 

Methods in net.neurowork.mobile.android.fw.levels.impl that return types with arguments of type AppLevelDataItem
 java.util.List<AppLevelDataItem> DefaultAppLevelData.getItems()
           
 

Methods in net.neurowork.mobile.android.fw.levels.impl with parameters of type AppLevelDataItem
 void DefaultAppLevelData.addItem(AppLevelDataItem item)