com.funambol.client.ui
Interface SyncSettingsScreen

All Superinterfaces:
Screen

public interface SyncSettingsScreen
extends Screen


Method Summary
 SettingsUIItem addC2SPushSetting()
          Add the C2SPushSetting
 SettingsUIItem addSyncIntervalSetting()
          Add the SyncIntervalSetting
 SettingsUIItem addSyncModeSetting()
          Add the SyncModeSetting
 SettingsUISyncSource createSettingsUISyncSource()
          Create a SettingsUISyncSource that can be populated by the SyncSettingsScreenController
 void setSettingsUISyncSource(SettingsUISyncSource item, int index)
          Set a SettingsUISyncSource object in the given position.
 void setSettingsUISyncSourceCount(int count)
          Specify the SettingsUISyncSource items count to be displayed in a SyncSettingsScreen
 
Methods inherited from interface com.funambol.client.ui.Screen
getScreen
 

Method Detail

createSettingsUISyncSource

SettingsUISyncSource createSettingsUISyncSource()
Create a SettingsUISyncSource that can be populated by the SyncSettingsScreenController

Returns:
a new SettingsUISyncSource instance

setSettingsUISyncSource

void setSettingsUISyncSource(SettingsUISyncSource item,
                             int index)
Set a SettingsUISyncSource object in the given position. setSettingsUISyncSourceCount must be called before.

Parameters:
item -
index -

setSettingsUISyncSourceCount

void setSettingsUISyncSourceCount(int count)
Specify the SettingsUISyncSource items count to be displayed in a SyncSettingsScreen

Parameters:
count -

addSyncModeSetting

SettingsUIItem addSyncModeSetting()
Add the SyncModeSetting

Returns:
the new created SettingsUIItem

addSyncIntervalSetting

SettingsUIItem addSyncIntervalSetting()
Add the SyncIntervalSetting

Returns:
the new created SettingsUIItem

addC2SPushSetting

SettingsUIItem addC2SPushSetting()
Add the C2SPushSetting

Returns:
the new created SettingsUIItem


Copyright © 2001-2009 Funambol.