public class DeleteBranchPopUpScreen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteBranchPopUpScreen.View |
| Constructor and Description |
|---|
DeleteBranchPopUpScreen(DeleteBranchPopUpScreen.View view,
org.jboss.errai.common.client.api.Caller<LibraryService> libraryService,
LibraryPlaces libraryPlaces,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
delete() |
void |
setup() |
void |
show(org.guvnor.structure.repositories.Branch branch) |
@Inject public DeleteBranchPopUpScreen(DeleteBranchPopUpScreen.View view, org.jboss.errai.common.client.api.Caller<LibraryService> libraryService, LibraryPlaces libraryPlaces, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent)
@PostConstruct public void setup()
public void show(org.guvnor.structure.repositories.Branch branch)
public void delete()
public void cancel()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.