Uses of Class
de.knightsoftnet.validators.client.editor.CheckTimeEnum
-
Packages that use CheckTimeEnum 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. -
-
Uses of CheckTimeEnum in de.knightsoftnet.validators.client.editor
Methods in de.knightsoftnet.validators.client.editor that return CheckTimeEnum Modifier and Type Method Description CheckTimeEnumBeanValidationEditorDriver. getCheckTime()get the time of validation.static CheckTimeEnumCheckTimeEnum. 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.Methods in de.knightsoftnet.validators.client.editor with parameters of type CheckTimeEnum Modifier and Type Method Description voidBeanValidationEditorDriver. setCheckTime(CheckTimeEnum pcheckTime)set time of validation, to change this state is only possible, before the first edit call was done. -
Uses of CheckTimeEnum in de.knightsoftnet.validators.client.editor.impl
Methods in de.knightsoftnet.validators.client.editor.impl that return CheckTimeEnum Modifier and Type Method Description CheckTimeEnumAbstractBeanValidationEditorDriver. getCheckTime()Methods in de.knightsoftnet.validators.client.editor.impl with parameters of type CheckTimeEnum Modifier and Type Method Description voidAbstractBeanValidationEditorDriver. setCheckTime(CheckTimeEnum pcheckTime)Constructors in de.knightsoftnet.validators.client.editor.impl with parameters of type CheckTimeEnum Constructor 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.
-