public class ExampleProjectWidget extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExampleProjectWidget.View |
| Constructor and Description |
|---|
ExampleProjectWidget(ExampleProjectWidget.View view,
ExampleProjectOkPresenter exampleProjectOkPresenter,
ExampleProjectErrorPresenter exampleProjectErrorPresenter,
BranchSelectorPopUpPresenter branchSelectorPopUpPresenter) |
| Modifier and Type | Method and Description |
|---|---|
void |
click() |
String |
getName() |
ExampleProjectWidget.View |
getView() |
void |
init(ImportProject importProject,
ExampleProjectWidgetContainer container) |
boolean |
isSelected() |
void |
select() |
void |
selectBranches() |
void |
setSelected(boolean selected) |
void |
unselect() |
@Inject public ExampleProjectWidget(ExampleProjectWidget.View view, ExampleProjectOkPresenter exampleProjectOkPresenter, ExampleProjectErrorPresenter exampleProjectErrorPresenter, BranchSelectorPopUpPresenter branchSelectorPopUpPresenter)
public void init(ImportProject importProject, ExampleProjectWidgetContainer container)
public boolean isSelected()
public void setSelected(boolean selected)
public String getName()
public void click()
public void select()
public void unselect()
public void selectBranches()
public ExampleProjectWidget.View getView()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.