public class RenameProjectPopUpScreen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RenameProjectPopUpScreen.View |
| Constructor and Description |
|---|
RenameProjectPopUpScreen(RenameProjectPopUpScreen.View view,
org.jboss.errai.common.client.api.Caller<KieModuleService> projectService,
org.guvnor.common.services.project.client.security.ProjectController projectController,
org.jboss.errai.ui.client.local.spi.TranslationService ts,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent,
org.uberfire.client.promise.Promises promises) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
RenameProjectPopUpScreen.View |
getView() |
void |
rename(String newName) |
void |
setup() |
void |
show(org.guvnor.common.services.project.model.WorkspaceProject projectInfo) |
@Inject public RenameProjectPopUpScreen(RenameProjectPopUpScreen.View view, org.jboss.errai.common.client.api.Caller<KieModuleService> projectService, org.guvnor.common.services.project.client.security.ProjectController projectController, org.jboss.errai.ui.client.local.spi.TranslationService ts, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent, org.uberfire.client.promise.Promises promises)
@PostConstruct public void setup()
public void show(org.guvnor.common.services.project.model.WorkspaceProject projectInfo)
public void cancel()
public void rename(String newName)
public RenameProjectPopUpScreen.View getView()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.