ESRI.ArcGIS.ADF.Web.UI.WebControls
UserControlTask Class Methods
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : UserControlTask Class




For a list of all members of this type, see UserControlTask members.

Public Methods

 NameDescription
Public MethodApplyStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodApplyStyleSheetSkin (Inherited from System.Web.UI.Control)
Public MethodCopyAppearance Copies appearance property from passed in floating panel. (Inherited from FloatingPanel)
Public MethodCopyBaseAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodDataBindOverloaded.  (Inherited from System.Web.UI.WebControls.CompositeControl)
Public MethodDispose (Inherited from System.Web.UI.Control)
Public MethodExecuteTaskOverridden.  Performs the main work of the task. Calls the task control panel's Execute method.  
Public MethodFindControlOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodFocus (Inherited from System.Web.UI.Control)
Public MethodGetCallbackResultOverridden.  Handles the client callback, for various events of the control.  
Public MethodGetGISResourceItemDependenciesOverridden.  Returns a collection of GISResourceItemDependency objects upon which the task depends.  
Public MethodGetScriptDescriptors Gets a collection of script descriptors that represent JavaScript client components. (Inherited from CompositeControl)
Public MethodGetScriptReferences Returns a list of required clientside scripts for this webcontrol, based on the class' script attributes (Inherited from CompositeControl)
Public MethodGetSupportedBuddyControlTypes Gets an array of types for the buddy controls supported in the TaskResultsContainers collection. (Inherited from FloatingPanelTask)
Public MethodHasControls (Inherited from System.Web.UI.Control)
Public MethodHideFloatingPanel Hides the FloatingPanel. (Inherited from FloatingPanel)
Public MethodMergeStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodOnExecuteTask Raises the Execute event. This method should be called after calling ExecuteTask. (Inherited from FloatingPanelTask)
Public MethodRaiseCallbackEvent As part of the callback implementation for the control, stores the event argument passed to the control by the client. (Inherited from CompositeControl)
Public MethodRaisePostBackEvent Processes a postback event that targets a control and returns the result. (Inherited from CompositeControl)
Public MethodRefresh Renders the contents of the control, including contained child controls, and adds the update to the CallbackResults of the FloatingPanel. (Inherited from FloatingPanel)
Public MethodRefreshChildControls Refresh child controls. (Inherited from FloatingPanelTask)
Public MethodRenderBeginTag (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodRenderControlOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodRenderEndTag (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodResolveClientUrl (Inherited from System.Web.UI.Control)
Public MethodResolveUrl (Inherited from System.Web.UI.Control)
Public MethodSetRenderMethodDelegate (Inherited from System.Web.UI.Control)
Public MethodShow Makes the task visible on the client, whether using a postback or callback. (Inherited from FloatingPanelTask)
Public MethodShowFloatingPanel Shows the FloatingPanel. (Inherited from FloatingPanel)
Top

Protected Methods

 NameDescription
Protected MethodAddAttributesToRender Adds needed attributes for rendering the control. (Inherited from FloatingPanel)
Protected MethodAddedControl (Inherited from System.Web.UI.Control)
Protected MethodAddParsedSubObject (Inherited from System.Web.UI.Control)
Protected MethodBuildProfileTree (Inherited from System.Web.UI.Control)
Protected MethodClearChildControlState (Inherited from System.Web.UI.Control)
Protected MethodClearChildState (Inherited from System.Web.UI.Control)
Protected MethodClearChildViewState (Inherited from System.Web.UI.Control)
Protected MethodCreateChildControlsOverridden.  Creates child controls. Loads the user control from the application and makes it the UI for this task.  
Protected MethodCreateControlCollection (Inherited from System.Web.UI.Control)
Protected MethodCreateControlStyle (Inherited from System.Web.UI.WebControls.WebControl)
Protected MethodDataBindChildren (Inherited from System.Web.UI.Control)
Protected MethodDisplayResults Displays the results of task execution in the task results control. (Inherited from FloatingPanelTask)
Protected MethodEnsureChildControls (Inherited from System.Web.UI.Control)
Protected MethodEnsureID (Inherited from System.Web.UI.Control)
Protected MethodGetDesignModeState (Inherited from System.Web.UI.Control)
Protected MethodGetDesignModeWarnings 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 CompositeControl)
Protected MethodHasEvents (Inherited from System.Web.UI.Control)
Protected MethodIsLiteralContent (Inherited from System.Web.UI.Control)
Protected MethodLoadControlState (Inherited from System.Web.UI.Control)
Protected MethodLoadViewState Overridden to handle BuddyControl view state. (Inherited from FloatingPanelTask)
Protected MethodMapPathSecure (Inherited from System.Web.UI.Control)
Protected MethodOnBubbleEvent (Inherited from System.Web.UI.Control)
Protected MethodOnCollapse Occurs when the panel is collapsed. (Inherited from FloatingPanel)
Protected MethodOnDataBinding (Inherited from System.Web.UI.Control)
Protected MethodOnExpand Occurs when the panel is expanded. (Inherited from FloatingPanel)
Protected MethodOnHide Occurs when the panel is hidden. (Inherited from FloatingPanel)
Protected MethodOnInit Called on initialization stage. (Inherited from FloatingPanel)
Protected MethodOnLoad Occurs when the floating panel is loaded. (Inherited from FloatingPanelTask)
Protected MethodOnPreRenderOverridden.  Executes logic that needs to fire after controls have been created, but before rendering. Used here to register a script for handling asynchronous updates if the MS AJAX framework is being used for asynchronous functionality.  
Protected MethodOnRenderContents Occurs when the panel renders its contents. (Inherited from FloatingPanel)
Protected MethodOnShow Occurs when the panel is shown. (Inherited from FloatingPanel)
Protected MethodOnUnload Saves the control's state and raises the Unload event. (Inherited from CompositeControl)
Protected MethodOpenFile (Inherited from System.Web.UI.Control)
Protected MethodRaiseBubbleEvent (Inherited from System.Web.UI.Control)
Protected MethodRecreateChildControls (Inherited from System.Web.UI.WebControls.CompositeControl)
Protected MethodRemovedControl (Inherited from System.Web.UI.Control)
Protected MethodRender Renders the task to the specified HTML writer. (Inherited from FloatingPanelTask)
Protected MethodRenderBeginFrame Renders the beginning frame of the floating panel. (Inherited from FloatingPanel)
Protected MethodRenderChildren Renders the child controls. (Inherited from FloatingPanel)
Protected MethodRenderContents Renders the control contents to the writer. (Inherited from FloatingPanel)
Protected MethodRenderDesignModeWarnings 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 CompositeControl)
Protected MethodRenderDesignTimeHtml Renders the HTML for the design-time view of the task. (Inherited from FloatingPanelTask)
Protected MethodRenderDockButton Renders the Dock button. (Inherited from FloatingPanel)
Protected MethodRenderEndFrame Renders the ending frame of the floating panel. (Inherited from FloatingPanel)
Protected MethodRenderExpandCollapseButton Renders the Expand/Collapse button. (Inherited from FloatingPanel)
Protected MethodRenderHiddenFields Renders the hidden fields for the floating panel. (Inherited from FloatingPanel)
Protected MethodRenderTitleCellButtons Render title cell buttons (Inherited from FloatingPanelTask)
Protected MethodResolveAdapter (Inherited from System.Web.UI.Control)
Protected MethodSaveControlState (Inherited from System.Web.UI.Control)
Protected MethodSaveViewState Overridden to handle BuddyControl view state. (Inherited from FloatingPanelTask)
Protected MethodSetDesignModeState (Inherited from System.Web.UI.Control)
Protected MethodSetRefreshFlagSetRefreshFlag. (Inherited from CompositeControl)
Protected MethodStartTaskActivityIndicator Displays an indicator in the task results that the task has begun its execution. (Inherited from FloatingPanelTask)
Protected MethodTrackViewState Overridden to handle BuddyControl viewstate. (Inherited from FloatingPanelTask)
Top

See Also

© 2010 All Rights Reserved.