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

java.lang.Object
com.gwtplatform.mvp.client.ViewImpl
de.knightsoftnet.gwtp.spring.client.rest.helper.AbstractViewWithErrorHandling<AbstractAdminPresenter<T,P,V>,T>
de.knightsoftnet.mtwidgets.client.ui.page.admin.AbstractAdminView<T,P,V>
Type Parameters:
T - Type of the entity to edit
P - Proxy object type
V - View interface
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, IsWidget, com.gwtplatform.mvp.client.View, EditorWithErrorHandling<AbstractAdminPresenter<T,P,V>,T>, HasShowMessage, AbstractAdminPresenter.MyViewDef<T,P,V>, de.knightsoftnet.validators.client.event.FormSubmitHandler<T>, org.gwtproject.editor.client.Editor<T>

public abstract class AbstractAdminView<T extends org.springframework.data.domain.Persistable<Long>,P extends com.gwtplatform.mvp.client.proxy.Proxy<?>,V extends AbstractAdminPresenter.MyViewDef<T,P,V>> extends AbstractViewWithErrorHandling<AbstractAdminPresenter<T,P,V>,T> implements AbstractAdminPresenter.MyViewDef<T,P,V>
abstract view of a admin view.
Author:
Manfred Tremmel