ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ActivityIndicatorNode Class Methods | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : ActivityIndicatorNode Class |
For a list of all members of this type, see ActivityIndicatorNode 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. (Inherited from TreeViewPlusNode) | |
Clone | Overloaded. Clones the node and all child nodes, if any. (Inherited from TreeViewPlusNode) | |
EnsureVisible | Expands the parent node(s) of the current node so that the current node is visible. (Inherited from TreeViewPlusNode) | |
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. (Inherited from TreeViewPlusNode) | |
Refresh | Refreshes the nodes and its children. (Inherited from TreeViewPlusNode) | |
Remove | Removes this node from its parent's node collection. (Inherited from TreeViewPlusNode) | |
Render | Renders the control to the specified HTML writer. (Inherited from TreeViewPlusNode) |
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. (Inherited from TreeViewPlusNode) | |
anySiblingHasChildren | Whether any sibling node has child nodes. (Inherited from TreeViewPlusNode) | |
RenderBeginChildrenContainer | Renders the beginning of the container for child nodes. (Inherited from TreeViewPlusNode) | |
RenderBeginTag | Renders the begin tag of the node. (Inherited from TreeViewPlusNode) | |
RenderChildren | Renders the node's children. (Inherited from TreeViewPlusNode) | |
RenderEndChildrenContainer | Renders the ending of the container for child nodes. (Inherited from TreeViewPlusNode) | |
RenderEndTag | Renders the ending tag of the node. (Inherited from TreeViewPlusNode) | |
RenderNode | Renders the node. (Inherited from TreeViewPlusNode) | |
RenderPaging | Renders node paging. (Inherited from TreeViewPlusNode) | |
RenderPostTextCell | Renders any cell post-text. (Inherited from TreeViewPlusNode) | |
RenderPreTextCell | Renders any cell pre-text. (Inherited from TreeViewPlusNode) | |
RenderTextCell | Renders the node cell text. (Inherited from TreeViewPlusNode) | |
setParent | Sets the parent node container. (Inherited from TreeViewPlusNode) | |
setTreeViewPlus | Sets the tree view of the node. (Inherited from TreeViewPlusNode) |