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:
-
val
Object
_updateFields
(
protected
-
fields
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
(
A.ArrayList
-
val
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
.