A
B
C
D
E
F
G
H
I
J
K
L
M
O
P
R
S
T
U
V
W
V
- validate(String,CharSequence) - function in com.rengwuxian.materialedittext.MaterialMultiAutoCompleteTextView
- check if the main text matches the regex, and set the error text if not.
- validate() - function in com.rengwuxian.materialedittext.MaterialMultiAutoCompleteTextView
- Check all validators, sets the error text if notNOTE: this stops at the first validator to report invalid.
- validate(String,CharSequence) - function in com.rengwuxian.materialedittext.MaterialEditText
- check if the main text matches the regex, and set the error text if not.
- validate() - function in com.rengwuxian.materialedittext.MaterialEditText
- Check all validators, sets the error text if notNOTE: this stops at the first validator to report invalid.
- validate(String,CharSequence) - function in com.rengwuxian.materialedittext.MaterialAutoCompleteTextView
- check if the main text matches the regex, and set the error text if not.
- validate() - function in com.rengwuxian.materialedittext.MaterialAutoCompleteTextView
- Check all validators, sets the error text if notNOTE: this stops at the first validator to report invalid.
- validateWith(METValidator) - function in com.rengwuxian.materialedittext.MaterialMultiAutoCompleteTextView
- Run validation on a single validator instance
- validateWith(METValidator) - function in com.rengwuxian.materialedittext.MaterialEditText
- Run validation on a single validator instance
- validateWith(METValidator) - function in com.rengwuxian.materialedittext.MaterialAutoCompleteTextView
- Run validation on a single validator instance