Package | Description |
---|---|
com.gwtplatform.mvp.client | |
com.gwtplatform.mvp.client.proxy |
Modifier and Type | Class and Description |
---|---|
class |
HandlerContainerImpl
The implementation of
HandlerContainer . |
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. |
Modifier and Type | Method and Description |
---|---|
HandlerContainer |
HasHandlerContainer.getHandlerContainer() |
Modifier and Type | Method and Description |
---|---|
HandlerContainer |
ProxyPlaceAbstract.getHandlerContainer() |
Copyright © 2010–2014 Arcbees. All rights reserved.