Package | Description |
---|---|
com.gwtplatform.mvp.client | |
com.gwtplatform.mvp.client.gin | |
com.gwtplatform.mvp.client.proxy |
Constructor and Description |
---|
DefaultBootstrapper(PlaceManager placeManager) |
Modifier and Type | Method and Description |
---|---|
DefaultModule.Builder |
DefaultModule.Builder.placeManager(Class<? extends PlaceManager> placeManagerClass) |
Constructor and Description |
---|
DefaultModule(Class<? extends PlaceManager> placeManagerClass)
Deprecated.
Please use the
DefaultModule.Builder . |
DefaultModule(Class<? extends PlaceManager> placeManagerClass,
Class<? extends TokenFormatter> tokenFormatterClass)
Deprecated.
Please use the
DefaultModule.Builder . |
PresenterSetupModule(Class<? extends PlaceManager> placeManagerClass) |
PresenterSetupModule(Class<? extends PlaceManager> placeManagerClass,
Class<? extends TokenFormatter> tokenFormatterClass) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPlaceManager
This is a subtype of
PlaceManagerImpl that uses
custom name tokens to reveal default, error and unauthorized places. |
class |
PlaceManagerImpl
Default implementation to be extended of the
PlaceManager . |
Modifier and Type | Method and Description |
---|---|
protected PlaceManager |
ProxyPlaceAbstract.getPlaceManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
ProxyPlaceAbstract.bind(PlaceManager placeManager,
EventBus eventBus)
Injects the various resources and performs other bindings.
|
protected void |
ProxyImpl.bind(PlaceManager placeManager,
EventBus eventBus)
Injects the various resources and performs other bindings.
|
protected void |
ProxyPlaceAbstract.setPlaceManager(PlaceManager placeManager) |
Copyright © 2010–2014 Arcbees. All rights reserved.