com.funambol.client.ui
Interface SettingsUIItem

All Known Subinterfaces:
SettingsUISyncSource

public interface SettingsUIItem

This interface is a generic representation of a setting item in the settings screen.


Method Summary
 boolean hasChanges()
           
 void loadSettings(Configuration configuration)
          Load the settings from the configuration
 void saveSettings(Configuration configuration)
          Save the settings in the configuration
 

Method Detail

saveSettings

void saveSettings(Configuration configuration)
Save the settings in the configuration


loadSettings

void loadSettings(Configuration configuration)
Load the settings from the configuration


hasChanges

boolean hasChanges()
Returns:
true if there are changes on this item


Copyright © 2001-2009 Funambol.