
| Interface | Description |
|---|---|
| AsyncCallFailHandler |
Handler for
AsyncCallFailEvent. |
| AsyncCallStartHandler |
Handler for
AsyncCallStartEvent. |
| AsyncCallSucceedHandler |
Handler for
AsyncCallSucceedEvent. |
| Gatekeeper |
Inherit from this class to define a gatekeeper that locks access to your
Place in specific situation. |
| GatekeeperWithParams |
Specialized
Gatekeeper which needs additional parameters
in order to find out if the protected Place can be revealed. |
| GetPlaceTitleHandler | |
| LockInteractionHandler |
Handler for
LockInteractionEvent. |
| NavigationHandler |
Handler for
NavigationEvent. |
| NavigationRefusedHandler |
Handler for
NavigationRefusedEvent. |
| 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. |
| Place |
Important: For simplicity, places do not participate in dependency
injection and can be created with
new. |
| PlaceManager |
Place managers work as an intermediary between the GWT
History
API and ProxyPlaceAbstract. |
| Proxy<P extends Presenter<?,?>> |
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
| ProxyPlace<P extends Presenter<?,?>> | |
| ProxyRaw |
This is the unparameterized base interface for proxy.
|
| ResetPresentersHandler | |
| RevealRootContentHandler |
This is the handler interface for
RevealRootContentEvent. |
| RevealRootLayoutContentHandler |
This is the handler interface for
RevealRootLayoutContentEvent. |
| RevealRootPopupContentHandler |
This is the handler interface for
RevealRootPopupContentEvent. |
| SetPlaceTitleHandler |
The interface for a handler that will be invoked when a place title is
available.
|
| TabContentProxy<P extends Presenter<?,?>> |
The interface for the
Proxy of a Presenter that can
be displayed within a
TabContainerPresenter's main area. |
| 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. |
| Class | Description |
|---|---|
| AsyncCallFailEvent |
Event fired after any asynchronous call to the server performed by GWTP MVP returns with
Such asynchronous calls only occur when using code splitting.
|
| AsyncCallStartEvent |
Event fired right before any asynchronous call to the server is performed by GWTP MVP.
|
| AsyncCallSucceedEvent |
Event fired after any asynchronous call to the server performed by GWTP MVP has succeeded.
|
| DefaultPlaceManager |
This is a subtype of
PlaceManagerImpl that uses
custom name tokens to reveal default, error and unauthorized places. |
| GetPlaceTitleEvent |
This event is fired whenever the user wants to have access to the title of a
place.
|
| LockInteractionEvent |
This event is fired whenever interaction should be locked throughout the application,
usually because a navigation operation is taking place and interacting could cause
unexpected state switches.
|
| ManualRevealCallback<T> |
This implementation of
AsyncCallback can be used when fetching data
from the server within Presenter.prepareFromRequest(com.gwtplatform.mvp.shared.proxy.PlaceRequest) for
a presenter that uses manual reveal (see Presenter.useManualReveal(). |
| NavigationEvent |
Event fired after navigation has occurred.
|
| NavigationRefusedEvent |
Event fired when a user refuses to leave a page.
|
| NonLeafTabContentProxyImpl<T extends Presenter<?,?>> | |
| NotifyingAsyncCallback<T> |
An implementation of
AsyncCallback that sends events on the EventBus whenever
an async call starts, succeeds, or fails. |
| PlaceImpl | |
| PlaceManagerImpl |
Default implementation to be extended of the
PlaceManager. |
| PlaceWithGatekeeper | |
| PlaceWithGatekeeperWithParams |
Specialized
PlaceWithGatekeeper which uses a GatekeeperWithParams
and an array of parameters to protect the Place. |
| ProxyImpl<P extends Presenter<?,?>> | |
| ProxyPlaceAbstract<P extends Presenter<?,?>,Proxy_ extends Proxy<P>> | |
| ProxyPlaceImpl<P extends Presenter<?,?>> | |
| ResetPresentersEvent |
This event is fired whenever all visible presenters should
be reset.
|
| RevealContentEvent |
This event is fired by a
Presenter that desires to reveal itself
within its parent. |
| RevealContentHandler<T extends Presenter<?,?>> |
This is the handler class for
RevealContentEvent. |
| RevealRootContentEvent |
This event is fired by a
Presenter that desires to reveal itself
at the root of the application. |
| RevealRootLayoutContentEvent |
This event is fired by a
Presenter that desires to reveal itself
at the root of the application. |
| RevealRootPopupContentEvent |
This event is fired when a
PresenterWidget
wants to reveal itself as a popup at the root of the application. |
| TabContentProxyPlaceImpl<T extends Presenter<?,?>> |
A useful mixing class to define a
TabContentProxy that is also a
Place. |
| Enum | Description |
|---|---|
| NotifyingAsyncCallback.State |
This enum indicates the state of the notifying async callback.
|
Copyright © 2010-2014 ArcBees. All Rights Reserved.