| Package | Description |
|---|---|
| de.psdev.formvalidations | |
| de.psdev.formvalidations.validations |
| Modifier and Type | Method and Description |
|---|---|
Field |
Field.validate(Validation what) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlphaNumeric |
class |
InRange |
class |
IsEmail |
class |
IsNumber |
class |
IsPositiveInteger |
class |
Length |
class |
NotEmpty |
| Modifier and Type | Method and Description |
|---|---|
static Validation |
NotEmpty.build() |
static Validation |
IsPositiveInteger.build() |
static Validation |
IsEmail.build() |
static Validation |
InRange.build(int min,
int max) |
static Validation |
Length.max(int maxLength) |
static Validation |
Length.min(int minLength) |
static Validation |
Length.range(int minLength,
int maxLength) |
Copyright © 2013 PSDev. All Rights Reserved.