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.

Public Methods

 NameDescription
Public MethodAreChildrenValid 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.  
Public MethodCloneOverloaded. Clones the node and all child nodes, if any.  
Public MethodEnsureVisible Expands the parent node(s) of the current node so that the current node is visible.  
Public MethodInvalidateChildNodes 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.  
Public MethodRefreshRefreshes the nodes and its children.  
Public MethodRemoveRemoves this node from its parent's node collection.  
Public MethodRender Renders the control to the specified HTML writer.  
Top

Protected Methods

 NameDescription
Protected MethodAddAttributesToRender 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.  
Protected MethodanySiblingHasChildrenWhether any sibling node has child nodes.  
Protected MethodRenderBeginChildrenContainerRenders the beginning of the container for child nodes.  
Protected MethodRenderBeginTagRenders the begin tag of the node.  
Protected MethodRenderChildrenRenders the node's children.  
Protected MethodRenderEndChildrenContainerRenders the ending of the container for child nodes.  
Protected MethodRenderEndTagRenders the ending tag of the node.  
Protected MethodRenderNodeRenders the node.  
Protected MethodRenderPagingRenders node paging.  
Protected MethodRenderPostTextCellRenders any cell post-text.  
Protected MethodRenderPreTextCellRenders any cell pre-text.  
Protected MethodRenderTextCellRenders the node cell text.  
Protected MethodsetParentSets the parent node container.  
Protected MethodsetTreeViewPlusSets the tree view of the node.  
Top

See Also

© 2010 All Rights Reserved.