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:
-
eventObject
_afterSelectionChange
-
event
Fires after tabView selection change.
Parameters:
-
eventObject
_defCancelFn
-
event
Selects the tabView child at index zero.
Parameters:
-
eventObject
_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:
-
valObject
_setTabView
-
val
Sets the tabView attribute.
Parameters:
-
valObject
_setToolbar
-
val
Sets the toolbar attribute.
Parameters:
-
valObject
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.