Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FilterDateControl

Index

Constructors

constructor

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

Properties

datepickerControl

datepickerControl: HTMLElement

disabled

disabled: any = false

element

element: UxInputElement

format

format: string = 'DD-MM-YYYY'

modalService

modalService: UxModalService

readonly

readonly: any = false

value

value: Date

Accessors

hasValue

  • get hasValue(): boolean

Methods

focus

  • focus(): Promise<void>

getValue

  • getValue(): Date

setValue

  • setValue(value: any): void

valueChanged

  • valueChanged(): void

Generated using TypeDoc