Class: ObjectHandler

childApplicators~ObjectHandler(parent)

Handler for child applicator containers of object-typed form elements.

Constructor

new ObjectHandler(parent)

Class constructor.

Parameters:
Name Type Description
parent module:formElement~FormElement

The parent form element containing the child applicator containers to be handled.

Source:

Extends

  • ChildrenHandler

Methods

getInstance() → {any}

Retrieves the JSON instance expressed by the child applicator containers together with the inputted values.

Source:
Returns:

The JSON instance associated to the form element.

Type
any