| Class and Description |
|---|
| Proxy
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
| ProxyRaw
This is the unparameterized base interface for proxy.
|
| RevealContentHandler
This is the handler class for
RevealContentEvent. |
| Class and Description |
|---|
| Place
Important: For simplicity, places do not participate in dependency
injection and can be created with
new. |
| Proxy
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
| ProxyPlace |
| ProxyRaw
This is the unparameterized base interface for proxy.
|
| Class and Description |
|---|
| 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
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
| ProxyImpl |
| ProxyPlace |
| ProxyPlaceAbstract |
| ProxyPlaceImpl |
| ProxyRaw
This is the unparameterized base interface for proxy.
|
| RevealContentHandler
This is the handler class for
RevealContentEvent. |
| Class and Description |
|---|
| Place
Important: For simplicity, places do not participate in dependency
injection and can be created with
new. |
| Proxy
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
| ProxyPlace |
| ProxyRaw
This is the unparameterized base interface for proxy.
|
| Class and Description |
|---|
| Place
Important: For simplicity, places do not participate in dependency
injection and can be created with
new. |
| Proxy
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
| ProxyPlace |
| ProxyRaw
This is the unparameterized base interface for proxy.
|
| Class and Description |
|---|
| Place
Important: For simplicity, places do not participate in dependency
injection and can be created with
new. |
| Proxy
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
| ProxyPlace |
| ProxyRaw
This is the unparameterized base interface for proxy.
|
| Class and Description |
|---|
| Place
Important: For simplicity, places do not participate in dependency
injection and can be created with
new. |
| Proxy
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
| ProxyPlace |
| ProxyRaw
This is the unparameterized base interface for proxy.
|
| Class and Description |
|---|
| Gatekeeper
Inherit from this class to define a gatekeeper that locks access to your
Place in specific situation. |
| Class and Description |
|---|
| 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.
|
| LockInteractionHandler
Handler for
LockInteractionEvent. |
| PlaceManager
Place managers work as an intermediary between the GWT
History
API and ProxyPlaceAbstract. |
| Proxy
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
| ResetPresentersEvent
This event is fired whenever all visible presenters should
be reset.
|
| ResetPresentersHandler |
| RevealContentHandler
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. |
| RevealRootContentHandler
This is the handler interface for
RevealRootContentEvent. |
| RevealRootLayoutContentEvent
This event is fired by a
Presenter that desires to reveal itself
at the root of the application. |
| RevealRootLayoutContentHandler
This is the handler interface for
RevealRootLayoutContentEvent. |
| RevealRootPopupContentEvent
This event is fired when a
PresenterWidget
wants to reveal itself as a popup at the root of the application. |
| RevealRootPopupContentHandler
This is the handler interface for
RevealRootPopupContentEvent. |
| TabContentProxy
The interface for the
Proxy of a Presenter that can
be displayed within a
TabContainerPresenter's main area. |
| Class and Description |
|---|
| PlaceManager
Place managers work as an intermediary between the GWT
History
API and ProxyPlaceAbstract. |
| Proxy
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
| Class and Description |
|---|
| NavigationEvent
Event fired after navigation has occurred.
|
| NavigationHandler
Handler for
NavigationEvent. |
| Class and 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.
|
| AsyncCallFailHandler
Handler for
AsyncCallFailEvent. |
| AsyncCallStartEvent
Event fired right before any asynchronous call to the server is performed by GWTP MVP.
|
| AsyncCallStartHandler
Handler for
AsyncCallStartEvent. |
| AsyncCallSucceedEvent
Event fired after any asynchronous call to the server performed by GWTP MVP has succeeded.
|
| 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. |
| GetPlaceTitleEvent
This event is fired whenever the user wants to have access to the title of a
place.
|
| GetPlaceTitleHandler |
| 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.
|
| LockInteractionHandler
Handler for
LockInteractionEvent. |
| ManualRevealCallback
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.
|
| NavigationHandler
Handler for
NavigationEvent. |
| NavigationRefusedEvent
Event fired when a user refuses to leave a page.
|
| NavigationRefusedHandler
Handler for
NavigationRefusedEvent. |
| NonLeafTabContentProxy
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. |
| NotifyingAsyncCallback
An implementation of
AsyncCallback that sends events on the EventBus whenever
an async call starts, succeeds, or fails. |
| NotifyingAsyncCallback.State
This enum indicates the state of the notifying async callback.
|
| Place
Important: For simplicity, places do not participate in dependency
injection and can be created with
new. |
| PlaceImpl |
| PlaceManager
Place managers work as an intermediary between the GWT
History
API and ProxyPlaceAbstract. |
| PlaceManagerImpl
Default implementation to be extended of the
PlaceManager. |
| Proxy
The interface for light-weight singleton classes that listens for events
before the full
Presenter is instantiated. |
| ProxyImpl |
| ProxyPlace |
| ProxyPlaceAbstract |
| ProxyRaw
This is the unparameterized base interface for proxy.
|
| ResetPresentersEvent
This event is fired whenever all visible presenters should
be reset.
|
| ResetPresentersHandler |
| RevealContentEvent
This event is fired by a
Presenter that desires to reveal itself
within its parent. |
| RevealContentHandler
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. |
| RevealRootContentHandler
This is the handler interface for
RevealRootContentEvent. |
| RevealRootLayoutContentEvent
This event is fired by a
Presenter that desires to reveal itself
at the root of the application. |
| RevealRootLayoutContentHandler
This is the handler interface for
RevealRootLayoutContentEvent. |
| RevealRootPopupContentEvent
This event is fired when a
PresenterWidget
wants to reveal itself as a popup at the root of the application. |
| 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
The interface for the
Proxy of a Presenter that can
be displayed within a
TabContainerPresenter's main area. |
| TabContentProxyPlace
The interface for the
Proxy of a Presenter that has
a name token and can be displayed within a
TabContainerPresenter's main area. |
Copyright © 2010-2014 ArcBees. All Rights Reserved.