com.googlecode.jpattern.gwt.client.presenter
Class APresenter<T extends IView>

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.presenter.APresenter<T>
All Implemented Interfaces:
IPresenter

public abstract class APresenter<T extends IView>
extends Object
implements IPresenter

Author:
Francesco Cina' 14 Apr 2011

Constructor Summary
APresenter(T view)
           
 
Method Summary
protected  T getView()
           
 void go(com.google.gwt.user.client.ui.HasWidgets container)
           
 void onEventError(List<com.googlecode.jpattern.shared.result.IErrorMessage> errorMessages)
           
abstract  void postDisplay()
           
abstract  void preDisplay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APresenter

public APresenter(T view)
Method Detail

go

public final void go(com.google.gwt.user.client.ui.HasWidgets container)
Specified by:
go in interface IPresenter

onEventError

public final void onEventError(List<com.googlecode.jpattern.shared.result.IErrorMessage> errorMessages)
Specified by:
onEventError in interface IPresenter

getView

protected final T getView()

preDisplay

public abstract void preDisplay()

postDisplay

public abstract void postDisplay()


Copyright © 2011. All Rights Reserved.