@Dependent public class ProviderTypeItemPresenter extends AbstractHasContentChangeHandlers
Modifier and Type | Class and Description |
---|---|
static interface |
ProviderTypeItemPresenter.View |
changeHandlers
Constructor and Description |
---|
ProviderTypeItemPresenter(ProviderTypeItemPresenter.View view,
ClientProviderHandlerRegistry handlerRegistry) |
Modifier and Type | Method and Description |
---|---|
ProviderType |
getProviderType() |
org.jboss.errai.common.client.api.IsElement |
getView() |
void |
init() |
boolean |
isSelected() |
protected void |
onItemClick() |
void |
setup(ProviderType type,
ProviderTypeStatus status) |
addContentChangeHandler, fireChangeHandlers, removeContentChangeHandler
@Inject public ProviderTypeItemPresenter(ProviderTypeItemPresenter.View view, ClientProviderHandlerRegistry handlerRegistry)
@PostConstruct public void init()
public void setup(ProviderType type, ProviderTypeStatus status)
public ProviderType getProviderType()
public boolean isSelected()
public org.jboss.errai.common.client.api.IsElement getView()
protected void onItemClick()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.