FileDocCategorySizeDatePackage
DialogFragment.javaAPI DocAndroid 5.1 API2539Sat Mar 14 14:09:40 GMT 2015android.app

DialogFragment

public class DialogFragment extends android.app.Fragment implements android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnCancelListener

Fields Summary
public static final int
STYLE_NORMAL
public static final int
STYLE_NO_FRAME
public static final int
STYLE_NO_INPUT
public static final int
STYLE_NO_TITLE
Constructors Summary
public DialogFragment()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voiddismiss()

 throw new RuntimeException("Stub!"); 
public voiddismissAllowingStateLoss()

 throw new RuntimeException("Stub!"); 
public voiddump(java.lang.String prefix, java.io.FileDescriptor fd, java.io.PrintWriter writer, java.lang.String[] args)

 throw new RuntimeException("Stub!"); 
public android.app.DialoggetDialog()

 throw new RuntimeException("Stub!"); 
public booleangetShowsDialog()

 throw new RuntimeException("Stub!"); 
public intgetTheme()

 throw new RuntimeException("Stub!"); 
public booleanisCancelable()

 throw new RuntimeException("Stub!"); 
public voidonActivityCreated(android.os.Bundle savedInstanceState)

 throw new RuntimeException("Stub!"); 
public voidonAttach(android.app.Activity activity)

 throw new RuntimeException("Stub!"); 
public voidonCancel(android.content.DialogInterface dialog)

 throw new RuntimeException("Stub!"); 
public voidonCreate(android.os.Bundle savedInstanceState)

 throw new RuntimeException("Stub!"); 
public android.app.DialogonCreateDialog(android.os.Bundle savedInstanceState)

 throw new RuntimeException("Stub!"); 
public voidonDestroyView()

 throw new RuntimeException("Stub!"); 
public voidonDetach()

 throw new RuntimeException("Stub!"); 
public voidonDismiss(android.content.DialogInterface dialog)

 throw new RuntimeException("Stub!"); 
public voidonSaveInstanceState(android.os.Bundle outState)

 throw new RuntimeException("Stub!"); 
public voidonStart()

 throw new RuntimeException("Stub!"); 
public voidonStop()

 throw new RuntimeException("Stub!"); 
public voidsetCancelable(boolean cancelable)

 throw new RuntimeException("Stub!"); 
public voidsetShowsDialog(boolean showsDialog)

 throw new RuntimeException("Stub!"); 
public voidsetStyle(int style, int theme)

 throw new RuntimeException("Stub!"); 
public voidshow(android.app.FragmentManager manager, java.lang.String tag)

 throw new RuntimeException("Stub!"); 
public intshow(android.app.FragmentTransaction transaction, java.lang.String tag)

 throw new RuntimeException("Stub!");