@Templated public class ImportRepositoryPopUpView extends Object implements ImportRepositoryPopUpPresenter.View, org.jboss.errai.ui.client.local.api.IsElement
| Constructor and Description |
|---|
ImportRepositoryPopUpView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmptyRepositoryURLValidationMessage() |
String |
getLoadingMessage() |
String |
getNoProjectsToImportMessage() |
String |
getPassword() |
String |
getRepositoryURL() |
String |
getUserName() |
void |
hide() |
void |
hideBusyIndicator() |
void |
init(ImportRepositoryPopUpPresenter presenter) |
void |
show() |
void |
showAuthenticationOptions(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
showBusyIndicator(String message) |
void |
showError(String errorMessage) |
public void init(ImportRepositoryPopUpPresenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<ImportRepositoryPopUpPresenter>public String getRepositoryURL()
getRepositoryURL in interface ImportRepositoryPopUpPresenter.Viewpublic String getUserName()
getUserName in interface ImportRepositoryPopUpPresenter.Viewpublic String getPassword()
getPassword in interface ImportRepositoryPopUpPresenter.Viewpublic void show()
show in interface ImportRepositoryPopUpPresenter.Viewpublic void showError(String errorMessage)
showError in interface ImportRepositoryPopUpPresenter.Viewpublic String getLoadingMessage()
getLoadingMessage in interface ImportRepositoryPopUpPresenter.Viewpublic String getNoProjectsToImportMessage()
getNoProjectsToImportMessage in interface ImportRepositoryPopUpPresenter.Viewpublic String getEmptyRepositoryURLValidationMessage()
getEmptyRepositoryURLValidationMessage in interface ImportRepositoryPopUpPresenter.Viewpublic void hide()
hide in interface ImportRepositoryPopUpPresenter.View@EventHandler(value="show-hide-authentication-options") public void showAuthenticationOptions(com.google.gwt.event.dom.client.ClickEvent clickEvent)
public void showBusyIndicator(String message)
showBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicatorpublic void hideBusyIndicator()
hideBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicatorCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.