IgcComboEditorComponent

new IgcComboEditorComponent(): IgcComboEditorComponent

Returns IgcComboEditorComponent

htmlTagName: string
actualBackgroundColor: string
actualBaseTheme: BaseControlTheme
actualBorderColor: string
actualBorderWidth: number
actualContentPaddingBottom: number
actualContentPaddingLeft: number
actualContentPaddingRight: number
actualContentPaddingTop: number
actualCornerRadiusBottomLeft: number
actualCornerRadiusBottomRight: number
actualCornerRadiusTopLeft: number
actualCornerRadiusTopRight: number
actualDensity: ControlDisplayDensity
actualFocusBorderColor: string
actualFocusBorderWidth: number
actualFocusUnderlineColor: string
actualFocusUnderlineOpacity: number
actualFocusUnderlineRippleOpacity: number
actualHoverUnderlineColor: string
actualHoverUnderlineOpacity: number
actualHoverUnderlineWidth: number
actualLabelTextColor: string
actualLabelVisible: boolean
actualNoMatchesFoundLabel: string

actualNoMatchesFoundLabelBackgroundColor

Section titled "actualNoMatchesFoundLabelBackgroundColor"
actualNoMatchesFoundLabelBackgroundColor: string
actualNoMatchesFoundLabelTextColor: string
actualTextColor: string
actualUnderlineColor: string
actualUnderlineOpacity: number
actualUnderlineRippleColor: string
actualUnderlineRippleOpacity: number
actualUnderlineRippleWidth: number
actualUnderlineWidth: number
actualValueField: string[]
allowFilter: boolean
backgroundColor: string
baseTheme: BaseControlTheme
borderColor: string
borderWidth: number
change: object
changing: object
contentPaddingBottom: number
contentPaddingLeft: number
contentPaddingRight: number
contentPaddingTop: number
cornerRadiusBottomLeft: number
cornerRadiusBottomRight: number
cornerRadiusTopLeft: number
cornerRadiusTopRight: number
dataSource: any
dataSourceDesiredProperties: string[]
density: ControlDisplayDensity
dropDownButtonVisible: boolean
fields: string[]
focusBorderColor: string
focusBorderWidth: number
focusUnderlineColor: string
focusUnderlineOpacity: number
focusUnderlineRippleOpacity: number
gotFocus: object
height: string
hoverUnderlineColor: string
hoverUnderlineOpacity: number
hoverUnderlineWidth: number
isFixed: boolean
keyDown: object
label: string
labelTextColor: string
labelTextStyle: string
lostFocus: object
noMatchesFoundLabel: string
noMatchesFoundLabelBackgroundColor: string
noMatchesFoundLabelTextColor: string
noMatchesFoundLabelTextStyle: string
openAsChild: boolean
placeholder: string
selectedValueChanged: object
text: string
textChange: object
textColor: string
textField: string
textStyle: string
textValueChanged: object
underlineColor: string
underlineOpacity: number
underlineRippleColor: string
underlineRippleOpacity: number
underlineRippleWidth: number
underlineWidth: number
useTopLayer: boolean
value: any
valueChange: object
valueField: string[]
width: string

Gets the actual data source that is being used by the combo box list. If a collection was provided for the combo box data, an implicit LocalDataSource has been created, and this is available via this property.

get actualDataSource(): IDataSource

Returns IDataSource

get i(): ComboEditor

Returns ComboEditor

get observedAttributes(): string[]

Returns string[]

afterContentInit(): void

Returns void

attributeChangedCallback(name: string, oldValue: string, newValue: string): void

Parameters

  • name: string
  • oldValue: string
  • newValue: string

Returns void

Programmatically closes the list.

closeUp(): void

Returns void

connectedCallback(): void

Returns void

destroy(): void

Returns void

disconnectedCallback(): void

Returns void

Programmatically drops down the list.

dropDown(): void

Returns void

enableDisableFiltering(allowFilter: boolean): void

Parameters

  • allowFilter: boolean

Returns void

ensureActualContentPadding(): void

Returns void

ensureActualCornerRadius(): void

Returns void

ensureContentPadding(): void

Returns void

ensureCornerRadius(): void

Returns void

Returns a serialized copy of the exported visual model

exportSerializedVisualModel(): string

Returns string

Exports visual information about the current state of the grid.

exportVisualModel(): any

Returns any

findByName(name: string): any

Parameters

  • name: string

Returns any

Selects all the text in the combo input area.

select(): void

Returns void

selectGridRow(index: number): void

Parameters

  • index: number

Returns void

updateStyle(): void

Returns void

verifyDisplayText(): void

Returns void

register(): void

Returns void