ComboBoxStore2
Extends
Constructors
Constructor
new ComboBoxStore2(): ComboBoxStore2;
Returns
ComboBoxStore2
Overrides
Properties
| Property | Type | Inherited from |
|---|---|---|
logger | Logger | AbstractStore.logger |
Accessors
directives
initialized
Inherited from
name
Get Signature
get name(): string;
Returns
string
Inherited from
Methods
getControls()
getControls(): AbstractSetting<AbstractSettingOptions>[];
Returns
AbstractSetting<AbstractSettingOptions>[]
Inherited from
init()
init(): Promise<void>;
Returns
Promise<void>
Inherited from
setLogger()
setLogger(logger): void;
Parameters
| Parameter | Type |
|---|---|
logger | Logger |
Returns
void
Inherited from
show()
show<T>(directive): Promise<T>;
Type Parameters
| Type Parameter |
|---|
T extends ComboBoxDirective<ComboBoxItem, ComboBoxDirectiveOptions<ComboBoxItem>> |
Parameters
| Parameter | Type | Description |
|---|---|---|
directive | T | SimpleComboBoxDirective |
Returns
Promise<T>
waitForReady()
waitForReady(): Promise<void>;
Returns
Promise<void>