A.FormBuilderFieldType Class
A base class for A.FormBuilderFieldType
.
Constructor
A.FormBuilderFieldType
-
config
Parameters:
-
config
ObjectObject literal specifying widget configuration properties.
Methods
_afterDisabledChange
()
protected
Fired after the disabled
attribute is set.
_afterIconChange
-
event
Fired after the icon
attribute is set.
Parameters:
-
event
CustomEventThe fired event
_afterLabelChange
()
protected
Fired after the label
attribute is set.
_onMouseLeave
()
protected
Fire when mouseleave
the field type.
_onMouseOver
()
protected
Fire when mouseover
the field type.
_uiSetDisabled
-
disabled
Updates the UI according to the value of the disabled
attribute.
Parameters:
-
disabled
Boolean
destructor
()
protected
Destructor implementation for A.FormBuilderFieldType
. Lifecycle.
initializer
()
protected
Constructor for A.FormBuilderFieldType
. Lifecycle.
Properties
ATTRS
Object
static
Static property used to define the default attribute
configuration for the A.FormBuilderFieldType
.