Class OwnPlaceManagerImpl
java.lang.Object
com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
de.knightsoftnet.navigation.client.OwnPlaceManagerImpl
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.ValueChangeHandler<String>,com.google.gwt.event.shared.EventHandler,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.Window.ClosingHandler,com.gwtplatform.mvp.client.proxy.PlaceManager
public class OwnPlaceManagerImpl
extends com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-
Constructor Summary
ConstructorsConstructorDescriptionOwnPlaceManagerImpl(com.google.web.bindery.event.shared.EventBus eventBus, com.gwtplatform.mvp.shared.proxy.TokenFormatter tokenFormatter, String defaultPlaceNameToken, String errorPlaceNameToken, String unauthorizedPlaceNameToken, com.google.gwt.place.shared.PlaceHistoryHandler.Historian historian, NavigationStructure navigationStructure) constructor injecting parameters. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoRevealPlace(com.gwtplatform.mvp.shared.proxy.PlaceRequest request, boolean updateBrowserUrl) voidvoidrevealErrorPlace(String invalidHistoryToken) voidrevealUnauthorizedPlace(String unauthorizedHistoryToken) Methods inherited from class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
buildHistoryToken, buildRelativeHistoryToken, buildRelativeHistoryToken, buildRelativeHistoryToken, fireEvent, getCurrentPlaceHierarchy, getCurrentPlaceRequest, getCurrentTitle, getEventBus, getHierarchyDepth, getTitle, hasPendingNavigation, navigateBack, onValueChange, onWindowClosing, revealCurrentPlace, revealPlace, revealPlace, revealPlaceHierarchy, revealRelativePlace, revealRelativePlace, revealRelativePlace, setOnLeaveConfirmation, unlock, updateHistory
-
Constructor Details
-
Method Details
-
revealDefaultPlace
public void revealDefaultPlace() -
revealErrorPlace
- Specified by:
revealErrorPlacein interfacecom.gwtplatform.mvp.client.proxy.PlaceManager- Overrides:
revealErrorPlacein classcom.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-
revealUnauthorizedPlace
- Specified by:
revealUnauthorizedPlacein interfacecom.gwtplatform.mvp.client.proxy.PlaceManager- Overrides:
revealUnauthorizedPlacein classcom.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-