Interface AbstractAdminPresenter.MyViewDef<T extends org.springframework.data.domain.Persistable<Long>,P extends com.gwtplatform.mvp.client.proxy.Proxy<?>,V extends AbstractAdminPresenter.MyViewDef<T,P,V>>

All Superinterfaces:
org.gwtproject.editor.client.Editor<T>, EditorWithErrorHandling<AbstractAdminPresenter<T,P,V>,T>, com.google.gwt.event.shared.EventHandler, de.knightsoftnet.validators.client.event.FormSubmitHandler<T>, HasShowMessage, IsWidget, com.gwtplatform.mvp.client.View
All Known Implementing Classes:
AbstractAdminView
Enclosing class:
AbstractAdminPresenter<T extends org.springframework.data.domain.Persistable<Long>,P extends com.gwtplatform.mvp.client.proxy.Proxy<?>,V extends AbstractAdminPresenter.MyViewDef<T,P,V>>

public static interface AbstractAdminPresenter.MyViewDef<T extends org.springframework.data.domain.Persistable<Long>,P extends com.gwtplatform.mvp.client.proxy.Proxy<?>,V extends AbstractAdminPresenter.MyViewDef<T,P,V>> extends EditorWithErrorHandling<AbstractAdminPresenter<T,P,V>,T>, de.knightsoftnet.validators.client.event.FormSubmitHandler<T>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gwtproject.editor.client.Editor

    org.gwtproject.editor.client.Editor.Ignore, org.gwtproject.editor.client.Editor.Path
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    displayNavigtion(de.knightsoftnet.gwtp.spring.shared.data.AdminNavigation<Long> navigation)
     
    void
    showSearchResult(org.springframework.data.web.PagedModel<T> result, boolean resetSort)
     

    Methods inherited from interface de.knightsoftnet.gwtp.spring.client.rest.helper.EditorWithErrorHandling

    fillForm, setConstraintViolations, setFocusOnFirstWidget, setPresenter

    Methods inherited from interface de.knightsoftnet.validators.client.event.FormSubmitHandler

    onFormSubmit

    Methods inherited from interface de.knightsoftnet.gwtp.spring.client.rest.helper.HasShowMessage

    showMessage

    Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

    asWidget

    Methods inherited from interface com.gwtplatform.mvp.client.View

    addToSlot, removeFromSlot, setInSlot
  • Method Details

    • displayNavigtion

      void displayNavigtion(de.knightsoftnet.gwtp.spring.shared.data.AdminNavigation<Long> navigation)
    • showSearchResult

      void showSearchResult(org.springframework.data.web.PagedModel<T> result, boolean resetSort)