JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.mrapp.android.dialog
Interface MaterialDialog.Validator
Enclosing class:
MaterialDialog
public static interface
MaterialDialog.Validator
Defines the interface, a class, which should be able to validate the content of a dialog, must implement.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
validate
()
Validates the content of a dialog.
Method Detail
validate
boolean validate()
Validates the content of a dialog.
Returns:
True, if the content of the dialog is valid, false otherwise
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method