public class GitUrlsPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GitUrlsPresenter.View |
| Constructor and Description |
|---|
GitUrlsPresenter(GitUrlsPresenter.View view,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEventEvent,
org.jboss.errai.ui.client.local.spi.TranslationService translationService,
org.uberfire.client.util.Clipboard clipboard) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyToClipboard(elemental2.dom.HTMLInputElement element) |
GitUrlsPresenter.View |
getView() |
void |
init() |
void |
setSelectedProtocol(String selectedProtocol) |
void |
setup(List<GitUrl> gitUrls) |
@Inject public GitUrlsPresenter(GitUrlsPresenter.View view, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEventEvent, org.jboss.errai.ui.client.local.spi.TranslationService translationService, org.uberfire.client.util.Clipboard clipboard)
@PostConstruct public void init()
public void setSelectedProtocol(String selectedProtocol)
public void copyToClipboard(elemental2.dom.HTMLInputElement element)
public GitUrlsPresenter.View getView()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.