Class DeleteBranchPopUpScreen
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.screens.project.branch.delete.DeleteBranchPopUpScreen
-
public class DeleteBranchPopUpScreen extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteBranchPopUpScreen.View
-
Constructor Summary
Constructors Constructor Description DeleteBranchPopUpScreen(DeleteBranchPopUpScreen.View view, org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.library.api.LibraryService> libraryService, LibraryPlaces libraryPlaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()voiddelete()voidsetup()voidshow(org.guvnor.structure.repositories.Branch branch)
-
-
-
Constructor Detail
-
DeleteBranchPopUpScreen
@Inject public DeleteBranchPopUpScreen(DeleteBranchPopUpScreen.View view, org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.library.api.LibraryService> libraryService, LibraryPlaces libraryPlaces)
-
-
Method Detail
-
setup
@PostConstruct public void setup()
-
show
public void show(org.guvnor.structure.repositories.Branch branch)
-
delete
public void delete()
-
cancel
public void cancel()
-
-