|
||||||||||
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 | |
---|---|
java.lang.String |
getRemoteUri()
Get the source remote uri |
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 |
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 |
setRemoteUri(java.lang.String remoteUri)
Set the source remote uri |
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 |
---|
loadSettings, 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()
void setRemoteUri(java.lang.String remoteUri)
java.lang.String getRemoteUri()
boolean hasChanges()
hasChanges
in interface SettingsUIItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |