GTCheck

public class GTCheck extends NotEmptyCheck

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

Constructors

GTCheck

public GTCheck(EditText view, String errorMessage, int max)

GTCheck

public GTCheck(Spinner view, String errorMessage, int max)

GTCheck

public GTCheck(EditText view, String errorMessage, double max)

GTCheck

public GTCheck(Spinner view, String errorMessage, double max)

Methods

run

public boolean run()