A.PropertyBuilderSettings Class
A base class for A.PropertyBuilderSettings
.
Constructor
A.PropertyBuilderSettings
()
Methods
_afterModelChange
-
event
Fires after one or more attributes on the model are changed.
Parameters:
-
event
Object
_afterSelectionChange
-
event
Fires after tabView
selection change.
Parameters:
-
event
Object
_defCancelFn
-
event
Selects the tabView
child at index zero.
Parameters:
-
event
Object
_handleCancelEvent
()
protected
Fires a cancel event.
_handleSaveEvent
()
protected
Fires a save event.
_renderPropertyList
()
protected
Creates an instance of A.PropertyList
in propertyList
attribute
and renders it.
_renderSettings
()
protected
Calls the _renderPropertyList
and _renderToolbar
functions.
_renderTabs
()
protected
Creates an instance of A.TabView
in tabView
attribute.
_renderToolbar
()
protected
Creates an instance of A.Toolbar
in toolbar
attribute and renders
it.
_setPropertyList
-
val
Sets the propertyList
attribute.
Parameters:
-
val
Object
_setTabView
-
val
Sets the tabView
attribute.
Parameters:
-
val
Object
_setToolbar
-
val
Sets the toolbar
attribute.
Parameters:
-
val
Object
Properties
ATTRS
Object
static
Static property used to define the default attribute
configuration for the A.PropertyBuilderSettings
.
HTML_PARSER
Object
static
Object hash, defining how attribute values have to be parsed from markup.