Modifier and Type | Interface and Description |
---|---|
static interface |
ApplicationPresenter.MyProxy |
Modifier and Type | Interface and Description |
---|---|
static interface |
CarsPresenter.MyProxy |
Modifier and Type | Interface and Description |
---|---|
static interface |
CarPresenter.MyProxy |
static interface |
RootCarPresenter.MyProxy |
Modifier and Type | Class and Description |
---|---|
class |
CarProxyImpl |
static class |
CarProxyImpl.WrappedProxy |
Modifier and Type | Interface and Description |
---|---|
static interface |
LoginPresenter.MyProxy |
Modifier and Type | Interface and Description |
---|---|
static interface |
ManufacturerDetailPresenter.MyProxy |
static interface |
ManufacturerPresenter.MyProxy |
Modifier and Type | Interface and Description |
---|---|
static interface |
RatingDetailPresenter.MyProxy |
static interface |
RatingPresenter.MyProxy |
Modifier and Type | Interface and Description |
---|---|
static interface |
ReportPresenter.MyProxy |
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 |
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 |
---|---|
protected <P extends Presenter<?,?>,Proxy_ extends Proxy<P>> |
AbstractPresenterModule.bindPresenter(Class<P> presenter,
Class<? extends P> presenterImpl,
Class<Proxy_> proxy)
Convenience method for binding a singleton presenter with its proxy, when
using automatically generated proxy classes and non-singleton views.
|
protected <P extends Presenter<?,?>,V extends View,Proxy_ extends Proxy<P>> |
AbstractPresenterModule.bindPresenter(Class<P> presenter,
Class<? extends P> presenterImpl,
Class<V> view,
Class<? extends V> viewImpl,
Class<Proxy_> proxy)
Convenience method for binding a singleton presenter with its view and its
proxy, when using automatically generated proxy classes.
|
protected <P extends Presenter<?,?>,Proxy_ extends Proxy<P>> |
AbstractPresenterModule.bindPresenter(Class<P> presenterImpl,
Class<Proxy_> proxy)
Convenience method for binding a singleton presenter with its proxy, when
using automatically generated proxy classes and non-singleton views.
|
protected <P extends Presenter<?,?>,V extends View,Proxy_ extends Proxy<P>> |
AbstractPresenterModule.bindPresenter(Class<P> presenterImpl,
Class<V> view,
Class<? extends V> viewImpl,
Class<Proxy_> proxy)
Convenience method for binding a singleton presenter with its view and its
proxy, when using automatically generated proxy classes.
|
protected <P extends Presenter<?,?>,Proxy_ extends Proxy<P>> |
AbstractPresenterModule.bindPresenterCustomProxy(Class<P> presenter,
Class<? extends P> presenterImpl,
Class<Proxy_> proxy,
Class<? extends Proxy_> proxyImpl)
Convenience method for binding a singleton presenter with its proxy, when
using custom-made proxy classes and non-singleton views.
|
protected <P extends Presenter<?,?>,V extends View,Proxy_ extends Proxy<P>> |
AbstractPresenterModule.bindPresenterCustomProxy(Class<P> presenter,
Class<? extends P> presenterImpl,
Class<V> view,
Class<? extends V> viewImpl,
Class<Proxy_> proxy,
Class<? extends Proxy_> proxyImpl)
Convenience method for binding a singleton presenter with its view and its
proxy, when using custom-made proxy classes.
|
protected <P extends Presenter<?,?>,Proxy_ extends Proxy<P>> |
AbstractPresenterModule.bindPresenterCustomProxy(Class<P> presenterImpl,
Class<Proxy_> proxy,
Class<? extends Proxy_> proxyImpl)
Convenience method for binding a singleton presenter with its proxy, when
using custom-made proxy classes and non-singleton views.
|
protected <P extends Presenter<?,?>,V extends View,Proxy_ extends Proxy<P>> |
AbstractPresenterModule.bindPresenterCustomProxy(Class<P> presenterImpl,
Class<V> view,
Class<? extends V> viewImpl,
Class<Proxy_> proxy,
Class<? extends Proxy_> proxyImpl)
Convenience method for binding a singleton presenter with its view and its
proxy, when using custom-made proxy classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyPlaceAbstract<P extends Presenter<?,?>,Proxy_ extends Proxy<P>>
|
Modifier and Type | Interface and Description |
---|---|
interface |
NonLeafTabContentProxy<P extends Presenter<?,?>>
The interface for the
Proxy of a Presenter that does not have a name token and
that can be displayed within a
TabContainerPresenter 's main area. |
interface |
ProxyPlace<P extends Presenter<?,?>>
|
interface |
TabContentProxy<P extends Presenter<?,?>>
The interface for the
Proxy of a Presenter that can
be displayed within a
TabContainerPresenter 's main area. |
interface |
TabContentProxyPlace<P extends Presenter<?,?>>
The interface for the
Proxy of a Presenter that has
a name token and can be displayed within a
TabContainerPresenter 's main area. |
Modifier and Type | Class and Description |
---|---|
class |
NonLeafTabContentProxyImpl<T extends Presenter<?,?>> |
class |
ProxyImpl<P extends Presenter<?,?>> |
class |
ProxyPlaceAbstract<P extends Presenter<?,?>,Proxy_ extends Proxy<P>>
|
class |
ProxyPlaceImpl<P extends Presenter<?,?>>
|
class |
TabContentProxyPlaceImpl<T extends Presenter<?,?>>
A useful mixing class to define a
TabContentProxy that is also a
Place . |
Copyright © 2010-2014 ArcBees. All Rights Reserved.