public interface WorkbenchDocksHandler
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.uberfire.mvp.Command updateDocksCommand)
Initializes the handler with the callback
Command. |
Collection<org.uberfire.client.workbench.docks.UberfireDock> |
provideDocks(String perspectiveIdentifier)
Provides a Collection containing the
UberfireDock that should be displayed when this handler is active |
boolean |
shouldDisableDocks()
Determines if the docks should be disabled or not
|
boolean |
shouldRefreshDocks()
Determines if the docks should be refreshed or not.
|
void init(org.uberfire.mvp.Command updateDocksCommand)
Command. This Command will be executed any time
the docks must be refreshedboolean shouldRefreshDocks()
boolean shouldDisableDocks()
Collection<org.uberfire.client.workbench.docks.UberfireDock> provideDocks(String perspectiveIdentifier)
UberfireDock that should be displayed when this handler is activeCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.