Class AddBranchPopUpPresenter
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.screens.project.branch.AddBranchPopUpPresenter
-
public class AddBranchPopUpPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAddBranchPopUpPresenter.View
-
Constructor Summary
Constructors Constructor Description AddBranchPopUpPresenter(org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.library.api.LibraryService> libraryService, org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent, LibraryPlaces libraryPlaces, AddBranchPopUpPresenter.View view, org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.services.shared.validation.ValidationService> validationService)
-
-
-
Constructor Detail
-
AddBranchPopUpPresenter
@Inject public AddBranchPopUpPresenter(org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.library.api.LibraryService> libraryService, org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent, LibraryPlaces libraryPlaces, AddBranchPopUpPresenter.View view, org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.services.shared.validation.ValidationService> validationService)
-
-
Method Detail
-
setup
@PostConstruct public void setup()
-
show
public void show()
-
add
public void add()
-
cancel
public void cancel()
-
-