|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Controller | |
---|---|
com.funambol.client.configuration | |
com.funambol.client.controller |
Uses of Controller in com.funambol.client.configuration |
---|
Fields in com.funambol.client.configuration declared as Controller | |
---|---|
protected Controller |
Configuration.controller
|
Methods in com.funambol.client.configuration with parameters of type Controller | |
---|---|
void |
Configuration.setController(Controller controller)
|
Uses of Controller in com.funambol.client.controller |
---|
Fields in com.funambol.client.controller declared as Controller | |
---|---|
protected Controller |
SynchronizationController.controller
|
protected Controller |
AdvancedSettingsScreenController.controller
|
protected Controller |
ControllerDataFactory.controller
|
Methods in com.funambol.client.controller that return Controller | |
---|---|
Controller |
SynchronizationController.getController()
|
Controller |
UISyncSourceController.getController()
|
Methods in com.funambol.client.controller with parameters of type Controller | |
---|---|
void |
ControllerDataFactory.setController(Controller controller)
|
void |
SyncModeHandler.setSyncMode(Controller controller)
Handles the given sync mode |
Constructors in com.funambol.client.controller with parameters of type Controller | |
---|---|
AboutScreenController(Controller controller,
AboutScreen aboutScreen,
Customization customization)
|
|
AccountScreenController(Controller controller,
AccountScreen accountScreen)
|
|
AccountScreenController(Controller controller,
Customization customization,
Configuration configuration,
Localization localization,
AppSyncSourceManager appSyncSourceManager,
AccountScreen accountScreen)
TODO: Remove once the com.funambol.client.controller package integration is finished |
|
AdvancedSettingsScreenController(Controller controller,
AdvancedSettingsScreen screen)
public constructor: uses the simple controller object and the controlled screen because on one side it must be compliant with the customization, localization and configuration related to the screen and on the other side it must control the behavior of the screen elements referring to the AdvancedSettingsScreen interface. |
|
AdvancedSettingsScreenController(Controller controller,
Customization customization,
Configuration configuration,
Localization localization,
AppSyncSourceManager appSyncSourceManager,
AdvancedSettingsScreen screen)
|
|
DialogController(DisplayManager displayManager,
Controller controller)
Public constructor |
|
HomeScreenController(Controller controller,
HomeScreen homeScreen,
NetworkStatus networkStatus)
|
|
SignupScreenController(Controller controller,
Customization customization,
Configuration configuration,
Localization localization,
AppSyncSourceManager appSyncSourceManager,
SignupScreen signupScreen)
TODO: Remove once the com.funambol.client.controller package integration is finished |
|
SyncSettingsScreenController(Controller controller,
Customization customization,
Configuration configuration,
AppSyncSourceManager appSyncSourceManager,
SyncSettingsScreen ssScreen)
|
|
SyncSettingsScreenController(Controller controller,
SyncSettingsScreen ssScreen)
|
|
UISyncSourceController(Customization customization,
Localization localization,
AppSyncSourceManager appSyncSourceManager,
Controller controller,
AppSyncSource appSource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |