Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FilterBooleanControl

Index

Constructors

constructor

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

Properties

disabled

disabled: any = false

element

element: UxInputElement

focused

focused: boolean = false

labelNo

labelNo: ""

labelType

labelType: "true" | "active" | "yes" | "on" | "custom" = 'true'

labelYes

labelYes: ""

modalService

modalService: UxModalService

readonly

readonly: any = false

value

value: boolean

Accessors

hasValue

  • get hasValue(): boolean

Methods

click

  • click(value: boolean): void

getValue

  • getValue(): boolean

setValue

  • setValue(value: any): void

valueChanged

  • valueChanged(): void

Generated using TypeDoc