Class ProjectMainActionsViewImpl
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.screens.project.actions.ProjectMainActionsViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,ProjectMainActionsView,org.uberfire.client.mvp.HasPresenter<ProjectMainActionsView.Presenter>,org.uberfire.client.mvp.UberElemental<ProjectMainActionsView.Presenter>
@Templated public class ProjectMainActionsViewImpl extends Object implements ProjectMainActionsView, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.workbench.common.screens.library.client.screens.project.actions.ProjectMainActionsView
ProjectMainActionsView.Presenter
-
-
Constructor Summary
Constructors Constructor Description ProjectMainActionsViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhideBusyIndicator()voidinit()voidinit(ProjectMainActionsView.Presenter presenter)voidonBuild(com.google.gwt.event.dom.client.ClickEvent clickEvent)voidonDeploy(com.google.gwt.event.dom.client.ClickEvent clickEvent)voidonInstall(com.google.gwt.event.dom.client.ClickEvent clickEvent)voidonRedeploy(com.google.gwt.event.dom.client.ClickEvent clickEvent)voidonRunTests(com.google.gwt.event.dom.client.ClickEvent clickEvent)voidonViewDeploymentDetails(com.google.gwt.event.dom.client.ClickEvent clickEvent)voidsetBuildAndDeployDropDownEnabled(boolean enabled)voidsetBuildDropDownEnabled(boolean enabled)voidsetRedeployEnabled(boolean enabled)voidsetViewDeploymentDetailsEnabled(boolean enabled)voidshowBusyIndicator(String message)voidviewProjectToolbar(boolean visible)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
init
public void init(ProjectMainActionsView.Presenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ProjectMainActionsView.Presenter>
-
setBuildDropDownEnabled
public void setBuildDropDownEnabled(boolean enabled)
- Specified by:
setBuildDropDownEnabledin interfaceProjectMainActionsView
-
setBuildAndDeployDropDownEnabled
public void setBuildAndDeployDropDownEnabled(boolean enabled)
- Specified by:
setBuildAndDeployDropDownEnabledin interfaceProjectMainActionsView
-
setRedeployEnabled
public void setRedeployEnabled(boolean enabled)
- Specified by:
setRedeployEnabledin interfaceProjectMainActionsView
-
setViewDeploymentDetailsEnabled
public void setViewDeploymentDetailsEnabled(boolean enabled)
- Specified by:
setViewDeploymentDetailsEnabledin interfaceProjectMainActionsView
-
viewProjectToolbar
public void viewProjectToolbar(boolean visible)
- Specified by:
viewProjectToolbarin interfaceProjectMainActionsView
-
showBusyIndicator
public void showBusyIndicator(String message)
- Specified by:
showBusyIndicatorin interfaceProjectMainActionsView
-
hideBusyIndicator
public void hideBusyIndicator()
- Specified by:
hideBusyIndicatorin interfaceProjectMainActionsView
-
onBuild
@EventHandler("build") public void onBuild(com.google.gwt.event.dom.client.ClickEvent clickEvent)
-
onInstall
@EventHandler("install") public void onInstall(com.google.gwt.event.dom.client.ClickEvent clickEvent)
-
onDeploy
@EventHandler("deploy") public void onDeploy(com.google.gwt.event.dom.client.ClickEvent clickEvent)
-
onRunTests
@EventHandler("runTests") public void onRunTests(com.google.gwt.event.dom.client.ClickEvent clickEvent)
-
onRedeploy
@EventHandler("redeploy") public void onRedeploy(com.google.gwt.event.dom.client.ClickEvent clickEvent)
-
onViewDeploymentDetails
@EventHandler("viewDeploymentDetails") public void onViewDeploymentDetails(com.google.gwt.event.dom.client.ClickEvent clickEvent)
-
-