Interface ListSelectorTextItemView
-
- All Superinterfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.workbench.ouia.OuiaComponent
- All Known Implementing Classes:
ListSelectorTextItemViewImpl
public interface ListSelectorTextItemView extends org.jboss.errai.ui.client.local.api.IsElement, org.uberfire.client.workbench.ouia.OuiaComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddClickHandler(org.uberfire.mvp.Command command)voidsetEnabled(boolean enabled)voidsetText(String text)
-
-
-
Method Detail
-
setText
void setText(String text)
-
setEnabled
void setEnabled(boolean enabled)
-
addClickHandler
void addClickHandler(org.uberfire.mvp.Command command)
-
-