Class AbstractBeanValidationEditorDelegate<T,​E extends org.gwtproject.editor.client.Editor<T>>

  • Type Parameters:
    T - the type being editor
    E - 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 Detail

      • AbstractBeanValidationEditorDelegate

        public AbstractBeanValidationEditorDelegate()
    • Method Detail

      • subscribe

        public org.gwtproject.event.shared.HandlerRegistration subscribe()
        Specified by:
        subscribe in interface org.gwtproject.editor.client.EditorDelegate<T>
        Specified by:
        subscribe in class org.gwtproject.editor.client.impl.AbstractEditorDelegate<T,​E extends org.gwtproject.editor.client.Editor<T>>
      • createInitializerVisitor

        protected org.gwtproject.editor.client.EditorVisitor createInitializerVisitor()
        Overrides:
        createInitializerVisitor in class org.gwtproject.editor.client.impl.AbstractEditorDelegate<T,​E extends org.gwtproject.editor.client.Editor<T>>