| Package | Description |
|---|---|
| de.knightsoftnet.validators.client.editor |
this package contains client side editor components.
|
| de.knightsoftnet.validators.client.editor.impl |
this package contains client side editor components.
|
| Modifier and Type | Method and Description |
|---|---|
CheckTimeEnum |
BeanValidationEditorDriver.getCheckTime()
get the time of validation.
|
static CheckTimeEnum |
CheckTimeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckTimeEnum[] |
CheckTimeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanValidationEditorDriver.setCheckTime(CheckTimeEnum pcheckTime)
set time of validation, to change this state is only possible, before the first edit call was
done.
|
| Modifier and Type | Method and Description |
|---|---|
CheckTimeEnum |
AbstractBeanValidationEditorDriver.getCheckTime() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBeanValidationEditorDriver.setCheckTime(CheckTimeEnum pcheckTime) |
| Constructor and Description |
|---|
BeanValidationInitializer(com.google.gwt.event.dom.client.KeyPressHandler pcommitOnReturnHandler,
com.google.gwt.event.dom.client.KeyUpHandler pvalidateOnKeyUpHandler,
com.google.gwt.event.logical.shared.ValueChangeHandler<?> pvalidateOnVueChangeHandler,
com.google.gwt.event.logical.shared.ValueChangeHandler<?> pvalueChangeHandler,
CheckTimeEnum pcheckTime,
boolean psubmitOnReturn)
constructor.
|
Copyright © 2015–2019. All rights reserved.