Class AdminNavigationSearchCriteria_SimpleBeanEditorDelegate

java.lang.Object
org.gwtproject.editor.client.impl.AbstractEditorDelegate<T,E>
org.gwtproject.editor.client.impl.SimpleBeanEditorDelegate
de.knightsoftnet.mtwidgets.client.ui.widget.AdminNavigationSearchCriteria_SimpleBeanEditorDelegate
All Implemented Interfaces:
org.gwtproject.editor.client.EditorDelegate

public class AdminNavigationSearchCriteria_SimpleBeanEditorDelegate extends org.gwtproject.editor.client.impl.SimpleBeanEditorDelegate
  • 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
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.gwtproject.editor.client.EditorVisitor visitor)
     
     
    de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch
     
    protected void
     
    protected void
    setEditor(org.gwtproject.editor.client.Editor editor)
     
    protected void
    setObject(Object object)
     

    Methods inherited from class org.gwtproject.editor.client.impl.SimpleBeanEditorDelegate

    subscribe

    Methods inherited from class org.gwtproject.editor.client.impl.AbstractEditorDelegate

    addSubDelegate, appendPath, appendPath, createChain, createComposedDelegate, createInitializerVisitor, ensureMutable, getEditorChain, getErrors, getPath, initialize, isDirty, recordError, recordError, setDirty, shouldFlush

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AdminNavigationSearchCriteria_SimpleBeanEditorDelegate

      public AdminNavigationSearchCriteria_SimpleBeanEditorDelegate()
  • Method Details

    • getEditor

      protected AdminNavigationSearchCriteria 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.SearchCriteriaSearch 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