EntityInput
Extends
ControlInput<{OPTIONS:EntityInputOptions; } &ControlInputGenerics>
Constructors
Constructor
new EntityInput(options): EntityInput;
Parameters
| Parameter | Type |
|---|---|
options | EntityInputOptions |
Returns
EntityInput
Overrides
ControlInput<
{
OPTIONS: EntityInputOptions;
} & ControlInputGenerics
>.constructor
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
control | public | AbstractValueControl<any> | ControlInput.control |
options | public | EntityInputOptions & FormInputOptions<any> | ControlInput.options |
value | public | any | ControlInput.value |
Accessors
error
Get Signature
get error(): string;
Returns
string
Inherited from
ControlInput.error
label
Get Signature
get label(): string;
Returns
string
Inherited from
ControlInput.label
name
Get Signature
get name(): string;
Returns
string
Inherited from
ControlInput.name
placeholder
Get Signature
get placeholder(): string;
Returns
string
Inherited from
ControlInput.placeholder
valid
Get Signature
get valid(): boolean;
Returns
boolean
Inherited from
ControlInput.valid
visible
Get Signature
get visible(): boolean;
Returns
boolean
Inherited from
ControlInput.visible
Methods
dispose()
dispose(): void;
Returns
void
Inherited from
ControlInput.dispose
isValid()
isValid(): boolean;
Whether this field is valid. Hidden fields do not block the form.
Returns
boolean
Inherited from
ControlInput.isValid
remove()
remove(): void;
Returns
void
Inherited from
ControlInput.remove
renderControl()
renderControl(options): Element;
Parameters
| Parameter | Type |
|---|---|
options | FormInputRenderOptions |
Returns
Element
Inherited from
ControlInput.renderControl
renderInputWidget()
renderInputWidget(options): Element;
Parameters
| Parameter | Type |
|---|---|
options | FormInputRenderOptions |
Returns
Element
Inherited from
ControlInput.renderInputWidget
setValue()
setValue(value): void;
Parameters
| Parameter | Type |
|---|---|
value | any |
Returns
void
Inherited from
ControlInput.setValue
update()
update(options): void;
Parameters
| Parameter | Type |
|---|---|
options | Partial<Omit<T["OPTIONS"], "name" | "value">> |
Returns
void
Inherited from
ControlInput.update
validate()
validate(): void;
Returns
void
Inherited from
ControlInput.validate