|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.jpattern.gwt.client.view.DefaultShowViewStrategy<T>
public class DefaultShowViewStrategy<T extends IView>
A strategy that simply show associated IView
| Constructor Summary | |
|---|---|
DefaultShowViewStrategy(T view,
com.google.gwt.user.client.ui.HasWidgets container)
|
|
| Method Summary | |
|---|---|
T |
getView()
Return the view associated with the strategy |
void |
onLoadCompleted()
This is called when a started asynchronous action ends its execution |
void |
onLoadStart()
this is called when an asynchronous action begins |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultShowViewStrategy(T view,
com.google.gwt.user.client.ui.HasWidgets container)
| Method Detail |
|---|
public T getView()
IShowViewStrategy
getView in interface IShowViewStrategy<T extends IView>public void onLoadStart()
IShowViewStrategy
onLoadStart in interface IShowViewStrategy<T extends IView>public void onLoadCompleted()
IShowViewStrategy
onLoadCompleted in interface IShowViewStrategy<T extends IView>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||