Uses of Interface
com.funambol.client.ui.Screen

Packages that use Screen
com.funambol.client.controller   
com.funambol.client.source   
com.funambol.client.ui   
 

Uses of Screen in com.funambol.client.controller
 

Fields in com.funambol.client.controller declared as Screen
protected  Screen DialogOption.screen
           
 

Methods in com.funambol.client.controller that return Screen
 Screen DialogOption.getScreen()
           
 

Methods in com.funambol.client.controller with parameters of type Screen
 void Controller.hideScreen(Screen screen)
           
 void DialogController.resumeLastFirstSyncDialog(Screen screen)
          Resumes the last fisrt sync alert dialog if it was paused before the user answered.
 void DialogController.resumeLastRefreshTypeDialog(Screen screen)
          Resumes the last refresh type alert dialog if it was paused before the user answered.
protected  void SynchronizationController.setScreen(Screen screen)
           
 void DialogController.showFirstSyncDialog(Screen screen, AppSyncSource[] appSourceList, java.lang.String syncType, java.util.Vector filteredSources, boolean refresh, int direction, int delay, boolean fromOutside, int questionCounter, int sourceIndex)
          Show the first sync alert dialogs for all the sources that are listed into the given appSourceList array.
 void DialogController.showMessage(Screen screen, java.lang.String language)
          Show an alert message on the screen
 void DialogController.showMessage(Screen screen, java.lang.String language, int delay)
          Show an alert message on the screen for a given amount of time
 void DialogController.showRefreshDirectionDialog(Screen screen)
          Use the localization field to build the reset direction alert dialog.
 void DialogController.showRefreshTypeDialog(Screen screen, int direction)
          Use the localization field to build the reset type alert dialog that use the DisplayManager client implementation to ask the user whose sources must be refreshed.
 void Controller.showScreen(Screen screen, int screenId)
           
 

Constructors in com.funambol.client.controller with parameters of type Screen
DialogController.FirstSyncDialogOption(Screen screen, java.lang.String description, int value, AppSyncSource[] appSourceList, java.lang.String syncType, java.util.Vector filteredSources, boolean refresh, int direction, int delay, boolean fromOutside, int questionCounter, int sourceIndex)
          Public copy-constructor
DialogController.ResetDirectionDialogOption(Screen screen, java.lang.String description, int value)
           
DialogController.ResetTypeDialogOption(Screen screen, java.lang.String description, int value, int direction)
          Public copy-constructor
DialogOption(Screen screen, java.lang.String description, int value)
           
 

Uses of Screen in com.funambol.client.source
 

Methods in com.funambol.client.source with parameters of type Screen
 UISyncSource AppSyncSource.createButtonUISyncSource(Screen screen)
           
 SettingsUISyncSource AppSyncSource.createSettingsUISyncSource(Screen screen)
           
 

Uses of Screen in com.funambol.client.ui
 

Subinterfaces of Screen in com.funambol.client.ui
 interface AboutScreen
           
 interface AccountScreen
           
 interface AdvancedSettingsScreen
          Advanced Settings Screen interface.
 interface ConfigurationScreen
          Is an class that creates the configuration screen for configuring parameters required for the SyncClient
 interface HomeScreen
          HomeScreen is the view for the typical Funambol home screen.
 interface SyncSettingsScreen
           
 

Methods in com.funambol.client.ui with parameters of type Screen
 void DisplayManager.askYesNoQuestion(Screen screen, java.lang.String question, java.lang.Runnable yesAction, java.lang.Runnable noAction, long timeToWait)
          Helper function to prompt the user for a yes/no answer
 void DisplayManager.dismissProgressDialog(Screen screen, int id)
          Dismisses a progress dialog given its id
 void DisplayManager.hideScreen(Screen screen)
          Hide a screen pulling it to the background
 void DisplayManager.promptSelection(Screen screen, java.lang.String question, DialogOption[] options, int defaultValue, int dialogId)
          Prompt a selection of different options to the user
 void DisplayManager.showMessage(Screen screen, java.lang.String message)
          Prompt a message to the user
 void DisplayManager.showMessage(Screen screen, java.lang.String message, int delay)
          Prompt a message to the user for a given amount of time
 int DisplayManager.showProgressDialog(Screen screen, java.lang.String prompt)
          Shows a progress dialog with the given text prompt
 void DisplayManager.showScreen(Screen screen, int screenId)
          Shows a screen putting it in foreground
 void DisplayManager.showScreen(Screen screen, int screenId, boolean donotwait)
          Shows a screen putting it in foreground
 



Copyright © 2001-2009 Funambol.