|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdvancedSettingsScreen
Advanced Settings Screen interface. Useful to realize the view on the high level client. The complete view is composed by two sections:
The log section can be completely hidden or shown depending by the customization implementation. The send log and the reset commands can be dinamically enabled or disabled if another sync or connection is in progress. The send log and view log commands can also be hidden separately.
Method Summary | |
---|---|
void |
enableResetCommand(boolean enable)
Disable the item related to the reset command. |
void |
enableSendLogCommand(boolean enable)
Disable the item related to the Send Log command. |
boolean |
getBandwidthSaver()
Accessor method to get value fore Bandwith Saver status |
int |
getViewLogLevel()
Accessor method to get the log level set on the view selector item |
void |
hideBandwidthSaverSection()
Hide the entire Bandwidth Saver section. |
void |
hideImportContactsSection()
Hide the import contacts section |
void |
hideLogsSection()
Hide the entire log section. |
void |
hideResetSection()
Hide the entire reset section. |
void |
hideSendLogCommand()
Hide the send log button. |
void |
hideViewLogCommand()
Hide the view log button. |
void |
setBandwidthSaver(boolean enable)
Accessor method to enable/disable Bandwidth Saver |
void |
setViewLogLevel(int logLevel)
Accessor method to set the log level on the view selector item |
Methods inherited from interface com.funambol.client.ui.Screen |
---|
getUiScreen |
Method Detail |
---|
void hideLogsSection()
void hideSendLogCommand()
void hideViewLogCommand()
void hideImportContactsSection()
void enableResetCommand(boolean enable)
hidden
- true if hidden, false otherwisevoid enableSendLogCommand(boolean enable)
hidden
- true if hidden, false otherwisevoid setViewLogLevel(int logLevel)
logLevel
- the log level to be setint getViewLogLevel()
logLevel
- the log level to be set
void setBandwidthSaver(boolean enable)
bandwidthSaverChecked
- true to enable, false to disable Bandwidth Saverboolean getBandwidthSaver()
void hideBandwidthSaverSection()
void hideResetSection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |