Interface LiveSearchSelectorItem<TYPE>

  • All Superinterfaces:
    org.jboss.errai.common.client.api.IsElement
    All Known Implementing Classes:
    LiveSearchSelectorDropDownItem

    public interface LiveSearchSelectorItem<TYPE>
    extends org.jboss.errai.common.client.api.IsElement
    • Method Detail

      • getKey

        TYPE getKey()
      • reset

        void reset()
      • setMultipleSelection

        void setMultipleSelection​(boolean enable)
      • onItemClick

        void onItemClick()
      • select

        void select()
      • setSelectionCallback

        void setSelectionCallback​(org.uberfire.mvp.Command selectionCallback)