goog.ds.BaseDataNode |
goog.ds.JsPropertyDataSource | goog.ds.BaseDataNode |
Gets a named child node of the current node
Arguments:
Returns: goog.ds.DataNode
The child node, or null if no node of
this name exists and opt_create is false.
|
code » | |||
Gets the value of a child node
|
code » | |||
Gets all of the child nodes of the current node.
Should return an empty DataNode list if no child nodes.
Arguments:
Returns: !goog.ds.DataNodeList
The child nodes.
|
code » | |||
Get the name of the node relative to the parent node
Returns: string
The name of the node.
|
code » | |||
Gets the a qualified data path to this node
Returns: string
The data path.
|
code » | |||
![]()
Gets the state of the backing data for this node
Returns: goog.ds.LoadState
The state.
|
code » | |||
![]()
Load or reload the backing data for this node
|
code » | |||
![]()
Set the value of the node
Arguments:
|
code » |
![]()
Gets the parent node. Subclasses implement this function
|
Code » |