|
||||||||||
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. |
int |
getViewLogLevel()
Accessor method to get the log level set on the view selector item |
void |
hideLogsSection()
Hide the entire log section. |
void |
hideSendLogCommand()
Hide the send log button. |
void |
hideViewLogCommand()
Hide the view log button. |
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 |
---|
getScreen |
Method Detail |
---|
void hideLogsSection()
void hideSendLogCommand()
void hideViewLogCommand()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |