Java com.jgoodies.validation.util ValidationUtils fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.validation.util ValidationUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.validation.util ValidationUtils.

The text is from its open source code.

Method

booleanhasMaximumLength(String str, int max)
Checks and answers if the given string is shorter than the specified maximum length.
booleanisFutureDay(Date date)
Determines and answers if the day of the given Date is in the future.
booleanisNumeric(String str)
Checks and answers if the given string contains only unicode digits.