Home Reference Source
public class | source

NestedArrayComponent

Extends:

src/Element.js~ElementComponentFieldNestedComponentNestedDataComponent → NestedArrayComponent

Member Summary

Public Members
public get
public get
public set
Private Members
private

Method Summary

Public Methods
public

checkData(data: *, flags: *, row: *): *

public

checkRow(method: *, data: *, opts: *, row: *, components: *): *

public

checkRows(method: *, data: *, opts: *, defaultValue: *): *

public

componentContext(component: *): *

public

Inherited Summary

From class Component
public static

schema(sources: ...*): *

public static

tableView(value: *, options: *)

Provides a table view for this component.

public get
public get
public get
public get

Retrieves the CSS class name of this component.

public get
public set
public get

Build the custom style from the layout values

public get

data: *

public set
public get
public get

dataValue: *: *

Get the static value of this component.

public set

dataValue(value: *)

Sets the static value of this component.

public get
public get
public get
public get

Return if the component is disabled.

public set

disabled(disabled: boolean)

Disable this component.

public get

The empty value for this component.

public get

errorLabel: *: *

Returns the error label for this component.

public get

errors: *

public get
public get
public get
public get
public get
public get
public get

key: *

public get

label: *

Get this component's label text.

public set

label(value: *)

Set this component's label text and render it.

public get
public get
public get
public get
public get
public get

logic: *

public get

name: string: *

The readible name for this component.

public get
public set
public get
public set
public get

ready: *

public get
public get

rootValue: *: *

Get the data value at the root level.

public get

schema: *

Returns the JSON schema for this component.

public get
public get

Return the submission timezone.

public get
public get

tree: *

public get
public get
public get
public set

visible(value: *)

public get

wysiwygDefault: {"quill": *, "ace": *, "ckeditor": *, "tiny": *, "default": *}

public

If the component has been attached

public
public

The Form.io component JSON schema.

public
public

element: *

public

The existing error that this component has.

public

id: *

public

info: *

The element information for creating the input element.

public
public
public

Points to the parent component.

public

The data path to this specific component instance.

public

If this input has been input and provided value.

public

quill: *

public
public
public

refs: {}

References to dom elements

public

If the component has been rendered

public

Points to the root component, usually the FormComponent.

public

The row path of this component.

public

Tool tip text after processing

public

list of attached tooltips

public
public

Used to trigger a redraw event within this component.

public

type: *

public

Set the validator instance.

public

validators: [string]

The validators that are assigned to this component.

private
private

_data: *

The data object in which this component resides.

private

Determines if this component is disabled, or not.

private

Determines if this component has a condition assigned to it.

private
private

Determines if this component is visible, or not.

private
private
public

addAce(element: *, settings: *, onChange: *): *

public

addCKE(element: *, settings: *, onChange: *): *

public

addClass(element: *, className: *): *

public

addInputError(message: *, dirty: *, elements: *)

public

addMessages(message: *, dirty: *)

Add a new input error to this element.

public

addQuill(element: *, settings: *, onChange: *): *

public

addShortcut(element: *, shortcut: *)

public

addTiny(element: *, settings: *, onChange: *): *

public

append(element: *)

public

applyActions(newComponent: *, actions: *, result: *, row: *, data: *): *

public

asString(value: *): *

Prints out the value of this component as a string value.

public

attach(element: *): *

public
public
public

beforeNext(): *

public

beforePage(): *

Called before a next and previous page is triggered allowing the components to perform special functions.

public

Called before a submission is triggered allowing the components to perform special async functions.

public

build(element: *): *

public

calculateComponentValue(data: *, flags: *, row: *): *

public

Performs calculations in this component plus any child components.

public

checkAsyncValidity(data: *, dirty: *, row: *): *

public

checkComponentConditions(data: *, flags: *, row: *): *

Check for conditionals and hide/show the element based on those conditions.

public

checkComponentValidity(data: *, dirty: *, row: *): boolean

Checks the validity of this component and sets the error message if it is invalid.

public

checkCondition(row: *, data: *): boolean

Checks the condition of this component.

public

Checks conditions for this component and any sub components.

public

checkData(data: *, flags: *): *

Check the conditions, calculations, and validity of a single component and triggers an update if something changed.

public

checkRefresh(refreshData: *, changed: *)

public

checkRefreshOn(changed: *)

public

checkTemplate(templates: *, names: *, modes: *): *

public

checkTemplateMode(templatesByName: *, modes: *): *

public

checkValidity(data: *, dirty: *, row: *): *

public

clear()

public
public
public

Check if this component is conditionally visible.

public

Perform a calculated value operation.

public

createModal(element: *, attr: *): *

public
public

Deletes the value of the component.

public
public

detach()

Remove all event handlers.

public
public

elementInfo(): {"type": string, "component": *, "changeEvent": string, "attr": *}

Get the element information.

public

errorMessage(type: *): *

Get the error message provided a certain type of error.

public

evalContext(additional: *): *

Create an evaluation context for all script executions and interpolations.

public

fieldLogic(data: *): *

Check all triggers and apply necessary actions.

public

focus()

public
public

getElement(): HTMLElement

Returns the outside wrapping element of this component.

public

getIcon(name: *, content: *, styles: *, ref: string): *

public

getLabelInfo(): {"isRightPosition": *, "isRightAlign": *, "labelStyles": *, "contentStyles": *}

public
public

getModifiedSchema(schema: *, defaultSchema: *): *

Returns only the schema that is different from the default.

public

getRoot(): *

Get FormioForm element at the root of this component tree.

public

getTemplate(names: *, modes: *): *

public

getValue(): *

Get the input value of this component.

public

getValueAsString(value: *): *

public

getValueAt(index: *): *

Get the value at a specific index.

public

getView(value: *): *

public

getWidgetValueAsString(value: *): *

Uses the widget to determine the output string.

public

hasChanged(newValue: *, oldValue: *): boolean

Determine if the value of this component has changed.

public

hasClass(element: *, className: *): *

public

Determines if this component has a condition defined.

public

hasValue(data: *): *

Returns if this component has a value set.

public

iconClass(name: *, spinning: *): *

public

inContext(component: *): boolean

Checks to see if a separate component is in the "context" of this component.

public

init()

public

invalidMessage(data: *, dirty: *): *

Returns the invalid message, or empty string if the component is valid.

public

isEmpty(value: *): *

public

isEqual(valueA: *, valueB: *): *

public
public

isValid(data: *, dirty: *): boolean

Returns if the component is valid or not.

public

Determines if the value of this component is hidden from the user as if it is coming from the server, but is protected.

public

itemValue(data: *, forceUseValue: boolean): *

public

itemValueForHTMLMode(value: *): *

public
public

loadRefs(element: *, refs: *)

public

mergeSchema(component: {}): *

public

normalizeValue(value: *): *

Normalize values coming into updateValue.

public

onChange(flags: *, fromRoot: *): *

public

performInputMapping(input: *): *

public

prepend(element: *)

public

rebuild(): *

public

redraw(): *

public

refresh(value: *)

Refreshes the component with a new value.

public

removeChild(element: *)

public

removeClass(element: *, className: *): *

public
public

removeInputError(elements: *)

public

removeShortcut(element: *, shortcut: *)

public

Removes a value out of the data array and rebuild the rows.

public

render(children: undefined, topLevel: boolean): *

public

renderString(template: *, data: *, actions: *): HTMLElement

Render a template string into html.

public

renderTemplate(name: *, data: {}, modeOption: *): *

public

Resets the value of this component.

public

Restore the value of a control.

public

rightDirection(direction: *): *

public

sanitize(string: *): *

Sanitize an html string.

public

selectOptions(select: *, tag: *, options: *, defaultValue: *)

public

setComponentValidity(messages: *, dirty: *): *

public

setContent(element: *, content: *): boolean

public

setCustomValidity(messages: *, dirty: *, external: *)

public

setDisabled(element: *, disabled: *)

public

setErrorClasses(elements: *, dirty: *, hasErrors: *, hasMessages: *)

public

setLoading(element: *, loading: *)

public
public

setPristine(pristine: *)

Sets the pristine flag for this component.

public

setSelectValue(select: *, value: *)

public

setValue(value: *, flags: *): boolean

Set the value of this component.

public

setValueAt(index: *, value: *)

Set the value at a specific index.

public

shouldSkipValidation(data: *, dirty: *, row: *): *

public

size(size: *): *

public

splice(index: *)

Splice a value from the dataValue.

public

t(text: string, params: Object): *

Translate a text using the i18n system.

public

triggerRootChange(args: ...*)

public

unset()

public

updateComponentValue(flags: *): *

Update a value of this component.

public

updateItems(args: ...*)

public

updateOnChange(flags: *): boolean

Update the value on change.

public

updateValue(args: *): boolean

Updates the value of this component plus all sub-components.

public

Check if a component is eligible for multiple validation

public

whenReady(): *

From class Field
public

render(element: *): *

From class NestedComponent
public static

schema(extend: ...*): *

public get
public set
public get
public get
public set
public get

data: *

public set
public get
public get
public get
public set
public get

errors: *

public get
public get
public set
public get
public set
public get

ready: *

public get
public set
public get

schema: *

public get
public get

visible: *

public set
public
public
public
private
private

_data: *

private
public

addComponent(component: Object, data: Object, before: HTMLElement): Component

Add a new component to the components array.

public

addComponents(element: *, data: *)

public

attach(element: *): *

public

attachComponents(element: *, components: *, container: *): *

public

beforePage(next: *): *

Allow components to hook into the next page trigger to perform their own logic.

public

Allow components to hook into the submission to provide their own async data.

public

calculateValue(data: *, flags: *, row: *): *

public

checkAsyncValidity(data: *, dirty: *, row: *): *

public

checkConditions(data: *, flags: *, row: *): *

public

checkData(data: *, flags: *, row: *, components: *): *

public

checkValidity(data: *, dirty: *, row: *): *

public

clearOnHide(show: *)

public
public

createComponent(component: *, data: *): *

Create a new component and add it to the components array.

public
public
public

detach()

public

Perform an iteration over each component within this container component.

public

Perform a deep iteration over every component, including those within other container based components.

public
public

Returns a component provided a key.

public

Return a component provided the Id of the component.

public
public
public

getValue(): *

public

hasComponent(component: *): *

public

init(): *

public

isLastPage(): *

public

isValid(data: *, dirty: *): *

public

removeComponent(component: Component, components: Array<Component>)

Remove a component from the components array.

public

Removes a component provided the Id of the component.

public

Removes a component provided the API key of that component.

public

render(children: *): *

public

renderComponents(components: *): *

public
public
public

setNestedValue(component: *, value: *, flags: {}): *

public

setPristine(pristine: *)

public

setValue(value: *, flags: {}): *

public

shouldSkipValidation(data: *, dirty: *, row: *): *

public

updateValue(value: *, flags: {}): *

From class NestedDataComponent
public get
public

getValue(): *

Get the value of this component.

public
public

hasChanged(newValue: *, oldValue: *): *

public

updateValue(value: *, flags: {}): *

Public Members

public get iteratableRows source

public get rowIndex: * source

Override:

NestedComponent#rowIndex

public set rowIndex source

Override:

NestedComponent#rowIndex

Private Members

private _rowIndex: * source

Override:

NestedComponent#_rowIndex

Public Methods

public checkData(data: *, flags: *, row: *): * source

Check the conditions, calculations, and validity of a single component and triggers an update if something changed.

Override:

NestedComponent#checkData

Params:

NameTypeAttributeDescription
data *
flags *
row *

Return:

*

public checkRow(method: *, data: *, opts: *, row: *, components: *): * source

Params:

NameTypeAttributeDescription
method *
data *
opts *
row *
components *

Return:

*

public checkRows(method: *, data: *, opts: *, defaultValue: *): * source

Params:

NameTypeAttributeDescription
method *
data *
opts *
defaultValue *

Return:

*

public componentContext(component: *): * source

Override:

NestedComponent#componentContext

Params:

NameTypeAttributeDescription
component *

Return:

*

public hasAddButton(): * source

Return:

*