| Package | Description |
|---|---|
| br.ufsc.bridge.platform.validation.form.errors | |
| br.ufsc.bridge.platform.validation.rules |
| Modifier and Type | Method and Description |
|---|---|
<F> FormError |
FormErrorImpl.check(br.ufsc.bridge.metafy.MetaField<F> field,
Rule<F> rule) |
<F> FormError |
FormError.check(br.ufsc.bridge.metafy.MetaField<F> field,
Rule<F> rule) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlfaNumericoRule |
class |
BeforeTodayRule |
class |
CepRule |
class |
CnpjRule |
class |
CnsRule |
class |
CpfRule |
class |
EmailRule |
class |
EmptyRule |
class |
HoraRule |
class |
LengthRule |
class |
MatchRule |
class |
MaxLengthRule |
class |
MaxRangeRule |
class |
MinLengthRule |
class |
MinRangeRule |
class |
RangeRule |
class |
RequiredRule |
class |
TelefoneRule |
| Modifier and Type | Method and Description |
|---|---|
static Rule |
Rules.length(int length) |
static Rule |
Rules.match(String regex) |
static Rule |
Rules.maxLength(int maxLength) |
static Rule |
Rules.maxRange(Number maxRange) |
static Rule |
Rules.minLength(int minLength) |
static Rule |
Rules.minRange(Number minRange) |
static Rule |
Rules.range(Number minRange,
Number maxRange) |
Copyright © 2019. All rights reserved.