com.facebook.android
Class FbDialog

java.lang.Object
  extended by android.app.Dialog
      extended by com.facebook.widget.WebDialog
          extended by com.facebook.android.FbDialog
All Implemented Interfaces:
DialogInterface, KeyEvent.Callback, View.OnCreateContextMenuListener, Window.Callback

Deprecated.

@Deprecated
public class FbDialog
extends WebDialog

This class is deprecated. See WebDialog.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.facebook.widget.WebDialog
WebDialog.Builder, WebDialog.FeedDialogBuilder, WebDialog.OnCompleteListener, WebDialog.RequestsDialogBuilder
 
Nested classes/interfaces inherited from interface android.content.DialogInterface
DialogInterface.OnCancelListener, DialogInterface.OnClickListener, DialogInterface.OnDismissListener, DialogInterface.OnKeyListener, DialogInterface.OnMultiChoiceClickListener, DialogInterface.OnShowListener
 
Field Summary
 
Fields inherited from class com.facebook.widget.WebDialog
DEFAULT_THEME
 
Fields inherited from interface android.content.DialogInterface
BUTTON_NEGATIVE, BUTTON_NEUTRAL, BUTTON_POSITIVE, BUTTON1, BUTTON2, BUTTON3
 
Constructor Summary
FbDialog(Context context, String action, Bundle parameters, Facebook.DialogListener listener)
          Deprecated.  
FbDialog(Context context, String action, Bundle parameters, Facebook.DialogListener listener, int theme)
          Deprecated.  
FbDialog(Context context, String url, Facebook.DialogListener listener)
          Deprecated.  
FbDialog(Context context, String url, Facebook.DialogListener listener, int theme)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.facebook.widget.WebDialog
dismiss, getOnCompleteListener, onAttachedToWindow, onCreate, onDetachedFromWindow, setOnCompleteListener
 
Methods inherited from class android.app.Dialog
addContentView, cancel, closeOptionsMenu, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, findViewById, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOwnerActivity, getVolumeControlStream, getWindow, hide, invalidateOptionsMenu, isShowing, onActionModeFinished, onActionModeStarted, onBackPressed, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onGenericMotionEvent, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onStart, onStop, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setContentView, setContentView, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenu
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FbDialog

public FbDialog(Context context,
                String url,
                Facebook.DialogListener listener)
Deprecated. 

FbDialog

public FbDialog(Context context,
                String url,
                Facebook.DialogListener listener,
                int theme)
Deprecated. 

FbDialog

public FbDialog(Context context,
                String action,
                Bundle parameters,
                Facebook.DialogListener listener)
Deprecated. 

FbDialog

public FbDialog(Context context,
                String action,
                Bundle parameters,
                Facebook.DialogListener listener,
                int theme)
Deprecated.