import SelectBoxesComponent from 'formiojs/src/components/selectboxes/SelectBoxes.js'
SelectBoxesComponent
Extends:
Static Member Summary
Static Public Members | ||
public static get |
builderInfo: {"title": string, "group": string, "icon": string, "weight": number, "documentation": string, "schema": *} |
Static Method Summary
Static Public Methods | ||
public static |
schema(extend: ...*): * |
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public get |
|
|
public get |
defaultValue: * |
|
public get |
emptyValue: * |
|
public get |
inputInfo: * |
|
public |
validators: * |
Method Summary
Public Methods | ||
public |
checkComponentValidity(data: *, dirty: *, rowData: *, options: *): * |
|
public |
getValue(): * |
|
public |
getValueAsString(value: *): * |
|
public |
init() |
|
public |
Only empty if the values are all false. |
|
public |
normalizeValue(value: *): * Normalize values coming into updateValue. |
|
public |
setValue(value: *, flags: *): * Set the value of this component. |
Inherited Summary
From class Field | ||
public |
render(element: *): * |
From class RadioComponent | ||
public static get |
builderInfo: {"title": string, "group": string, "icon": string, "weight": number, "documentation": string, "schema": *} |
|
public static |
schema(extend: ...*): * |
|
public get |
|
|
public get |
defaultValue: * |
|
public get |
|
|
public get |
inputInfo: * |
|
public get |
isRadio: * |
|
public |
currentValue: * |
|
public |
|
|
public |
validators: * |
|
public |
attach(element: *): * |
|
public |
detach(element: *) |
|
public |
getValue(): * |
|
public |
getValueAsString(value: *): * |
|
public |
init() |
|
public |
normalizeValue(value: *): * Normalize values coming into updateValue. |
|
public |
render(): * |
|
public |
|
|
public |
setValueAt(index: *, value: *) |
|
public |
updateValue(value: *, flags: *): * |
|
public |
validateValueAvailability(setting: *, value: *): boolean |
Static Public Members
Static Public Methods
public static schema(extend: ...*): * source
Override:
RadioComponent#schemaParams:
Name | Type | Attribute | Description |
extend | ...* |
Return:
* |
Public Constructors
Public Members
Public Methods
public checkComponentValidity(data: *, dirty: *, rowData: *, options: *): * source
Params:
Name | Type | Attribute | Description |
data | * | ||
dirty | * | ||
rowData | * | ||
options | * |
Return:
* |
public getValueAsString(value: *): * source
Override:
RadioComponent#getValueAsStringParams:
Name | Type | Attribute | Description |
value | * |
Return:
* |
public isEmpty(value: *): boolean source
Only empty if the values are all false.
Params:
Name | Type | Attribute | Description |
value | * |
public normalizeValue(value: *): * source
Normalize values coming into updateValue.
Override:
RadioComponent#normalizeValueParams:
Name | Type | Attribute | Description |
value | * |
Return:
* |
public setValue(value: *, flags: *): * source
Set the value of this component.
Params:
Name | Type | Attribute | Description |
value | * | ||
flags | * |
Return:
* |