public class DialogFragment
extends android.support.v4.app.DialogFragment
| Modifier and Type | Class and Description |
|---|---|
static interface |
DialogFragment.Builder
Interface definition for passing style data.
|
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ARG_BUILDER |
protected DialogFragment.Builder |
mBuilder |
| Constructor and Description |
|---|
DialogFragment() |
| Modifier and Type | Method and Description |
|---|---|
static DialogFragment |
newInstance(DialogFragment.Builder builder) |
void |
onCancel(android.content.DialogInterface dialog) |
void |
onCreate(android.os.Bundle savedInstanceState) |
Dialog |
onCreateDialog(android.os.Bundle savedInstanceState) |
void |
onDestroyView() |
void |
onDismiss(android.content.DialogInterface dialog) |
void |
onSaveInstanceState(android.os.Bundle outState) |
protected static final java.lang.String ARG_BUILDER
protected DialogFragment.Builder mBuilder
public static DialogFragment newInstance(DialogFragment.Builder builder)
public Dialog onCreateDialog(android.os.Bundle savedInstanceState)
public void onCreate(android.os.Bundle savedInstanceState)
public void onSaveInstanceState(android.os.Bundle outState)
public void onDestroyView()
public void onCancel(android.content.DialogInterface dialog)
public void onDismiss(android.content.DialogInterface dialog)