Class AbstractBeanValidationEditorDelegate<T,E extends org.gwtproject.editor.client.Editor<T>>
- java.lang.Object
-
- org.gwtproject.editor.client.impl.AbstractEditorDelegate<T,E>
-
- de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDelegate<T,E>
-
- Type Parameters:
T- the type being editorE- the type of editor
- All Implemented Interfaces:
HasParentDriverSetter,org.gwtproject.editor.client.EditorDelegate<T>
public abstract class AbstractBeanValidationEditorDelegate<T,E extends org.gwtproject.editor.client.Editor<T>> extends org.gwtproject.editor.client.impl.AbstractEditorDelegate<T,E> implements HasParentDriverSetter
A limited EditorDelegate for editing standard bean-like objects.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.gwtproject.editor.client.impl.AbstractEditorDelegate
org.gwtproject.editor.client.impl.AbstractEditorDelegate.Chain<R extends Object,S extends org.gwtproject.editor.client.Editor<R>>
-
-
Constructor Summary
Constructors Constructor Description AbstractBeanValidationEditorDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.gwtproject.editor.client.EditorVisitorcreateInitializerVisitor()voidsetParentDriver(BeanValidationEditorDriver<?,?> pparentDriver)org.gwtproject.event.shared.HandlerRegistrationsubscribe()-
Methods inherited from class org.gwtproject.editor.client.impl.AbstractEditorDelegate
accept, addSubDelegate, appendPath, appendPath, createChain, createComposedDelegate, ensureMutable, getEditor, getEditorChain, getErrors, getObject, getPath, initialize, initializeSubDelegates, isDirty, recordError, recordError, setDirty, setEditor, setObject, shouldFlush
-
-
-
-
Method Detail
-
setParentDriver
public final void setParentDriver(BeanValidationEditorDriver<?,?> pparentDriver)
- Specified by:
setParentDriverin interfaceHasParentDriverSetter
-
subscribe
public org.gwtproject.event.shared.HandlerRegistration subscribe()
-
-