Show:

A base class for A.PropertyBuilderFieldSupport.

Constructor

Methods

_setFields

(
  • val
)
protected

Sets the fields attribute.

Parameters:

  • val Object

_updateFields

(
  • fields
)
protected

Updates the collection of fields.

Parameters:

  • fields Object

addField

(
  • field
  • index
)

Adds a single field in the field list.

Parameters:

  • field Object
  • index Object

createField

(
  • val
)

Creates a single field.

NOTE FOR DEVELOPERS: Yoy must implement this method.

Parameters:

  • val Object

createFields

(
  • val
)
A.ArrayList

Creates a collection of fields.

Parameters:

  • val Object

Returns:

A.ArrayList:

removeField

(
  • field
)

Removes a single field from the field list.

Parameters:

  • field Object

Properties

ATTRS

Object static

Static property used to define the default attribute configuration for the A.PropertyBuilderFieldSupport.

Attributes

fields

Array

The collection of fields.

Default: []

maxFields

Number

Defines the maximum number of fields.

Default: Infinity