ESRI.ArcGIS.ADF.Web.UI.WebControls
ActivityIndicatorNode Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : ActivityIndicatorNode Class




The following tables list the members exposed by ActivityIndicatorNode.

Public Constructors

 NameDescription
public ConstructorActivityIndicatorNode ConstructorOverloaded. Creates an instance by referencing the task and its job ID. Creates an instance by referencing the task, its job ID, and an image used in indicate activity.  
Top

Public Properties

 NameDescription
public PropertyAllowTextWrap Whether to allow text on the node to wrap to the width of the containing control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyAlwaysShowExpandCollapseButton Whether to display the expand/collapse button for the node, even if the node has no child nodes. Default is false. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyAttributes Attributes to be rendered on this node (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyBackColorBackground color of the control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyCheckedWhether the check-box on the node is checked. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyChildContainerAttributes Attributes to be rendered on the container that holds child nodes (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyClickBehavior The type of behavior for the node: Click (default), Link, Selectable, ExpandCollapse, and None. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyCustomLegendOnClick Custom action to perform when the legend is clicked. Overrides the default behavior that triggers the TreeViewPlus.NodeLegendClicked event. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyCustomOnClick Sets the onclick behavior for the node text to a custom string, overriding the default behavior. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyDataData object associated with this node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyDepth Read-only property that indicates the level of this node in the TreeViewPlus node hierarchy. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyEndRecordThe ending node item displayed on the current page display for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyExpandedWhether the node is currently expanded to display its child nodes. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyHideNodeShowChildren If true, the node is hidden and its children are rendered at the level of the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyLegendCollapsedImageImage to display when legend is collapsed for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyLegendExpandedImageImage to show when legend is expanded for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyNodeIDUnique ID for the node assigned by the server. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyNodesThe collection of child nodes of the current node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyNonInteractive Show only text (and legend image if any) taken from parent TreeViewPlus. Expand/collapse, checkboxes and mouse events will not be generated. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyNumberOfPages Read-only property for the total number of pages for the node, based on the number of nodes and the PageSize. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyOffsetRead-only property for the horizontal offset of the node from its StartingPosition due to collapse/expand image, check-box, etc. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyPageNumberCurrent page number of the node display. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyPageSizeNumber of child nodes to display per page. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyPagingTextFormatString The format string that defines how paging text appears. The fields are page starting record, page ending record, total record count, current page number and, number of pages. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyParentThe parent node of the current node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyShowCheckBox Whether to display a check-box to the left side of the node. Default is true. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyShowClearButton Whether to show a clear button (x) for the node. If clicked, the button removes the node from the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyStartingPosition Read-only property for the starting horizontal offset of the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyStartRecordThe starting node item displayed on the current page display for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyStyleAttributes Style attributes to be rendered on this node (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyTaskIDID of the task being executed.  
public PropertyTaskJobIDUnique identifier for the particular run of the task.  
public PropertyTextText to display at the head of the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyTextCellAttributesAttributes to add to the cell that contains the Text for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyTextCellStyleAttributesStyle attributes to add to the cell that contains the Text for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyToolTipTool tip text to display when the user hovers over the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyTreeViewPlus The TreeViewPlus control to which the node (or its parents) have been added. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyValueValue for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public PropertyValuePathFull path to the node including value properties of any parent nodes. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
Top

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. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public MethodCloneOverloaded. Clones the node and all child nodes, if any.Optionally clones the child nodes of the current node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public MethodEnsureVisible Expands the parent node(s) of the current node so that the current node is visible. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
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. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public MethodRefreshRefreshes the nodes and its children. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public MethodRemoveRemoves this node from its parent's node collection. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
public MethodRender Renders the control to the specified HTML writer. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
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. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
protected MethodRenderBeginChildrenContainerRenders the beginning of the container for child nodes. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
protected MethodRenderBeginTagRenders the begin tag of the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
protected MethodRenderChildrenRenders the node's children. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
protected MethodRenderEndChildrenContainerRenders the ending of the container for child nodes. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
protected MethodRenderEndTagRenders the ending tag of the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
protected MethodRenderNodeRenders the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
protected MethodRenderPagingRenders node paging. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
protected MethodRenderPostTextCellRenders any cell post-text. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
protected MethodRenderPreTextCellRenders any cell pre-text. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
protected MethodRenderTextCellRenders the node cell text. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode)
Top

See Also

© 2011 All Rights Reserved.