public class RepositoryItemPresenter extends Object implements com.google.gwt.user.client.ui.IsWidget
| Constructor and Description |
|---|
RepositoryItemPresenter() |
RepositoryItemPresenter(RepositoryItemView repositoryItemView,
GuvnorStructureContext guvnorStructureContext,
RepositoryController repositoryController,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRemoveRepositoryCommand(HasRemoveRepositoryHandlers removeRepositoryHandlers) |
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
onAnchorSelected(String protocol) |
void |
onClickButtonRemoveRepository() |
void |
onUpdateRepository(String branch) |
void |
refreshBranches() |
void |
setRepository(Repository repository,
String branch) |
public RepositoryItemPresenter()
@Inject public RepositoryItemPresenter(RepositoryItemView repositoryItemView, GuvnorStructureContext guvnorStructureContext, RepositoryController repositoryController, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
public void setRepository(Repository repository, String branch)
public void refreshBranches()
public void onAnchorSelected(String protocol)
public void onClickButtonRemoveRepository()
public void onUpdateRepository(String branch)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic void addRemoveRepositoryCommand(HasRemoveRepositoryHandlers removeRepositoryHandlers)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.