Interface LiveSearchSelectionHandler<TYPE>

    • Method Detail

      • clearSelection

        void clearSelection()
        Clears the selection
      • setLiveSearchSelectionCallback

        void setLiveSearchSelectionCallback​(org.uberfire.mvp.Command command)
        Sets the Command callback to notify the LiveSearchDropDown when there's a selection change.
        Parameters:
        command -
      • isMultipleSelection

        boolean isMultipleSelection()
        Determines if the handler supports multiple selection or not.
        Returns:
        True if supports multiple selection, false if not.