Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileDialogTreeFiltersRenderer

Hierarchy

  • ReactRenderer
    • FileDialogTreeFiltersRenderer

Index

Constructors

constructor

Properties

Readonly appliedFilters

appliedFilters: FileDialogTreeFilters

Readonly fileDialogTree

fileDialogTree: FileDialogTree

Readonly host

host: HTMLElement

Readonly options

Readonly suppliedFilters

suppliedFilters: FileDialogTreeFilters

Accessors

locationList

  • get locationList(): undefined | HTMLSelectElement

Methods

dispose

  • dispose(): void
  • Returns void

Protected doRender

  • doRender(): ReactNode

Protected Readonly handleFilterChanged

  • handleFilterChanged(e: ChangeEvent<HTMLSelectElement>): void

Protected onFilterChanged

  • onFilterChanged(e: ChangeEvent<HTMLSelectElement>): void

render

  • render(): void
  • Returns void

Protected renderLocation

  • renderLocation(value: string): ReactNode