ESRI.ArcGIS.ADF.Web.UI.WebControls | |
MapResourceNode Class Methods | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapResourceNode Class |
For a list of all members of this type, see MapResourceNode members.
Name | Description | |
---|---|---|
AddLegend | Overridden. Adds a legend node with swatch to the TaskResults control. | |
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) | |
DisplayOnMap | Overridden. Displays the result item on map. | |
EnsureVisible | Expands the parent node(s) of the current node so that the current node is visible. (Inherited from TreeViewPlusNode) | |
GetResourceName | Overridden. Gets the resource name for this map resource. | |
GetVisibility | Overridden. Whether the layer is visible on the map. | |
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) | |
RemoveFromMap | Overridden. Remove result item from map | |
Render | Renders the control to the specified HTML writer. (Inherited from TreeViewPlusNode) | |
SetVisibility | Overridden. Sets the visibility of the node features on the map. |
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) |