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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisplayNavigtion(de.knightsoftnet.gwtp.spring.shared.data.AdminNavigation<Long> navigation)voidshowSearchResult(org.springframework.data.domain.Page<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
-
-