goog.ds.BaseDataNode | |
goog.ds.JsPropertyDataSource | goog.ds.BaseDataNode |
parent
: goog.ds.DataNode
Parent object.
|
dataName
: string
Name of this property.
|
opt_parentDataNode
: goog.ds.DataNode=
The parent data node. If
omitted, assumes that the parent object is the parent data node.
|
Get the value of the node
Returns: Object
The value of the node, or null if no value.
|
code » | ||
Get the name of the node relative to the parent node
Returns: string
The name of the node.
|
code » | ||
![]()
No description.
|
code » | ||
![]()
Set the value of the node
Arguments:
|
code » |
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 » |
![]()
No description.
|
Code » |