Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SobyTextBox

Implements

Index

Constructors

constructor

  • new SobyTextBox(containerClientId: string, fieldType: number, args: any): SobyTextBox
  • Parameters

    • containerClientId: string
    • fieldType: number
    • args: any

    Returns SobyTextBox

Properties

Args

Args: any

ContainerClientId

ContainerClientId: string

FieldType

FieldType: number

IsValid

IsValid: boolean

ItemClassName

ItemClassName: string

ListItems

ListItems: SobyListItem[]

Methods

GetValue

  • GetValue(): any

Initialize

  • Initialize(): void

Initialized

  • Initialized(): void

PopulateChoiceItems

  • PopulateChoiceItems(): void

SetValue

  • SetValue(value: string): void

Validate

  • Validate(): boolean

ValueBeingChanged

  • ValueBeingChanged(): void

ValueChanged

  • ValueChanged(): void

Generated using TypeDoc