public class DeleteProjectPopUpScreen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteProjectPopUpScreen.View |
| Modifier and Type | Field and Description |
|---|---|
static String |
PROJECT_DELETED |
| Constructor and Description |
|---|
DeleteProjectPopUpScreen(DeleteProjectPopUpScreen.View view,
org.jboss.errai.common.client.api.Caller<KieModuleService> projectService,
org.guvnor.common.services.project.client.security.ProjectController projectController,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent,
LibraryPlaces libraryPlaces) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
delete() |
void |
setup() |
void |
show(org.guvnor.common.services.project.model.WorkspaceProject project) |
public static final String PROJECT_DELETED
@Inject public DeleteProjectPopUpScreen(DeleteProjectPopUpScreen.View view, org.jboss.errai.common.client.api.Caller<KieModuleService> projectService, org.guvnor.common.services.project.client.security.ProjectController projectController, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent, LibraryPlaces libraryPlaces)
@PostConstruct public void setup()
public void show(org.guvnor.common.services.project.model.WorkspaceProject project)
public void delete()
public void cancel()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.