| Interface | Description |
|---|---|
| DialogValidator |
Defines the interface, a class, which should be able to validate the content of a dialog, must
implement.
|
| WizardDialog.WizardListener |
Defines the interface a class, which should be notified when the user navigates within a
WizardDialog, by using its next-, back- and finish-button. |
| Class | Description |
|---|---|
| AbstractButtonBarDialog |
An abstract base class for all dialogs, which are designed according to Android 5's Material
design guidelines even on pre-Lollipop devices and may contain up to three buttons.
|
| AbstractHeaderDialog |
An abstract base class for all dialogs, which are designed according to Android 5's Material
Design guidelines even on pre-Lollipop devices and may contain a header.
|
| AbstractHeaderDialogFragment |
An abstract base class for all dialogs, which are designed according to Android 5's Material
Design guidelines even on pre-Lollipop devices, are able to show fragments and may contain a
header.
|
| AbstractListDialog |
An abstract base class for all dialogs, which are designed according to Android 5's Material
design guidelines even on pre-Lollipop devices and may contain list items.
|
| AbstractMaterialDialog |
An abstract base class for all dialogs, which are designed according to Android 5's Material
design guidelines even on pre-Lollipop devices.
|
| AbstractMaterialDialogFragment |
An abstract base class for all dialogs, which are designed according to Android 5's Material
design guidelines even on pre-Lollipop devices and are able to show fragments.
|
| AbstractScrollableDialog |
An abstract base class for all dialogs, which are designed according to Android 5's Material
design guidelines even on pre-Lollipop devices and may contain a scrollable content.
|
| AbstractValidateableDialog |
An abstract base class for all dialogs, which are designed according to Android 5's Material
design guidelines even on pre-Lollipop devices and can be validated.
|
| MaterialDialog |
A dialog, which is designed according to Android 5's Material Design guidelines even on
pre-Lollipop devices.
|
| MaterialDialog.Builder |
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.
|
| ProgressDialog |
A dialog, which is designed according to Android 5's Material Design guidelines even on
pre-Lollipop devices and allows to indicate a running progress.
|
| ProgressDialog.Builder |
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 and allow to indicate a running
progress.
|
| WizardDialog |
A dialog, which is designed according to Android 5's Material Design guidelines even on
pre-Lollipop devices and provides a navigation for switching between multiple fragments.
|
| WizardDialog.Builder |
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 and provide a navigation for
switching between multiple fragments.
|
| Enum | Description |
|---|---|
| ProgressDialog.ProgressBarPosition |
Contains all possible positions of the dialog's progress bar.
|
| WizardDialog.TabPosition |
Contains all possible positions of the dialog's tabs.
|