Android Components
stable
Validation Documentation
Form Documentation
Pagination Documentation
Grid Documentation
Components Api
com.eddmash.db
com.eddmash.dialogs
com.eddmash.form
com.eddmash.form.collection
com.eddmash.form.faker
com.eddmash.form.faker.provider
com.eddmash.form.fields
com.eddmash.form.values
com.eddmash.grids
com.eddmash.grids.columns
com.eddmash.pagination
com.eddmash.validation
com.eddmash.validation.checks
AllCheck
AnyCheck
CheckCompound
CheckInterface
CheckSingle
EqualCheck
GTCheck
GTECheck
IsCheckedCheck
IsFloatCheck
IsIntegerCheck
Constructors
Methods
LTCheck
LTECheck
NotEmptyCheck
RegexCheck
com.eddmash.validation.renderer
Android Components
Docs
»
Android validation library documentation!
»
Checks
»
com.eddmash.validation.checks
»
IsIntegerCheck
Edit on GitHub
IsIntegerCheck
¶
public class
IsIntegerCheck
extends
NotEmptyCheck
¶
Check if value is an integer.
Constructors
¶
IsIntegerCheck
¶
public
IsIntegerCheck
(
EditText
view
,
String
errorMessage
)
¶
IsIntegerCheck
¶
public
IsIntegerCheck
(
Spinner
spinner
,
String
errorMessage
)
¶
Methods
¶
getErrorMsg
¶
public
String
getErrorMsg
(
)
¶
run
¶
public boolean
run
(
)
¶