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

Packages that use IShowViewStrategy
com.googlecode.jpattern.gwt.client.presenter   
com.googlecode.jpattern.gwt.client.view   
 

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

Constructors in com.googlecode.jpattern.gwt.client.presenter with parameters of type IShowViewStrategy
APresenter(IShowViewStrategy<T> showViewStrategy)
           
 

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

Classes in com.googlecode.jpattern.gwt.client.view that implement IShowViewStrategy
 class DefaultShowViewStrategy<T extends IView>
          A strategy that simply show associated 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.
 



Copyright © 2011. All Rights Reserved.