Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FilterPromptControl

Index

Constructors

constructor

  • new FilterPromptControl(element: UxInputElement, modalService: UxModalService): FilterPromptControl

Properties

disabled

disabled: any = false

element

element: UxInputElement

focused

focused: boolean = false

modalService

modalService: UxModalService

promptLabel

promptLabel: string = 'Filter value'

promptPlaceholder

promptPlaceholder: string = ''

promptText

promptText: string = ''

promptTitle

promptTitle: string = 'Add filter value'

readonly

readonly: any = false

value

value: string[]

Accessors

hasValue

  • get hasValue(): boolean

Methods

addValue

  • addValue(value: string): void

focus

  • focus(): Promise<void>

getValue

  • getValue(): string[]

removeValue

  • removeValue(value: string, event?: Event): void

setValue

  • setValue(value: any): void

valueChanged

  • valueChanged(): void

Generated using TypeDoc