Class AbstractBeanValidationEditorDelegate<T,​E extends com.google.gwt.editor.client.Editor<T>>

  • Type Parameters:
    T - the type being editor
    E - the type of editor
    All Implemented Interfaces:
    com.google.gwt.editor.client.EditorDelegate<T>, HasParentDriverSetter

    public abstract class AbstractBeanValidationEditorDelegate<T,​E extends com.google.gwt.editor.client.Editor<T>>
    extends com.google.gwt.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 com.google.gwt.editor.client.impl.AbstractEditorDelegate

        com.google.gwt.editor.client.impl.AbstractEditorDelegate.Chain<R extends Object,​S extends com.google.gwt.editor.client.Editor<R>>
    • Constructor Detail

      • AbstractBeanValidationEditorDelegate

        public AbstractBeanValidationEditorDelegate()
    • Method Detail

      • subscribe

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

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