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
      void addClickHandler​(org.uberfire.mvp.Command command)  
      void setEnabled​(boolean enabled)  
      void setText​(String text)  
      • Methods inherited from interface org.jboss.errai.ui.client.local.api.IsElement

        getElement
      • Methods inherited from interface org.uberfire.client.workbench.ouia.OuiaComponent

        initOuiaComponentAttributes, ouiaAttributeRenderer, ouiaComponentId, ouiaComponentType
    • Method Detail

      • setText

        void setText​(String text)
      • setEnabled

        void setEnabled​(boolean enabled)
      • addClickHandler

        void addClickHandler​(org.uberfire.mvp.Command command)