Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SobyLookupSelectBox

Implements

Index

Constructors

constructor

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

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

    Returns SobyLookupSelectBox

Properties

Args

Args: any

ContainerClientId

ContainerClientId: string

DataService

DataService: soby_ServiceInterface = null

EmptyText

EmptyText: string = "Please Select"

FieldType

FieldType: number

IsValid

IsValid: boolean

ItemClassName

ItemClassName: string

ListItems

ListItems: SobyListItem[]

ShowEmptyOption

ShowEmptyOption: boolean = false

TitleFieldName

TitleFieldName: string = null

ValueFieldName

ValueFieldName: string = null

Methods

DrawChoiceItems

  • DrawChoiceItems(): void
  • Returns void

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