Uses of Class
net.neurowork.mobile.android.fw.NextLevel

Packages that use NextLevel
net.neurowork.mobile.android.fw   
net.neurowork.mobile.android.fw.activities.generators   
net.neurowork.mobile.android.fw.levels   
net.neurowork.mobile.android.fw.levels.impl   
net.neurowork.mobile.android.fw.menu   
 

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

Methods in net.neurowork.mobile.android.fw that return NextLevel
 NextLevel AppButton.getNextLevel()
           
 NextLevel SimpleSearchResult.getNextLevel()
           
 NextLevel SearchResult.getNextLevel()
           
 

Methods in net.neurowork.mobile.android.fw with parameters of type NextLevel
 AppLevelDataItem ApplicationData.getDataItem(android.content.Context context, NextLevel nextLevel)
          Returns the AppLevelDataItem associated to nextLevel
 ActivityGenerator ApplicationData.getFromNextLevel(android.content.Context context, NextLevel nextLevel)
          Returns an ActivityGenerator (if exists), of a specific type
 AppLevel ApplicationData.getNextAppLevel(NextLevel nextLevel)
          Returns the AppLevel associated with a nextLevel
 void AppButton.setNextLevel(NextLevel nextLevel)
           
 

Constructors in net.neurowork.mobile.android.fw with parameters of type NextLevel
SimpleSearchResult(java.lang.String name, java.lang.String text, NextLevel nextLevel)
           
 

Uses of NextLevel in net.neurowork.mobile.android.fw.activities.generators
 

Methods in net.neurowork.mobile.android.fw.activities.generators with parameters of type NextLevel
static ActivityGenerator ActivityGeneratorFactory.createActivityGenerator(android.content.Context context, NextLevel nextLevel)
          Returns a specific ActivityGenerator a screen depending on the requested activity
 

Constructors in net.neurowork.mobile.android.fw.activities.generators with parameters of type NextLevel
AudioActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ButtonsActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
CalendarActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
FormActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ImageGalleryActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ImageListActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ImageTextDescriptionActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ImageZoomActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
LevelActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
ListActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
MapActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
PdfActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
QrActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
QuizActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
VideoActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
WebActivityGenerator(AppLevel appLevel, NextLevel nextLevel)
           
 

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

Methods in net.neurowork.mobile.android.fw.levels with parameters of type NextLevel
 AppLevelDataItem AppLevelData.findByNextLevel(NextLevel nextLevel)
          Find number of nextLevel
 

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

Methods in net.neurowork.mobile.android.fw.levels.impl that return NextLevel
 NextLevel FormLevelDataItem.getNextLevel()
           
 NextLevel MapDataItem.getNextLevel()
           
 NextLevel ListItemDataItem.getNextLevel()
           
 NextLevel EventDataItem.getNextLevel()
           
 NextLevel ImageDataItem.getNextLevel()
           
 NextLevel ImageTextDescriptionLevelDataItem.getNextLevel()
           
 

Methods in net.neurowork.mobile.android.fw.levels.impl with parameters of type NextLevel
 AppLevelDataItem DefaultAppLevelData.findByNextLevel(NextLevel nextLevel)
           
 void FormLevelDataItem.setNextLevel(NextLevel nextLevel)
           
 void MapDataItem.setNextLevel(NextLevel nextLevel)
           
 void ListItemDataItem.setNextLevel(NextLevel nextLevel)
           
 void EventDataItem.setNextLevel(NextLevel nextLevel)
           
 void ImageDataItem.setNextLevel(NextLevel nextLevel)
           
 void ImageTextDescriptionLevelDataItem.setNextLevel(NextLevel nextLevel)
           
 

Uses of NextLevel in net.neurowork.mobile.android.fw.menu
 

Methods in net.neurowork.mobile.android.fw.menu that return NextLevel
 NextLevel MenuActionDataItem.getNextLevel()
           
 

Methods in net.neurowork.mobile.android.fw.menu with parameters of type NextLevel
 void MenuActionDataItem.setNextLevel(NextLevel nextLevel)