@Dependent @Templated public class ProviderTypeView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, ProviderTypePresenter.View
| Constructor and Description |
|---|
ProviderTypeView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProvider(String providerId,
String providerName,
org.uberfire.mvp.Command onSelect) |
void |
clear() |
void |
confirmRemove(org.uberfire.mvp.Command command) |
void |
init(ProviderTypePresenter presenter) |
void |
select(String providerId) |
void |
setProviderTypeName(String providerTypeName) |
public void init(ProviderTypePresenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<ProviderTypePresenter>public void clear()
clear in interface ProviderTypePresenter.Viewpublic void setProviderTypeName(String providerTypeName)
setProviderTypeName in interface ProviderTypePresenter.Viewpublic void addProvider(String providerId, String providerName, org.uberfire.mvp.Command onSelect)
addProvider in interface ProviderTypePresenter.Viewpublic void select(String providerId)
select in interface ProviderTypePresenter.Viewpublic void confirmRemove(org.uberfire.mvp.Command command)
confirmRemove in interface ProviderTypePresenter.ViewCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.