Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StringPartEditorField<T>

Type parameters

  • T

Hierarchy

Index

Constructors

constructor

Properties

Protected _component

_component: IFieldComponent

Protected Optional _el

Protected _input

_input: HTMLInputElement

Protected _key

_key: string

Protected _label

_label: HTMLLabelElement

Protected subscriptions

subscriptions: IDisposable[] = []

Accessors

Static propertyType

propertyType:

Methods

_getInputValue

  • _getInputValue(): T | string
  • Returns T | string

_onKeyUp

  • _onKeyUp(): void
  • Returns void

dispose

  • dispose(): void

getDOM

  • getDOM(): undefined | HTMLElement
  • Returns undefined | HTMLElement

getFullKeyName

  • getFullKeyName(): string

getValue

  • getValue(): T | string

setValue

  • setValue(v: any): void

Generated using TypeDoc