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

    Constructors
    Constructor
    Description
    OwnPlaceManagerImpl(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 Type
    Method
    Description
    protected void
    doRevealPlace(com.gwtplatform.mvp.shared.proxy.PlaceRequest request, boolean updateBrowserUrl)
     
    void
     
    void
    revealErrorPlace(String invalidHistoryToken)
     
    void
    revealUnauthorizedPlace(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OwnPlaceManagerImpl

      @Inject public OwnPlaceManagerImpl(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.
      Parameters:
      eventBus - event bus
      tokenFormatter - token formatter
      defaultPlaceNameToken - default place name token
      errorPlaceNameToken - error place name token
      unauthorizedPlaceNameToken - unauthorized place name token
      historian - historian
      navigationStructure - navigation structure
  • Method Details

    • revealDefaultPlace

      public void revealDefaultPlace()
    • revealErrorPlace

      public void revealErrorPlace(String invalidHistoryToken)
      Specified by:
      revealErrorPlace in interface com.gwtplatform.mvp.client.proxy.PlaceManager
      Overrides:
      revealErrorPlace in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
    • revealUnauthorizedPlace

      public void revealUnauthorizedPlace(String unauthorizedHistoryToken)
      Specified by:
      revealUnauthorizedPlace in interface com.gwtplatform.mvp.client.proxy.PlaceManager
      Overrides:
      revealUnauthorizedPlace in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
    • doRevealPlace

      protected void doRevealPlace(com.gwtplatform.mvp.shared.proxy.PlaceRequest request, boolean updateBrowserUrl)
      Overrides:
      doRevealPlace in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl