Interface LiveSearchSelectorItemView<PRESENTER extends LiveSearchSelectorItem<TYPE>,​TYPE>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void render​(String value)  
      void reset()  
      void select()  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface org.jboss.errai.common.client.api.IsElement

        getElement
    • Method Detail

      • render

        void render​(String value)
      • select

        void select()
      • reset

        void reset()