LTCheck

public class LTCheck extends NotEmptyCheck

Check if the value on the view is less than the provided value.

Constructors

LTCheck

public LTCheck(EditText view, String errorMessage, int min)

LTCheck

public LTCheck(Spinner view, String errorMessage, int min)

LTCheck

public LTCheck(EditText view, String errorMessage, double min)

LTCheck

public LTCheck(Spinner view, String errorMessage, double min)

Methods

run

public boolean run()