|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.client.controller.DialogOption
com.funambol.client.controller.DialogController.ResetTypeDialogOption
protected class DialogController.ResetTypeDialogOption
Container for the reset type dialog option
Field Summary |
---|
Fields inherited from class com.funambol.client.controller.DialogOption |
---|
description, screen, value |
Constructor Summary | |
---|---|
DialogController.ResetTypeDialogOption(Screen screen,
java.lang.String description,
int value,
int direction)
Public copy-constructor |
Method Summary | |
---|---|
int |
getDirection()
Accessor method to get the sync direction value |
void |
run()
Triggered in threaded like logic when the user selects an option. |
Methods inherited from class com.funambol.client.controller.DialogOption |
---|
getDescription, getScreen, getValue, setDialogId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DialogController.ResetTypeDialogOption(Screen screen, java.lang.String description, int value, int direction)
screen
- the dialog alert owner Screendescription
- the dialog option description (describe the
current option to the user)value
- the current option returned valuedirection
- the related sync direction valueMethod Detail |
---|
public int getDirection()
public void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |