public static interface SubDockView.Presenter
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCurrentlyShow(org.uberfire.backend.vfs.ObservablePath path)
Verify if the current
SubDock already shows data of the currently shown editor. |
void |
reset()
It resets the current status of the
SubDock component |
void |
setCurrentPath(org.uberfire.backend.vfs.ObservablePath path)
Set the
ObservablePath of the currently shown editor view |
void setCurrentPath(org.uberfire.backend.vfs.ObservablePath path)
ObservablePath of the currently shown editor viewpath - boolean isCurrentlyShow(org.uberfire.backend.vfs.ObservablePath path)
SubDock already shows data of the currently shown editor.
This is used to avoid unneeded re-population of the SubDockpath - true if given ObservablePath is equals to the current path of this SubDockvoid reset()
SubDock componentCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.