Skip to main content

CascadingSearchEngineComboBoxDirective<T>

Extends

Type Parameters

Type ParameterDefault type
T extends ComboBoxItemComboBoxItem

Constructors

Constructor

new CascadingSearchEngineComboBoxDirective<T>(options): CascadingSearchEngineComboBoxDirective<T>;

Parameters

ParameterType
optionsCascadingSearchEngineComboBoxDirectiveOptions<T>

Returns

CascadingSearchEngineComboBoxDirective<T>

Overrides

ComboBoxDirective<
T,
CascadingSearchEngineComboBoxDirectiveOptions<T>
>.constructor

Properties

PropertyModifierTypeInherited from
_buttonspublicSet<Btn>ComboBoxDirective._buttons
currentListener?public() => any-
directivespublicComboBoxDirective<T, ComboBoxDirectiveOptions<T>>[]-
idreadonlystringComboBoxDirective.id
selectionspublicMap<ComboBoxDirective<T, ComboBoxDirectiveOptions<T>>, T>-

Accessors

buttons

Get Signature

get buttons(): Btn[];
Returns

Btn[]

Inherited from

ComboBoxDirective.buttons

currentDirective


searchPlaceholder

Get Signature

get searchPlaceholder(): string;
Returns

string

Inherited from

ComboBoxDirective.searchPlaceholder

subtitle

Get Signature

get subtitle(): string;
Returns

string

Inherited from

ComboBoxDirective.subtitle

title

Get Signature

get title(): string;
Returns

string

Inherited from

ComboBoxDirective.title

Methods

addButton()

addButton(btn): void;

Parameters

ParameterType
btnBtn

Returns

void

Inherited from

ComboBoxDirective.addButton

centerOnMobile()

centerOnMobile(): boolean;

Returns

boolean

Inherited from

ComboBoxDirective.centerOnMobile

dismiss()

dismiss(): void;

Returns

void

Overrides

ComboBoxDirective.dismiss

getContent()

getContent(): Element;

Returns

Element

Overrides

ComboBoxDirective.getContent

getPosition()

getPosition(): MousePosition;

Returns

MousePosition

Inherited from

ComboBoxDirective.getPosition

getSelected()

getSelected(): T[];

Returns

T[]

Inherited from

ComboBoxDirective.getSelected

setCurrentDirective()

setCurrentDirective(directive): void;

Parameters

ParameterType
directiveComboBoxDirective<T>

Returns

void


setParent()

setParent(parent): void;

Parameters

ParameterType
parentany

Returns

void

Overrides

ComboBoxDirective.setParent

setSearch()

setSearch(search): void;

Parameters

ParameterType
searchstring

Returns

void

Inherited from

ComboBoxDirective.setSearch

setSelected()

setSelected(items): void;

Parameters

ParameterType
itemsT[]

Returns

void

Overrides

ComboBoxDirective.setSelected