Skip to main content

ComboBoxStore2

Extends

Constructors

Constructor

new ComboBoxStore2(): ComboBoxStore2;

Returns

ComboBoxStore2

Overrides

AbstractStore.constructor

Properties

PropertyTypeInherited from
loggerLoggerAbstractStore.logger

Accessors

directives


initialized

Inherited from

AbstractStore.initialized


name

Get Signature

get name(): string;
Returns

string

Inherited from

AbstractStore.name

Methods

getControls()

getControls(): AbstractSetting<AbstractSettingOptions>[];

Returns

AbstractSetting<AbstractSettingOptions>[]

Inherited from

AbstractStore.getControls


init()

init(): Promise<void>;

Returns

Promise<void>

Inherited from

AbstractStore.init


setLogger()

setLogger(logger): void;

Parameters

ParameterType
loggerLogger

Returns

void

Inherited from

AbstractStore.setLogger


show()

show<T>(directive): Promise<T>;

Type Parameters

Type Parameter
T extends ComboBoxDirective<ComboBoxItem, ComboBoxDirectiveOptions<ComboBoxItem>>

Parameters

ParameterTypeDescription
directiveTSimpleComboBoxDirective

Returns

Promise<T>


waitForReady()

waitForReady(): Promise<void>;

Returns

Promise<void>

Inherited from

AbstractStore.waitForReady