Modifier and Type | Class and Description |
---|---|
class |
ApplicationPresenter |
Modifier and Type | Class and Description |
---|---|
class |
CarsPresenter |
Modifier and Type | Class and Description |
---|---|
class |
CarPresenter |
class |
RootCarPresenter |
Modifier and Type | Class and Description |
---|---|
class |
NavigationTabPresenter |
Modifier and Type | Class and Description |
---|---|
class |
LoginPresenter |
Modifier and Type | Class and Description |
---|---|
class |
ManufacturerDetailPresenter |
class |
ManufacturerPresenter |
Modifier and Type | Class and Description |
---|---|
class |
EditManufacturerPresenter |
Modifier and Type | Class and Description |
---|---|
class |
RatingDetailPresenter |
class |
RatingPresenter |
Modifier and Type | Class and Description |
---|---|
class |
EditRatingPresenter |
Modifier and Type | Class and Description |
---|---|
class |
ReportPresenter |
Modifier and Type | Class and Description |
---|---|
class |
StatisticsPresenter |
Modifier and Type | Class and Description |
---|---|
class |
HeaderPresenter |
Modifier and Type | Class and Description |
---|---|
class |
MessagesPresenter |
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 |
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 |
---|---|
void |
PresenterWidget.addToPopupSlot(PresenterWidget<? extends PopupView> child) |
void |
HasPopupSlot.addToPopupSlot(PresenterWidget<? extends PopupView> child)
This method sets some popup content within the
Presenter and
centers it. |
void |
PresenterWidget.addToPopupSlot(PresenterWidget<? extends PopupView> child,
boolean center) |
void |
HasPopupSlot.addToPopupSlot(PresenterWidget<? extends PopupView> child,
boolean center)
This method sets some popup content within the
Presenter . |
void |
PresenterWidget.addToSlot(Object slot,
PresenterWidget<?> content) |
void |
HasSlots.addToSlot(Object slot,
PresenterWidget<?> content)
This method adds some content in a specific slot of the
Presenter . |
void |
PresenterWidget.removeFromPopupSlot(PresenterWidget<? extends PopupView> child) |
void |
HasPopupSlot.removeFromPopupSlot(PresenterWidget<? extends PopupView> child)
This method removes popup content within the
Presenter . |
void |
PresenterWidget.removeFromSlot(Object slot,
PresenterWidget<?> content) |
void |
HasSlots.removeFromSlot(Object slot,
PresenterWidget<?> content)
This method removes some content in a specific slot of the
Presenter . |
void |
TabContainerPresenter.setInSlot(Object slot,
PresenterWidget<?> content) |
void |
PresenterWidget.setInSlot(Object slot,
PresenterWidget<?> content) |
void |
HasSlots.setInSlot(Object slot,
PresenterWidget<?> content)
This method sets some content in a specific slot of the
Presenter . |
void |
PresenterWidget.setInSlot(Object slot,
PresenterWidget<?> content,
boolean performReset) |
void |
HasSlots.setInSlot(Object slot,
PresenterWidget<?> content,
boolean performReset)
This method sets some content in a specific slot of the
Presenter . |
Modifier and Type | Method and Description |
---|---|
protected <P extends PresenterWidget<?>,V extends View> |
AbstractPresenterModule.bindPresenterWidget(Class<P> presenter,
Class<? extends P> presenterImpl,
Class<V> view,
Class<? extends V> viewImpl)
Convenience method for binding a non-singleton
PresenterWidget with
its View . |
protected <P extends PresenterWidget<?>,V extends View> |
AbstractPresenterModule.bindPresenterWidget(Class<P> presenterImpl,
Class<V> view,
Class<? extends V> viewImpl)
Convenience method for binding a non-singleton
PresenterWidget with
its View . |
protected <P extends PresenterWidget<?>,V extends View> |
AbstractPresenterModule.bindSingletonPresenterWidget(Class<P> presenter,
Class<? extends P> presenterImpl,
Class<V> view,
Class<? extends V> viewImpl)
Convenience method for binding a singleton
PresenterWidget with its
View . |
protected <P extends PresenterWidget<?>,V extends View> |
AbstractPresenterModule.bindSingletonPresenterWidget(Class<P> presenterImpl,
Class<V> view,
Class<? extends V> viewImpl)
Convenience method for binding a singleton
PresenterWidget with its
View . |
Modifier and Type | Method and Description |
---|---|
PresenterWidget<? extends PopupView> |
RevealRootPopupContentEvent.getContent() |
Modifier and Type | Method and Description |
---|---|
static void |
RevealRootPopupContentEvent.fire(HasHandlers source,
PresenterWidget<? extends PopupView> content)
Fires a
RevealRootPopupContentEvent into a source that has access
to an EventBus . |
static void |
RevealRootPopupContentEvent.fire(HasHandlers source,
PresenterWidget<? extends PopupView> content,
boolean center)
Fires a
RevealRootPopupContentEvent into a source that has access
to an EventBus . |
Constructor and Description |
---|
RevealRootPopupContentEvent(PresenterWidget<? extends PopupView> content) |
RevealRootPopupContentEvent(PresenterWidget<? extends PopupView> content,
boolean center) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.