Uses of Interface
com.googlecode.jpattern.gwt.client.view.IView

Packages that use IView
com.googlecode.jpattern.gwt.client.event   
com.googlecode.jpattern.gwt.client.presenter   
com.googlecode.jpattern.gwt.client.view   
 

Uses of IView in com.googlecode.jpattern.gwt.client.event
 

Constructor parameters in com.googlecode.jpattern.gwt.client.event with type arguments of type IView
APostDiplayEventCallBack(APresenter<? extends IView> presenter)
           
 

Uses of IView in com.googlecode.jpattern.gwt.client.presenter
 

Classes in com.googlecode.jpattern.gwt.client.presenter with type parameters of type IView
 class APresenter<T extends IView>
           
 

Uses of IView in com.googlecode.jpattern.gwt.client.view
 

Classes in com.googlecode.jpattern.gwt.client.view with type parameters of type IView
 class DefaultShowViewStrategy<T extends IView>
          A strategy that simply show associated IView
 interface IShowViewStrategy<T extends IView>
           
 class NullShowViewStrategy<T extends IView>
          A strategy that never shows the view
 class SwapWidgetShowViewStrategy<T extends IView>
          A strategy that shows a temporary image while asynchronous operations are performed.
 

Classes in com.googlecode.jpattern.gwt.client.view that implement IView
 class AGwtView<T extends IPresenter>
           
 



Copyright © 2011. All Rights Reserved.