Modifier and Type | Interface and Description |
---|---|
static interface |
CarsPresenter.MyProxy |
Modifier and Type | Interface and Description |
---|---|
static interface |
CarPresenter.MyProxy |
Modifier and Type | Class and Description |
---|---|
class |
CarProxyImpl |
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 |
ProxyPlace<P extends Presenter<?,?>>
|
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 |
PlaceImpl |
class |
PlaceWithGatekeeper |
class |
PlaceWithGatekeeperWithParams
Specialized
PlaceWithGatekeeper which uses a GatekeeperWithParams
and an array of parameters to protect the Place . |
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 . |
Modifier and Type | Method and Description |
---|---|
protected Place |
ProxyPlaceAbstract.getPlace() |
Modifier and Type | Method and Description |
---|---|
protected void |
ProxyPlaceAbstract.setPlace(Place place) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.