Package | Description |
---|---|
org.uberfire.client.mvp | |
org.uberfire.client.workbench.docks |
Modifier and Type | Method and Description |
---|---|
static String |
BookmarkableUrlHelper.registerClosedDock(String currentBookmarkableURLStatus,
UberfireDock targetDock) |
static String |
BookmarkableUrlHelper.registerOpenedDock(String currentBookmarkableURLStatus,
UberfireDock targetDock) |
Modifier and Type | Method and Description |
---|---|
UberfireDock |
UberfireDocksInteractionEvent.getTargetDock() |
UberfireDock |
UberfireDock.withLabel(String label) |
UberfireDock |
UberfireDock.withSize(double size) |
Modifier and Type | Method and Description |
---|---|
void |
UberfireDocks.add(UberfireDock... docks)
Adds a
UberfireDock to UberfireDocks. |
void |
UberfireDocks.close(UberfireDock dock)
Close a
UberfireDock from a given perspective. |
void |
UberfireDocks.open(UberfireDock dock)
Open a
UberfireDock from a given perspective. |
void |
UberfireDocks.remove(UberfireDock... docks)
Removes a
UberfireDock from UberfireDocks. |
void |
UberfireDocks.toggle(UberfireDock dock)
Toggle a
UberfireDock from a given perspective. |
Constructor and Description |
---|
UberfireDocksInteractionEvent(UberfireDock targetDock,
UberfireDocksInteractionEvent.InteractionType type) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.