Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ArSearchInput

Implements

  • UxComponent

Index

Constructors

constructor

  • new ArSearchInput(element: HTMLElement, styleEngine: StyleEngine): ArSearchInput

Properties

autofocus

autofocus: any = null

focused

focused: boolean = false

Private ignoreRawChanges

ignoreRawChanges: boolean

inputbox

inputbox: HTMLInputElement

placeholder

placeholder: string

rawValue

rawValue: string = ''

styleEngine

styleEngine: StyleEngine

theme

value

value: string

Methods

attached

  • attached(): void

bind

  • bind(): void

detached

  • detached(): void

focus

  • focus(): void

focusedChanged

  • focusedChanged(focused: boolean): void

getValue

  • getValue(): string

Private processRawValue

  • processRawValue(rawValue: string): any

rawValueChanged

  • rawValueChanged(newValue: string): void

setValue

  • setValue(value: any): void

themeChanged

  • themeChanged(newValue: any): void

Generated using TypeDoc