Skip to main content

AbstractValueControl<Value, Options>

Extends

Extended by

Type Parameters

Type ParameterDefault type
Valueany
Options extends AbstractValueControlOptions<Value>AbstractValueControlOptions<Value>

Implements

Constructors

Constructor

new AbstractValueControl<Value, Options>(options): AbstractValueControl<Value, Options>;

Parameters

ParameterType
optionsOptions

Returns

AbstractValueControl<Value, Options>

Overrides

BaseObserver<AbstractValueControlListener<Value>>.constructor

Accessors

value

Get Signature

get value(): Value;
Returns

Value

Set Signature

set value(value): void;
Parameters
ParameterType
valueValue
Returns

void

Methods

representAsBtn()

abstract representAsBtn(): Btn;

Returns

Btn

Implementation of

AbstractControl.representAsBtn


representAsComboBoxItems()

abstract representAsComboBoxItems(options?): ComboBoxItem[];

Parameters

ParameterType
options?RepresentAsComboBoxItemsEvent

Returns

ComboBoxItem[]

Implementation of

AbstractControl.representAsComboBoxItems


representAsControl()

abstract representAsControl(options?): Element;

Parameters

ParameterType
options?RepresentAsControlOptions

Returns

Element

Implementation of

AbstractControl.representAsControl


updateOptions()

updateOptions(options): void;

Parameters

ParameterType
optionsPartial<Omit<Options, "initialValue">>

Returns

void