Skip navigation links
A B C D G M O R S V 

A

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.

B

Builder(Context) - Constructor for class de.mrapp.android.dialog.MaterialDialog.Builder
Creates a new builder, which allows to create dialogs, which are designed according to Android 5's Material Design guidelines even on pre-Lollipop devices.
Builder(Context, int) - Constructor for class de.mrapp.android.dialog.MaterialDialog.Builder
Creates a new builder, which allows to create dialogs, which are designed according to Android 5's Material Design guidelines even on pre-Lollipop devices.

C

create() - Method in class de.mrapp.android.dialog.MaterialDialog.Builder
Creates a dialog with the arguments, which have been suppplied to the builder.

D

de.mrapp.android.dialog - package de.mrapp.android.dialog
 
de.mrapp.android.dialog.adapter - package de.mrapp.android.dialog.adapter
 
de.mrapp.android.dialog.listener - package de.mrapp.android.dialog.listener
 

G

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
 

M

MaterialDialog - Class in de.mrapp.android.dialog
A dialog, which is designed according to Android 5's Material Design guidelines even on pre-Lollipop devices.
MaterialDialog(Context) - Constructor for class de.mrapp.android.dialog.MaterialDialog
Creates a dialog, which is designed according to Android 5's Material Design guidelines even on pre-Lollipop devices.
MaterialDialog(Context, int) - Constructor for class de.mrapp.android.dialog.MaterialDialog
Creates a dialog, which is designed according to Android 5's Material Design guidelines even on pre-Lollipop devices.
MaterialDialog.Builder - Class in de.mrapp.android.dialog
A builder, which allows to create and show dialogs, which are designed according to Android 5's Material Design guidelines even on pre-Lollipop devices.
MaterialDialog.Validator - Interface in de.mrapp.android.dialog
Defines the interface, a class, which should be able to validate the content of a dialog, must implement.

O

onClick(View) - Method in class de.mrapp.android.dialog.listener.OnClickListenerWrapper
 
OnClickListenerWrapper - Class in de.mrapp.android.dialog.listener
A wrapper, which implements the interface View.OnClickListener in order to delegate the method calls to encapsulated listener of the type DialogInterface.OnClickListener.
OnClickListenerWrapper(DialogInterface.OnClickListener, boolean, MaterialDialog, int) - Constructor for class de.mrapp.android.dialog.listener.OnClickListenerWrapper
Creates a new wrapper, which implements the interface View.OnClickListener in order to delegate the method calls to encapsulated listener of the type DialogInterface.OnClickListener.
onCreate(Bundle) - Method in class de.mrapp.android.dialog.MaterialDialog
 
onItemClick(AdapterView<?>, View, int, long) - Method in class de.mrapp.android.dialog.listener.OnItemClickListenerWrapper
 
onItemClick(AdapterView<?>, View, int, long) - Method in class de.mrapp.android.dialog.listener.OnMultiChoiceClickListenerWrapper
 
OnItemClickListenerWrapper - Class in de.mrapp.android.dialog.listener
A wrapper, which implements the interface AdapterView.OnItemClickListener in order to delegate the method calls to encapsulated listener of the type DialogInterface.OnClickListener.
OnItemClickListenerWrapper(DialogInterface.OnClickListener, MaterialDialog, int) - Constructor for class de.mrapp.android.dialog.listener.OnItemClickListenerWrapper
Creates a new wrapper, which implements the interface AdapterView.OnItemClickListener in order to delegate the method calls to encapsulated listener of the type DialogInterface.OnClickListener.
OnMultiChoiceClickListenerWrapper - Class in de.mrapp.android.dialog.listener
A wrapper, which implements the interface AdapterView.OnItemClickListener in order to delegate the method calls to encapsulated listener of the type DialogInterface.OnMultiChoiceClickListener.
OnMultiChoiceClickListenerWrapper(DialogInterface.OnMultiChoiceClickListener, MaterialDialog, int) - Constructor for class de.mrapp.android.dialog.listener.OnMultiChoiceClickListenerWrapper
Creates a new wrapper, which implements the interface AdapterView.OnItemClickListener in order to delegate the method calls to encapsulated listener of the type DialogInterface.OnMultiChoiceClickListener.

R

removeAllValidators(Collection<MaterialDialog.Validator>) - Method in class de.mrapp.android.dialog.MaterialDialog
Removes all validators, which are contained by a specific collection and should not be executed, when the positive button of the dialog is clicked, anymore.
removeValidator(MaterialDialog.Validator) - Method in class de.mrapp.android.dialog.MaterialDialog
Removes a specific validator, which should not be executed, when the positive button of the dialog is clicked, anymore.

S

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.

V

validate() - Method in interface de.mrapp.android.dialog.MaterialDialog.Validator
Validates the content of a dialog.
A B C D G M O R S V 
Skip navigation links