| Package | Description |
|---|---|
| to.etc.domui.component.input | |
| to.etc.domui.component.meta | |
| to.etc.domui.component.meta.impl | |
| to.etc.domui.converter |
| Modifier and Type | Method and Description |
|---|---|
void |
Text.addValidator(IValueValidator<?> v) |
| Modifier and Type | Method and Description |
|---|---|
void |
Text.addValidator(Class<? extends IValueValidator<T>> clz) |
void |
Text.addValidator(Class<? extends IValueValidator<T>> clz,
String[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IValueValidator<?>> |
PropertyMetaValidator.getValidatorClass() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IValueValidator<?>> |
MetaPropertyValidatorImpl.getValidatorClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaPropertyValidatorImpl.setValidatorClass(Class<? extends IValueValidator<?>> vclass) |
| Constructor and Description |
|---|
MetaPropertyValidatorImpl(Class<? extends IValueValidator<?>> vclass) |
MetaPropertyValidatorImpl(Class<? extends IValueValidator<?>> vclass,
String[] parameters) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IParameterizedValidator<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxMinDateValidator
Create a validator comparing minimum and maximum dates to this INCLUSIVE bound.
|
class |
MaxMinExclusiveValidator
This validator checks to see if a Number is between two exclusive bounds.
|
class |
MaxMinValidator
This validator checks to see if a Number is between two inclusive bounds.
|
class |
PositiveNumberValidator
Checks if the number is zero or greater then zero.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> IValueValidator<T> |
ValidatorRegistry.getValueValidator(Class<? extends IValueValidator<T>> clz,
String[] parameters)
Retrieves a validator instance.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> IValueValidator<T> |
ValidatorRegistry.getValueValidator(Class<? extends IValueValidator<T>> clz,
String[] parameters)
Retrieves a validator instance.
|
Copyright © 2017 etc.to. All rights reserved.