Class AbstractSubDockPresenter<T extends SubDockView>

    • Field Detail

      • DEFAULT_PREFERRED_WIDHT

        public static final int DEFAULT_PREFERRED_WIDHT
        See Also:
        Constant Field Values
      • title

        protected String title
      • currentPath

        protected org.uberfire.backend.vfs.ObservablePath currentPath
    • Constructor Detail

      • AbstractSubDockPresenter

        public AbstractSubDockPresenter()
      • AbstractSubDockPresenter

        public AbstractSubDockPresenter​(T view)
    • Method Detail

      • getDefaultPosition

        public org.uberfire.workbench.model.Position getDefaultPosition()
      • getTitle

        public String getTitle()
      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
      • isCurrentlyShow

        public boolean isCurrentlyShow​(org.uberfire.backend.vfs.ObservablePath path)
        Description copied from interface: SubDockView.Presenter
        Verify if the current SubDock already shows data of the currently shown editor. This is used to avoid unneeded re-population of the SubDock
        Specified by:
        isCurrentlyShow in interface SubDockView.Presenter
        Returns:
        true if given ObservablePath is equals to the current path of this SubDock