Skip to main content

ComposableComboBoxDirective<T>

Extends

  • ComboBoxDirective<T>

Type Parameters

Type ParameterDefault type
T extends ComboBoxItemComboBoxItem

Constructors

Constructor

new ComposableComboBoxDirective<T>(options2): ComposableComboBoxDirective<T>;

Parameters

ParameterType
options2ComposableComboBoxDirectiveOptions<T>

Returns

ComposableComboBoxDirective<T>

Overrides

ComboBoxDirective<T>.constructor

Properties

PropertyModifierTypeInherited from
_buttonspublicSet<Btn>ComboBoxDirective._buttons
currentListenerpublic() => any-
idreadonlystringComboBoxDirective.id

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

tabs

Get Signature

get tabs(): TabDirective[];
Returns

TabDirective[]


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

setParent()

setParent(parent): void;

Parameters

ParameterType
parentany

Returns

void

Inherited from

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

setSelectedTab()

setSelectedTab(tab): void;

Parameters

ParameterType
tabstring

Returns

void