@Templated public class ProjectMainActionsViewImpl extends Object implements ProjectMainActionsView, org.jboss.errai.ui.client.local.api.elemental2.IsElement
ProjectMainActionsView.Presenter| Constructor and Description |
|---|
ProjectMainActionsViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
hideBusyIndicator() |
void |
init() |
void |
init(ProjectMainActionsView.Presenter presenter) |
void |
onBuild(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
onDeploy(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
onInstall(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
onRedeploy(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
onRunTests(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
onViewDeploymentDetails(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
setBuildAndDeployDropDownEnabled(boolean enabled) |
void |
setBuildDropDownEnabled(boolean enabled) |
void |
setRedeployEnabled(boolean enabled) |
void |
setViewDeploymentDetailsEnabled(boolean enabled) |
void |
showBusyIndicator(String message) |
void |
viewProjectToolbar(boolean visible) |
@PostConstruct public void init()
public void init(ProjectMainActionsView.Presenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<ProjectMainActionsView.Presenter>public void setBuildDropDownEnabled(boolean enabled)
setBuildDropDownEnabled in interface ProjectMainActionsViewpublic void setBuildAndDeployDropDownEnabled(boolean enabled)
setBuildAndDeployDropDownEnabled in interface ProjectMainActionsViewpublic void setRedeployEnabled(boolean enabled)
setRedeployEnabled in interface ProjectMainActionsViewpublic void setViewDeploymentDetailsEnabled(boolean enabled)
setViewDeploymentDetailsEnabled in interface ProjectMainActionsViewpublic void viewProjectToolbar(boolean visible)
viewProjectToolbar in interface ProjectMainActionsViewpublic void showBusyIndicator(String message)
showBusyIndicator in interface ProjectMainActionsViewpublic void hideBusyIndicator()
hideBusyIndicator in interface ProjectMainActionsView@EventHandler(value="build") public void onBuild(com.google.gwt.event.dom.client.ClickEvent clickEvent)
@EventHandler(value="install") public void onInstall(com.google.gwt.event.dom.client.ClickEvent clickEvent)
@EventHandler(value="deploy") public void onDeploy(com.google.gwt.event.dom.client.ClickEvent clickEvent)
@EventHandler(value="runTests") public void onRunTests(com.google.gwt.event.dom.client.ClickEvent clickEvent)
@EventHandler(value="redeploy") public void onRedeploy(com.google.gwt.event.dom.client.ClickEvent clickEvent)
@EventHandler(value="viewDeploymentDetails") public void onViewDeploymentDetails(com.google.gwt.event.dom.client.ClickEvent clickEvent)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.