A.PropertyBuilderFieldSupport Class
Module: aui-promise
A base class for A.PropertyBuilderFieldSupport.
Constructor
A.PropertyBuilderFieldSupport
()
Index
Properties
- ATTRS static
Methods
_setFields
(
protected
-
val
Sets the fields attribute.
Parameters:
-
valObject
_updateFields
(
protected
-
fields
Updates the collection of fields.
Parameters:
-
fieldsObject
addField
(
-
field -
index
Adds a single field in the field list.
Parameters:
-
fieldObject -
indexObject
createField
(
-
val
Creates a single field.
NOTE FOR DEVELOPERS: Yoy must implement this method.
Parameters:
-
valObject
createFields
(
A.ArrayList
-
val
Creates a collection of fields.
Parameters:
-
valObject
Returns:
A.ArrayList:
removeField
(
-
field
Removes a single field from the field list.
Parameters:
-
fieldObject
Properties
ATTRS
Object
static
Static property used to define the default attribute
configuration for the A.PropertyBuilderFieldSupport.