|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SettingsUISyncSource
This interface is a model for a generic representation of a SyncSource in the settings screen.
Method Summary | |
---|---|
AppSyncSource |
getSource()
Returns the AppSyncSource this item represents |
int |
getSyncMode()
Get the sync mode |
boolean |
hasChanges()
|
void |
layout()
Called when the controller requests the item to be layout |
void |
loadCustomSettings()
|
void |
saveCustomSettings()
|
void |
setAvailableSyncModes(int[] modes)
Set the available sync modes |
void |
setDisabledIcon(Bitmap icon)
Set the icon when the item is disabled |
void |
setEnabled(boolean flag)
Enable or disabled this item |
void |
setEnabledIcon(Bitmap icon)
Set the icon when the item is enabled |
void |
setSource(AppSyncSource source)
Set the AppSyncSource this item represents |
void |
setSyncMode(int mode)
Set the sync mode |
void |
setTitle(java.lang.String value)
Set the title |
Methods inherited from interface com.funambol.client.ui.SettingsUIItem |
---|
saveSettings |
Method Detail |
---|
void setTitle(java.lang.String value)
void setAvailableSyncModes(int[] modes)
void setSyncMode(int mode)
int getSyncMode()
void setEnabledIcon(Bitmap icon)
void setDisabledIcon(Bitmap icon)
void setEnabled(boolean flag)
AppSyncSource getSource()
void setSource(AppSyncSource source)
void layout()
boolean hasChanges()
hasChanges
in interface SettingsUIItem
void saveCustomSettings()
void loadCustomSettings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |