@Templated public class ProjectActionsView extends Object implements ProjectActionsWidget.View, org.jboss.errai.ui.client.local.api.IsElement
| Constructor and Description |
|---|
ProjectActionsView(org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildAndDeployProject(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
compileProject(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
hideBusyIndicator() |
void |
init(ProjectActionsWidget presenter) |
void |
messages(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
projectSettings(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
showABuildIsAlreadyRunning() |
void |
showBusyIndicator(String message) |
@Inject public ProjectActionsView(org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public void init(ProjectActionsWidget presenter)
init in interface org.uberfire.client.mvp.UberElement<ProjectActionsWidget>@EventHandler(value="settings") public void projectSettings(com.google.gwt.event.dom.client.ClickEvent clickEvent)
@EventHandler(value="compile") public void compileProject(com.google.gwt.event.dom.client.ClickEvent clickEvent)
@EventHandler(value="build-and-deploy") public void buildAndDeployProject(com.google.gwt.event.dom.client.ClickEvent clickEvent)
@EventHandler(value="messages") public void messages(com.google.gwt.event.dom.client.ClickEvent clickEvent)
public void showBusyIndicator(String message)
showBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicatorpublic void hideBusyIndicator()
hideBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicatorpublic void showABuildIsAlreadyRunning()
showABuildIsAlreadyRunning in interface BuildExecutor.ViewCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.