Class SearchFieldListBox_AbstractBeanValidationEditorDelegate

  • All Implemented Interfaces:
    de.knightsoftnet.validators.client.editor.HasParentDriverSetter, org.gwtproject.editor.client.EditorDelegate

    public class SearchFieldListBox_AbstractBeanValidationEditorDelegate
    extends de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDelegate
    • 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>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(org.gwtproject.editor.client.EditorVisitor visitor)  
      protected SearchFieldListBox getEditor()  
      de.knightsoftnet.gwtp.spring.shared.search.SearchFieldDefinition getObject()  
      protected void initializeSubDelegates()  
      protected void setEditor​(org.gwtproject.editor.client.Editor editor)  
      protected void setObject​(Object object)  
      • Methods inherited from class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDelegate

        createInitializerVisitor, setParentDriver, subscribe
      • Methods inherited from class org.gwtproject.editor.client.impl.AbstractEditorDelegate

        addSubDelegate, appendPath, appendPath, createChain, createComposedDelegate, ensureMutable, getEditorChain, getErrors, getPath, initialize, isDirty, recordError, recordError, setDirty, shouldFlush
    • Constructor Detail

      • SearchFieldListBox_AbstractBeanValidationEditorDelegate

        public SearchFieldListBox_AbstractBeanValidationEditorDelegate()
    • Method Detail

      • getEditor

        protected SearchFieldListBox getEditor()
        Specified by:
        getEditor in class org.gwtproject.editor.client.impl.AbstractEditorDelegate
      • setEditor

        protected void setEditor​(org.gwtproject.editor.client.Editor editor)
        Specified by:
        setEditor in class org.gwtproject.editor.client.impl.AbstractEditorDelegate
      • getObject

        public de.knightsoftnet.gwtp.spring.shared.search.SearchFieldDefinition getObject()
        Specified by:
        getObject in class org.gwtproject.editor.client.impl.AbstractEditorDelegate
      • setObject

        protected void setObject​(Object object)
        Specified by:
        setObject in class org.gwtproject.editor.client.impl.AbstractEditorDelegate
      • initializeSubDelegates

        protected void initializeSubDelegates()
        Specified by:
        initializeSubDelegates in class org.gwtproject.editor.client.impl.AbstractEditorDelegate
      • accept

        public void accept​(org.gwtproject.editor.client.EditorVisitor visitor)
        Specified by:
        accept in class org.gwtproject.editor.client.impl.AbstractEditorDelegate