public class DeploymentBrowser extends Object
| Constructor and Description |
|---|
DeploymentBrowser(DeploymentStore deploymentStore,
com.google.gwt.view.client.SingleSelectionModel<DeploymentRecord> selectionModel,
FeatureSet featureSet) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentBreadcrumb |
getBreadcrumb() |
DefaultCellBrowser |
getCellBrowser() |
com.google.gwt.user.client.ui.DeckPanel |
getContextPanel() |
DeploymentFilter |
getFilterWidget() |
<T extends DeploymentData> |
updateContext(T selectedContext) |
void |
updateDeployments(List<DeploymentRecord> deployments)
Updates the list of deployments, selects the first deployment in the browser and shows the relevant context view.
|
public DeploymentBrowser(DeploymentStore deploymentStore, com.google.gwt.view.client.SingleSelectionModel<DeploymentRecord> selectionModel, FeatureSet featureSet)
public DeploymentFilter getFilterWidget()
public void updateDeployments(List<DeploymentRecord> deployments)
deployments - the deployments - can be empty, must not be nullpublic <T extends DeploymentData> void updateContext(T selectedContext)
public DefaultCellBrowser getCellBrowser()
public DeploymentBreadcrumb getBreadcrumb()
public com.google.gwt.user.client.ui.DeckPanel getContextPanel()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.