Class ProjectMainActionsViewImpl

    • Constructor Detail

      • ProjectMainActionsViewImpl

        public ProjectMainActionsViewImpl()
    • Method Detail

      • 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)