nx.ui.AbstractComponent Class
Item Index
Methods
Methods
createComponent
()
static
Create component by json view.
destroy
()
Destroy the component.
detach
()
Detach the component from parent.
dispose
()
Dispose the component.
getBinding
(
-
prop
Get existing binding object for specified property.
Parameters:
-
propObject
Returns:
:
getContainer
(
nx.dom.Element
-
comp
Get the container for component.
Parameters:
-
compObject
Returns:
nx.dom.Element:
onAttach
()
Template method for component attach.
onChildAttach
()
Template method for child component attach.
onChildDetach
()
Template method for child component detach.
onDetach
()
Template method for component detach.
register
(
-
name -
value -
force
Register a resource.
setBinding
(
-
prop -
expr -
source
Set binding for specified property.
