EntityControl<Entity>
Extends
AbstractValueControl<Entity,EntityControlOptions<Entity>>
Type Parameters
| Type Parameter | Default type |
|---|---|
Entity | any |
Constructors
Constructor
new EntityControl<Entity>(options): EntityControl<Entity>;
Parameters
| Parameter | Type |
|---|---|
options | EntityControlOptions |
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
| Parameter | Type |
|---|---|
value | Value |
Returns
void
Inherited from
Methods
representAsBtn()
representAsBtn(): Btn;
Returns
Overrides
AbstractValueControl.representAsBtn
representAsComboBoxItems()
representAsComboBoxItems(options?): ComboBoxItem[];
Parameters
| Parameter | Type |
|---|---|
options | RepresentAsComboBoxItemsEvent |
Returns
Overrides
AbstractValueControl.representAsComboBoxItems
representAsControl()
representAsControl(): Element;
Returns
Element
Overrides
AbstractValueControl.representAsControl
updateOptions()
updateOptions(options): void;
Parameters
| Parameter | Type |
|---|---|
options | Partial<Omit<Options, "initialValue">> |
Returns
void