@Templated @Dependent public class ListSelectorTextItemViewImpl extends Object implements ListSelectorTextItemView
| Constructor and Description |
|---|
ListSelectorTextItemViewImpl() |
ListSelectorTextItemViewImpl(org.jboss.errai.common.client.dom.ListItem item,
org.jboss.errai.common.client.dom.Span text) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClickHandler(org.uberfire.mvp.Command command) |
Consumer<org.uberfire.client.workbench.ouia.OuiaAttribute> |
ouiaAttributeRenderer() |
org.uberfire.client.workbench.ouia.OuiaComponentIdAttribute |
ouiaComponentId() |
org.uberfire.client.workbench.ouia.OuiaComponentTypeAttribute |
ouiaComponentType() |
void |
setEnabled(boolean enabled) |
void |
setText(String text) |
public ListSelectorTextItemViewImpl()
@Inject
public ListSelectorTextItemViewImpl(org.jboss.errai.common.client.dom.ListItem item,
org.jboss.errai.common.client.dom.Span text)
public void setText(String text)
setText in interface ListSelectorTextItemViewpublic void setEnabled(boolean enabled)
setEnabled in interface ListSelectorTextItemViewpublic void addClickHandler(org.uberfire.mvp.Command command)
addClickHandler in interface ListSelectorTextItemViewpublic org.uberfire.client.workbench.ouia.OuiaComponentTypeAttribute ouiaComponentType()
ouiaComponentType in interface org.uberfire.client.workbench.ouia.OuiaComponentpublic org.uberfire.client.workbench.ouia.OuiaComponentIdAttribute ouiaComponentId()
ouiaComponentId in interface org.uberfire.client.workbench.ouia.OuiaComponentpublic Consumer<org.uberfire.client.workbench.ouia.OuiaAttribute> ouiaAttributeRenderer()
ouiaAttributeRenderer in interface org.uberfire.client.workbench.ouia.OuiaComponentCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.