Class JobPresenter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  JobPresenter.MyProxy  
      static interface  JobPresenter.MyView  
      • Nested classes/interfaces inherited from class com.gwtplatform.mvp.client.Presenter

        com.gwtplatform.mvp.client.Presenter.RevealType
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FinderPath finderPath()
      Application presenters need to provide information about their path in the finder.
      void prepareFromRequest​(com.gwtplatform.mvp.shared.proxy.PlaceRequest request)  
      • Methods inherited from class com.gwtplatform.mvp.client.Presenter

        bind, forceReveal, getProxy, unbind, useManualReveal
      • Methods inherited from class com.gwtplatform.mvp.client.PresenterWidget

        addToPopupSlot, addToPopupSlot, addToSlot, addToSlot, asWidget, clearSlot, clearSlot, equals, fireEvent, fireEvent, getChild, getChildren, getChildren, getView, hashCode, isVisible, removeFromParentSlot, removeFromPopupSlot, removeFromSlot, removeFromSlot, setInSlot, setInSlot, setInSlot, setInSlot
      • Methods inherited from class com.gwtplatform.mvp.client.HandlerContainerImpl

        isBound
    • Method Detail

      • finderPath

        public FinderPath finderPath()
        Description copied from interface: HasFinderPath
        Application presenters need to provide information about their path in the finder. Normally this path is updated automatically when navigating in the finder. However since application presenters can also be revealed using the breadcrumb dropdown or by entering the URL directly this information is crucial to restore the path in the finder context.

        Please make sure that the IDs for selected items in the finder path match to the IDs returned by ItemDisplay.getId()

        If this method returns null the path in the finder context is not touched.