|
||||||||||
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 |
---|
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()
|
Controller |
AccountScreenController.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)
|
|
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. |
|
DialogController(DisplayManager displayManager,
Controller controller)
Public constructor |
|
HomeScreenController(Controller controller,
HomeScreen homeScreen)
|
|
SyncSettingsScreenController(Controller controller,
SyncSettingsScreen ssScreen)
|
|
UISyncSourceController(Customization customization,
Localization localization,
AppSyncSourceManager appSyncSourceManager,
Controller controller,
AppSyncSource appSource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |