Class SearchProvider<T>Abstract

Abstract class implementing the search provider interface.

Type Parameters

Hierarchy (View Summary)

Implements

Constructors

Properties

_filtersChanged: Signal<SearchProvider<T>, void>
_stateChanged: Signal<SearchProvider<T>, void>
widget: T

The widget to search in

Accessors

Methods

  • Dispose of the resources held by the search provider.

    If the object's dispose method is called more than once, all calls made after the first will be a no-op.

    It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.

    Returns void