@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.View
public void setProviderTypeName(String providerTypeName)
setProviderTypeName
in interface ProviderTypePresenter.View
public void addProvider(String providerId, String providerName, org.uberfire.mvp.Command onSelect)
addProvider
in interface ProviderTypePresenter.View
public void select(String providerId)
select
in interface ProviderTypePresenter.View
public void confirmRemove(org.uberfire.mvp.Command command)
confirmRemove
in interface ProviderTypePresenter.View
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.