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
 void removeAllItems()
          Removes all the settings previously added.
 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
getUiScreen
 

Method Detail

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

removeAllItems

void removeAllItems()
Removes all the settings previously added. This is typically required before recomputing the list of visible items.



Copyright © 2001-2009 Funambol.