@Dependent @Templated public class ProviderTypeNavigationView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, ProviderTypeNavigationPresenter.View
Constructor and Description |
---|
ProviderTypeNavigationView() |
Modifier and Type | Method and Description |
---|---|
void |
addProviderType(ProviderTypeKey providerTypeKey,
String name,
org.uberfire.mvp.Command select) |
void |
clear() |
void |
init() |
void |
init(ProviderTypeNavigationPresenter presenter) |
void |
select(ProviderTypeKey providerTypeKey) |
public void init(ProviderTypeNavigationPresenter presenter)
init
in interface org.uberfire.client.mvp.HasPresenter<ProviderTypeNavigationPresenter>
@PostConstruct public void init()
public void addProviderType(ProviderTypeKey providerTypeKey, String name, org.uberfire.mvp.Command select)
addProviderType
in interface ProviderTypeNavigationPresenter.View
public void select(ProviderTypeKey providerTypeKey)
select
in interface ProviderTypeNavigationPresenter.View
public void clear()
clear
in interface ProviderTypeNavigationPresenter.View
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.