| 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
|
| Modifier and Type | Method and Description |
|---|---|
Validator |
Binder.getValidator(String name)
Returns the _validator of the given _validator name.
|
Validator |
BindComposer.getValidator(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
BindComposer.addValidator(String name,
Validator validator) |
| Modifier and Type | Method and Description |
|---|---|
static Validator |
SystemValidators.get(String name) |
Validator |
SavePropertyBindingImpl.getValidator() |
Validator |
SaveFormBindingImpl.getValidator() |
Validator |
BinderImpl.getValidator(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SystemValidators.set(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
|
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(List<Validator> validator) |
DeferredValidator(Class<Validator> clz) |
Copyright © 2020. All rights reserved.