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 TypeMethodDescriptionvoiddisplayNavigtion(de.knightsoftnet.gwtp.spring.shared.data.AdminNavigation<Long> navigation) voidshowSearchResult(org.springframework.data.web.PagedModel<T> result, boolean resetSort) Methods inherited from interface de.knightsoftnet.gwtp.spring.client.rest.helper.EditorWithErrorHandling
fillForm, setConstraintViolations, setFocusOnFirstWidget, setPresenterMethods inherited from interface de.knightsoftnet.validators.client.event.FormSubmitHandler
onFormSubmitMethods inherited from interface de.knightsoftnet.gwtp.spring.client.rest.helper.HasShowMessage
showMessageMethods inherited from interface com.gwtplatform.mvp.client.View
addToSlot, removeFromSlot, setInSlot
-
Method Details
-
showSearchResult