Package | Description |
---|---|
org.zkoss.bind |
ZK Bind Library
|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.bind.sys |
System level classes for ZK Bind
|
org.zkoss.bind.validator |
Validator for ZK Bind
|
org.zkoss.zkmax.bind |
Modifier and Type | Method and Description |
---|---|
Validator |
Binder.getValidator(java.lang.String name)
Returns the _validator of the given _validator name.
|
Validator |
BindComposer.getValidator(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
BindComposer.addValidator(java.lang.String name,
Validator validator) |
Modifier and Type | Method and Description |
---|---|
static Validator |
SystemValidators.get(java.lang.String name) |
Validator |
SavePropertyBindingImpl.getValidator() |
Validator |
SaveFormBindingImpl.getValidator() |
Validator |
BinderImpl.getValidator(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static void |
SystemValidators.set(java.lang.String name,
Validator validator) |
Modifier and Type | Method and Description |
---|---|
Validator |
SaveBinding.getValidator()
return
Validator to do validation |
Modifier and Type | Class and Description | ||
---|---|---|---|
class |
AbstractValidator
A abstract validator the handling validation message
|
||
class |
BeanValidator
A
class CompositeValidator
A composite validator that contains multiple validators and forward the validation to them.
| ||
class |
DeferredValidator
A deferred validator that defers the initialization of the real validator,
a validator needs 3-party jar files could still be installed if user doesn't provide it (ex, BeanValidator of JSR 303).
|
Constructor and Description |
---|
CompositeValidator(Validator... validators) |
Constructor and Description |
---|
CompositeValidator(java.util.List<Validator> validator) |
DeferredValidator(java.lang.Class<Validator> clz) |
Modifier and Type | Class and Description |
---|---|
class |
FormBeanValidator
Copyright © 2005-2018 Potix Corporation. All Rights Reserved. |