Package | Description |
---|---|
com.gwtplatform.mvp.client |
Modifier and Type | Class and Description |
---|---|
class |
Presenter<V extends View,Proxy_ extends Proxy<?>>
A singleton presenter, the basic building block of the
model-view-presenter architecture.
|
class |
PresenterWidget<V extends View>
A presenter that does not have to be a singleton.
|
class |
RootPresenter
This is the presenter for the top-level of the application.
|
class |
TabContainerPresenter<V extends View & TabPanel,Proxy_ extends Proxy<?>>
A
Presenter that can display many tabs and the content of one of these tabs. |
Copyright © 2010–2014 Arcbees. All rights reserved.