Skip to main content

EntityControl<Entity>

Extends

Type Parameters

Type ParameterDefault type
Entityany

Constructors

Constructor

new EntityControl<Entity>(options): EntityControl<Entity>;

Parameters

ParameterType
optionsEntityControlOptions

Returns

EntityControl<Entity>

Inherited from

AbstractValueControl.constructor

Accessors

definition

Get Signature

get definition(): EntityDefinition<Entity>;
Returns

EntityDefinition<Entity>


entityType

Get Signature

get entityType(): string;
Returns

string


parent

Get Signature

get parent(): any;
Returns

any


value

Get Signature

get value(): Value;
Returns

Value

Set Signature

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

void

Inherited from

AbstractValueControl.value

Methods

representAsBtn()

representAsBtn(): Btn;

Returns

Btn

Overrides

AbstractValueControl.representAsBtn


representAsComboBoxItems()

representAsComboBoxItems(options?): ComboBoxItem[];

Parameters

ParameterType
optionsRepresentAsComboBoxItemsEvent

Returns

ComboBoxItem[]

Overrides

AbstractValueControl.representAsComboBoxItems


representAsControl()

representAsControl(): Element;

Returns

Element

Overrides

AbstractValueControl.representAsControl


updateOptions()

updateOptions(options): void;

Parameters

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

Returns

void

Inherited from

AbstractValueControl.updateOptions