ESRI.ArcGIS.ADF.Web.UI.WebControls | |
TreeViewPlusNode Class Methods | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : TreeViewPlusNode Class |
For a list of all members of this type, see TreeViewPlusNode members.
Name | Description | |
---|---|---|
AreChildrenValid | Method that should only be used when the TreeViewPlus container for the nodes is using RenderOnDemand. This function returns a value indicating if the child nodes have not been rendered or they have been invalidated since last render. | |
Clone | Overloaded. Clones the node and all child nodes, if any. | |
EnsureVisible | Expands the parent node(s) of the current node so that the current node is visible. | |
InvalidateChildNodes | Method that should only be used when the TreeViewPlus container for the nodes is using RenderOnDemand. This function will invalidate the child nodes so that the next time that Render is called, this node will re-render the child nodes down to the client. | |
Refresh | Refreshes the nodes and its children. | |
Remove | Removes this node from its parent's node collection. | |
Render | Renders the control to the specified HTML writer. |
Name | Description | |
---|---|---|
AddAttributesToRender | Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter. This method is used primarily by control developers. | |
anySiblingHasChildren | Whether any sibling node has child nodes. | |
RenderBeginChildrenContainer | Renders the beginning of the container for child nodes. | |
RenderBeginTag | Renders the begin tag of the node. | |
RenderChildren | Renders the node's children. | |
RenderEndChildrenContainer | Renders the ending of the container for child nodes. | |
RenderEndTag | Renders the ending tag of the node. | |
RenderNode | Renders the node. | |
RenderPaging | Renders node paging. | |
RenderPostTextCell | Renders any cell post-text. | |
RenderPreTextCell | Renders any cell pre-text. | |
RenderTextCell | Renders the node cell text. | |
setParent | Sets the parent node container. | |
setTreeViewPlus | Sets the tree view of the node. |