- AbstractListenerWrapper - Class in de.mrapp.android.dialog.listener
-
An abstract base class for all wrappers, which implement a specific listener interface of a
dialog's buttonType or list item, in order to delegate the method calls to an encapsulated
listener of another type.
- AbstractListenerWrapper(MaterialDialog, int) - Constructor for class de.mrapp.android.dialog.listener.AbstractListenerWrapper
-
Creates a new wrapper, which implements a specific listener interface of a dialog's
buttonType or list item, in order to delegate the method calls to an encapsulated listener of
another type.
- addAllValidators(Collection<MaterialDialog.Validator>) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Adds all validators, which are contained by a specific collection and should be executed when
the positive button of the dialog is clicked.
- addAllValidators(Collection<MaterialDialog.Validator>) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Adds all validators, which are contained by a specific collection and should be executed
when the positive button of the dialog, which is created by the builder, is clicked.
- addValidator(MaterialDialog.Validator) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Adds a new validator, which should be executed when the positive button of the dialog is
clicked.
- addValidator(MaterialDialog.Validator) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Adds a new validator, which should be executed when the positive button of the dialog,
which is created by the builder, is clicked.
- ArrayAdapter<Type> - Class in de.mrapp.android.dialog.adapter
-
An adapter, which is extended from the class ArrayAdapter in order to be
able to customize the text and control color of the adapter's items.
- ArrayAdapter(Context, int) - Constructor for class de.mrapp.android.dialog.adapter.ArrayAdapter
-
Creates a new array adapter.
- ArrayAdapter(Context, int, int) - Constructor for class de.mrapp.android.dialog.adapter.ArrayAdapter
-
Creates a new array adapter.
- ArrayAdapter(Context, int, Type[]) - Constructor for class de.mrapp.android.dialog.adapter.ArrayAdapter
-
Creates a new array adapter.
- ArrayAdapter(Context, int, int, Type[]) - Constructor for class de.mrapp.android.dialog.adapter.ArrayAdapter
-
Creates a new array adapter.
- ArrayAdapter(Context, int, List<Type>) - Constructor for class de.mrapp.android.dialog.adapter.ArrayAdapter
-
Creates a new array adapter.
- ArrayAdapter(Context, int, int, List<Type>) - Constructor for class de.mrapp.android.dialog.adapter.ArrayAdapter
-
Creates a new array adapter.
- attemptCloseDialog() - Method in class de.mrapp.android.dialog.listener.AbstractListenerWrapper
-
Attempts to close the dialog depending on the type of the buttonType or list view, the
listener belongs to.
- getBackground() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns the background of the dialog.
- getButton(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns one of the buttons, which is shown by the dialog.
- getButtonTextColor() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns the color of the button texts of the dialog.
- getButtonType() - Method in class de.mrapp.android.dialog.listener.AbstractListenerWrapper
-
Returns the type of the button or list item, the listener belongs to.
- getContext() - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Returns the context, which is used by the builder.
- getDialog() - Method in class de.mrapp.android.dialog.listener.AbstractListenerWrapper
-
Returns the dialog, the listener belongs to.
- getIcon() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns the icon of the dialog.
- getItemColor() - Method in class de.mrapp.android.dialog.adapter.ArrayAdapter
-
Returns the text color of the adapter's items.
- getItemColor() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns the color of the list items of the dialog.
- getItemControlColor() - Method in class de.mrapp.android.dialog.adapter.ArrayAdapter
-
Returns the control color of the adapter's items.
- getItemControlColor() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns the control color of the list items of the dialog.
- getListAdapter() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns the adapter of the list view, which is contained by the dialog.
- getListView() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns the list view, which is contained by the dialog.
- getMessage() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns the message of the dialog.
- getMessageColor() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns the color of the message of the dialog.
- getTitle() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns the title of the dialog.
- getTitleColor() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns the color of the title of the dialog.
- getValidators() - Method in class de.mrapp.android.dialog.MaterialDialog
-
Returns a set, which contains the validators, which are executed when the positive button of
the dialog is clicked.
- getView(int, View, ViewGroup) - Method in class de.mrapp.android.dialog.adapter.ArrayAdapter
-
- setAdapter(ListAdapter, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the adapter, which provides the items, which should be shown by the dialog, which is
created by the builder.
- setBackground(Drawable) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the background of the dialog, which is created by the builder.
- setBackground(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the background of the dialog, which is created by the builder.
- setBackground(Drawable) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the background of the dialog.
- setBackground(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the background of the dialog.
- setBackgroundColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the background color of the dialog, which is created by the builder.
- setBackgroundColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the background color of the dialog.
- setButtonTextColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the color of the button texts of the dialog, which is created by the builder.
- setButtonTextColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the color of the button texts of the dialog.
- setCancelable(boolean) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets, whether the dialog, which is created by the builder, should be cancelable, or not.
- setCustomTitle(View) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the custom view, which should be used to show the title of the dialog, which is
created by the builder.
- setCustomTitle(View) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the custom view, which should be used to show the title of the dialog.
- setIcon(Drawable) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the icon of the dialog, which is created by the builder.
- setIcon(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the icon of the dialog, which is created by the builder.
- setIcon(Drawable) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the icon of the dialog.
- setIcon(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the icon of the dialog.
- setIconAttribute(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Set the icon of the dialog, which is created by the builder.
- setIconAttribute(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Set the icon of the dialog.
- setItemColor(int) - Method in class de.mrapp.android.dialog.adapter.ArrayAdapter
-
Sets the text color of the adapter's items.
- setItemColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the color of the list items of the dialog, which is created by the builder.
- setItemColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the color of the list items of the dialog.
- setItemControlColor(int) - Method in class de.mrapp.android.dialog.adapter.ArrayAdapter
-
Sets the control color of the adapter's items.
- setItemControlColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the control color of the list items of the dialog, which is created by the builder.
- setItemControlColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the control color of the list items of the dialog, which is created by the builder.
- setItems(CharSequence[], DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the items, which should be shown by the dialog, which is created by the builder.
- setItems(int, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the items, which should be shown by the dialog, which is created by the builder.
- setMessage(CharSequence) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the message of the dialog, which is created by the builder.
- setMessage(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the message of the dialog, which is created by the builder.
- setMessage(CharSequence) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the message of the dialog.
- setMessage(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the message of the dialog.
- setMessageColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the color of the message of the dialog, which is created by the builder.
- setMessageColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the color of the message of the dialog.
- setMultiChoiceItems(CharSequence[], boolean[], DialogInterface.OnMultiChoiceClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the selectable items, which should be shown by the dialog, which is created by the
builder.
- setMultiChoiceItems(int, boolean[], DialogInterface.OnMultiChoiceClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the selectable items, which should be shown by the dialog, which is created by the
builder.
- setNegativeButton(CharSequence, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the text of the negative button of the dialog, which is created by the builder.
- setNegativeButton(int, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the text of the negative button of the dialog, which is created by the builder.
- setNegativeButton(CharSequence, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the text of the negative button of the dialog.
- setNegativeButton(int, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the text of the negative button of the dialog.
- setNeutralButton(CharSequence, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the text of the neutral button of the dialog, which is created by the builder.
- setNeutralButton(int, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the text of the neutral button of the dialog, which is created by the builder.
- setNeutralButton(CharSequence, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the text of the neutral button of the dialog.
- setNeutralButton(int, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the text of the neutral button of the dialog.
- setOnCancelListener(DialogInterface.OnCancelListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the listener, which should be notified, when the dialog, which is created by the
builder, is canceled.
- setOnDismissListener(DialogInterface.OnDismissListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the listener, which should be notified, when the dialog, which is created by the
builder, is dismissed for any reason.
- setOnItemSelectedListener(AdapterView.OnItemSelectedListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the listener, which should be notified, when an item, which is shown by the dialog,
which is created by the builder, is selected.
- setOnKeyListener(DialogInterface.OnKeyListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the listener, which should be notified, if a key is dispatched to the dialog, which
is created by the builder.
- setPositiveButton(CharSequence, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the text of the positive button of the dialog, which is created by the builder.
- setPositiveButton(int, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the text of the positive button of the dialog, which is created by the builder.
- setPositiveButton(CharSequence, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the text of the positive button of the dialog.
- setPositiveButton(int, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the text of the positive button of the dialog.
- setSingleChoiceItems(CharSequence[], int, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the selectable items, which should be shown by the dialog, which is created by the
builder.
- setSingleChoiceItems(int, int, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the selectable items, which should be shown by the dialog, which is created by the
builder.
- setSingleChoiceItems(ListAdapter, int, DialogInterface.OnClickListener) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the adapter, which provides the selectable items, which should be shown by the
dialog, which is created by the builder.
- setTitle(CharSequence) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the title of the dialog, which is created by the builder.
- setTitle(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the title of the dialog, which is created by the builder.
- setTitle(CharSequence) - Method in class de.mrapp.android.dialog.MaterialDialog
-
- setTitleColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the color of the title of the dialog, which is created by the builder.
- setTitleColor(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the color of the title of the dialog.
- setView(View) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the custom view, which should be shown by the dialog, which is created by the
builder.
- setView(int) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets the custom view, which should be shown by the dialog, which is created by the
builder.
- setView(View) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the custom view, which should be shown by the dialog.
- setView(int) - Method in class de.mrapp.android.dialog.MaterialDialog
-
Sets the custom view, which should be shown by the dialog.
- show() - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Creates a dialog with the arguments, which have been supplied to the builder and
immediately displays it.
- stackButtons(boolean) - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
-
Sets, whether the buttons of the dialog, which is created by the builder, should be
aligned vertically, or not.