Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FilterChipsControl

Index

Constructors

constructor

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

Properties

disabled

disabled: any = false

element

element: UxInputElement

focused

focused: boolean = false

labelKey

labelKey: string = ''

modalService

modalService: UxModalService

multiple

multiple: any = false

options

options: any[] = ...

readonly

readonly: any = false

value

value: any

valueKey

valueKey: string = ''

Accessors

hasValue

  • get hasValue(): boolean

Methods

Private fixValue

  • fixValue(): void

getValue

  • getValue(): any

isSelected

  • isSelected(v: any): boolean

setValue

  • setValue(value: any): void

toggle

  • toggle(value: any): void

valueChanged

  • valueChanged(newValue?: any, oldValue?: any): void

Generated using TypeDoc