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 | 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 |
Proxy<P extends Presenter<?,?>>
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
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.