![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
TreeViewPlus Class Methods | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : TreeViewPlus Class |
For a list of all members of this type, see TreeViewPlus members.
Name | Description | |
---|---|---|
![]() | ApplyStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
![]() | ApplyStyleSheetSkin | (Inherited from System.Web.UI.Control) |
![]() | BindToDataSet | Using this member, an ADO.NET Dataset can be used to create the Tree. |
![]() | ContextMenuDismissed | Call this method to reset the background of the node when context menu is dismissed. |
![]() | CopyBaseAttributes | (Inherited from System.Web.UI.WebControls.WebControl) |
![]() | DataBind | Overloaded. (Inherited from System.Web.UI.Control) |
![]() | Dispose | (Inherited from System.Web.UI.Control) |
![]() | FindControl | Overloaded. (Inherited from System.Web.UI.Control) |
![]() | FindNodeByValuePath | Searches for a node in the tree with a specified value path. |
![]() | Focus | (Inherited from System.Web.UI.Control) |
![]() | GetCallbackResult | Overridden. Returns the results of the client callback. |
![]() | GetRouteUrl | Overloaded. (Inherited from System.Web.UI.Control) |
![]() | GetScriptDescriptors | Overridden. Defines the collection of parameters and their associated values used when instantiating the Javascript object related to this control. |
![]() | GetScriptReferences | Returns a list of required clientside scripts for this webcontrol, based on the class' script attributes (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl) |
![]() | GetUniqueIDRelativeTo | (Inherited from System.Web.UI.Control) |
![]() | HasControls | (Inherited from System.Web.UI.Control) |
![]() | MergeStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
![]() | RaiseCallbackEvent | As part of the callback implementation for the control, stores the event argument passed to the control by the client. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl) |
![]() | RaisePostBackEvent | Processes a postback event that targets a control and returns the result. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl) |
![]() | Refresh | Overridden. Refreshes the tree using current properties. Useful when retrieving the CallbackResults of the control. |
![]() | RenderBeginTag | (Inherited from System.Web.UI.WebControls.WebControl) |
![]() | RenderControl | Overloaded. (Inherited from System.Web.UI.Control) |
![]() | RenderEndTag | (Inherited from System.Web.UI.WebControls.WebControl) |
![]() | ResolveClientUrl | (Inherited from System.Web.UI.Control) |
![]() | ResolveUrl | (Inherited from System.Web.UI.Control) |
![]() | SetRenderMethodDelegate | (Inherited from System.Web.UI.Control) |
![]() | SetupContextMenu | Assigns the context menu for the node. |
Name | Description | |
---|---|---|
![]() | AddAttributesToRender | (Inherited from System.Web.UI.WebControls.WebControl) |
![]() | AddParsedSubObject | (Inherited from System.Web.UI.Control) |
![]() | BuildProfileTree | (Inherited from System.Web.UI.Control) |
![]() | ClearCachedClientID | (Inherited from System.Web.UI.Control) |
![]() | ClearChildControlState | (Inherited from System.Web.UI.Control) |
![]() | ClearChildState | (Inherited from System.Web.UI.Control) |
![]() | ClearChildViewState | (Inherited from System.Web.UI.Control) |
![]() | ClearEffectiveClientIDMode | (Inherited from System.Web.UI.Control) |
![]() | CreateChildControls | Overridden. Adds the child controls of this control. |
![]() | CreateControlCollection | (Inherited from System.Web.UI.Control) |
![]() | CreateControlStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
![]() | DataBindChildren | (Inherited from System.Web.UI.Control) |
![]() | EnsureChildControls | (Inherited from System.Web.UI.Control) |
![]() | EnsureID | (Inherited from System.Web.UI.Control) |
![]() | GetDataRowHtmlTable | Returns the formatted HTML table for the data row. |
![]() | GetDataRowHtmlTableConverted | Returns the formatted HTML table for the data row. |
![]() | GetDesignModeState | (Inherited from System.Web.UI.Control) |
![]() | GetDesignModeWarnings | Method to be overridden by derivees so that they can respond during design time and add any configuration warning messages to be displayed. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl) |
![]() | GetHeaderFormatString | Gets the title format string for the data table. |
![]() | HasEvents | (Inherited from System.Web.UI.Control) |
![]() | IsLiteralContent | (Inherited from System.Web.UI.Control) |
![]() | LoadViewState | (Inherited from System.Web.UI.Control) |
![]() | OnBubbleEvent | (Inherited from System.Web.UI.Control) |
![]() | OnDataBinding | (Inherited from System.Web.UI.Control) |
![]() | OnInit | Overridden. Raises the System.Web.UI.Control.Init event. |
![]() | OnLoad | Overridden. Raises the System.Web.UI.Control.Load event. |
![]() | OnNodeCheck | Occurs when a node's checkbox is checked. |
![]() | OnNodeClear | Occurs when a node's contents is cleared. |
![]() | OnNodeClick | Occurs when a node in the treeview is clicked. |
![]() | OnNodeCollapse | Occurs when a node in the treeview is collapsed. |
![]() | OnNodeExpand | Occurs then a node is expanded in the treeview. |
![]() | OnNodeLegendClick | Occurs when the legend node is clicked. |
![]() | OnNodePageChange | Occurs when the node page is changed. |
![]() | OnNodeSelect | Occurs when a node in the treeview is selected. |
![]() | OnPreRender | (Inherited from System.Web.UI.Control) |
![]() | OnUnload | Overridden. On unload. |
![]() | RaiseBubbleEvent | (Inherited from System.Web.UI.Control) |
![]() | RecreateChildControls | (Inherited from System.Web.UI.WebControls.CompositeControl) |
![]() | Render | Overridden. Renders the control to the specified HTML writer. |
![]() | RenderAjaxControl | Registers start up script to create javascript controls. Called by the Render method. |
![]() | RenderContents | Overridden. Render the contents of the control to the specified writer. This method is used primarily by control developers. |
![]() | RenderDesignModeWarnings | If design mode is active and the derived class has configuration errors, then a standard template will be used to show these errors to the user and True is returned, else no warnings are displayed and false is returned. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl) |
![]() | ResolveAdapter | (Inherited from System.Web.UI.Control) |
![]() | SaveViewState | (Inherited from System.Web.UI.Control) |
![]() | SetDesignModeState | (Inherited from System.Web.UI.Control) |
![]() | TrackViewState | (Inherited from System.Web.UI.Control) |