com.funambol.client.controller
Class DialogController.ResetTypeDialogOption

java.lang.Object
  extended by com.funambol.client.controller.DialogOption
      extended by com.funambol.client.controller.DialogController.ResetTypeDialogOption
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
DialogController

protected class DialogController.ResetTypeDialogOption
extends DialogOption

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

DialogController.ResetTypeDialogOption

public DialogController.ResetTypeDialogOption(Screen screen,
                                              java.lang.String description,
                                              int value,
                                              int direction)
Public copy-constructor

Parameters:
screen - the dialog alert owner Screen
description - the dialog option description (describe the current option to the user)
value - the current option returned value
direction - the related sync direction value
Method Detail

getDirection

public int getDirection()
Accessor method to get the sync direction value

Returns:
int the sync direction

run

public void run()
Triggered in threaded like logic when the user selects an option.



Copyright © 2001-2009 Funambol.