Class BranchSelectorPopUpPresenter
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.widgets.example.branchselector.BranchSelectorPopUpPresenter
-
public class BranchSelectorPopUpPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBranchSelectorPopUpPresenter.View
-
Constructor Summary
Constructors Constructor Description BranchSelectorPopUpPresenter(BranchSelectorPopUpPresenter.View view, org.kie.workbench.common.widgets.client.widget.KieMultipleSelectElement branchSelector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()voiddefineBranches()voidsetSelectedBranches(List<String> branches)voidsetup(org.kie.workbench.common.screens.examples.model.ImportProject importProject, Consumer<List<String>> branchesSelectedCallback)
-
-
-
Constructor Detail
-
BranchSelectorPopUpPresenter
@Inject public BranchSelectorPopUpPresenter(BranchSelectorPopUpPresenter.View view, org.kie.workbench.common.widgets.client.widget.KieMultipleSelectElement branchSelector)
-
-