ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditorTask Class Methods
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace : EditorTask Class




For a list of all members of this type, see EditorTask 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 ESRI.ArcGIS.ADF.Web.UI.WebControls.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.  Execute task.  
Public MethodFindControlOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodFocus (Inherited from System.Web.UI.Control)
Public MethodGetCallbackResultReturns the results of the client callback as a string. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public MethodGetGISResourceItemDependenciesOverridden.  Get resource dependencies.  
Public MethodGetScriptDescriptors Gets a collection of script descriptors that represent JavaScript client components. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Public MethodGetScriptReferences 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)
Public MethodGetSupportedBuddyControlTypes Gets an array of types for the buddy controls supported in the TaskResultsContainers collection. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public MethodHasControls (Inherited from System.Web.UI.Control)
Public MethodHideFloatingPanel Hides the FloatingPanel. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.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 ESRI.ArcGIS.ADF.Web.UI.WebControls.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 ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Public MethodRaisePostBackEvent Processes a postback event that targets a control and returns the result. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Public MethodRefreshOverridden.  Refreshes the contents of this control to its CallbackResultCollection.  
Public MethodRefreshChildControls Refresh child controls. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public MethodRenderBeginTag (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodRenderControlOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodRenderEndTagOverridden.  Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.  
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 ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public MethodShowFloatingPanel Shows the FloatingPanel. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Top

Protected Methods

 NameDescription
Protected MethodAddAttributesToRender Adds needed attributes for rendering the control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.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.  Called by the ASP.NET page framework to notify server controls that use composition-based implementations to create any child controls they contain in preparation for posting back or rendering.  
Protected MethodCreateControlCollection (Inherited from System.Web.UI.Control)
Protected MethodCreateControlStyle (Inherited from System.Web.UI.WebControls.WebControl)
Protected MethodCreateEditor Creates the Editor used by the EditorTask.  
Protected MethodCreateSettingsPanel Creates the EditorSettingsPanel used by the EditorTask.  
Protected MethodDataBindChildren (Inherited from System.Web.UI.Control)
Protected MethodDisplayResults Displays the results of task execution in the task results control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.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 ESRI.ArcGIS.ADF.Web.UI.WebControls.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 ESRI.ArcGIS.ADF.Web.UI.WebControls.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 ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodOnDataBinding (Inherited from System.Web.UI.Control)
Protected MethodOnEditorPanelsCreated Raises the EditorPanelsCreated event.  
Protected MethodOnExpand Occurs when the panel is expanded. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodOnHide Occurs when the panel is hidden. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodOnInit Called on initialization stage. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodOnLoadOverridden.  Raises the System.Web.UI.Control.Load event.  
Protected MethodOnPostAttributeEdit Raises the PostAttributeEdit event.  
Protected MethodOnPostCommandExecute Raises the PostCommandExecute event.  
Protected MethodOnPostToolExecute Raises the PostToolExecute event.  
Protected MethodOnPreAttributeEdit Raises the PreAttributeEdit event.  
Protected MethodOnPreCommandExecute Raises the PreCommandExecute event.  
Protected MethodOnPreRender Called at PreRender stage of the control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodOnPreToolExecute Raises the PreToolExecute event.  
Protected MethodOnRenderContents Occurs when the panel renders its contents. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodOnSettingsPanelsCreated Raises the SettingsPanelsCreated event.  
Protected MethodOnSetVersion Raises the SetVersion event.  
Protected MethodOnShow Occurs when the panel is shown. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodOnToolsCreated Raises the ToolsCreated event.  
Protected MethodOnUnload Saves the control's state and raises the Unload event. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.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 ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Protected MethodRenderBeginFrame Renders the beginning frame of the floating panel. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodRenderChildrenOverridden.  Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.  
Protected MethodRenderContents Renders the control contents to the writer. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.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 ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Protected MethodRenderDesignTimeHtml Renders the HTML for the design-time view of the task. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Protected MethodRenderDockButton Renders the Dock button. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodRenderEndFrame Renders the ending frame of the floating panel. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodRenderExpandCollapseButton Renders the Expand/Collapse button. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodRenderHiddenFields Renders the hidden fields for the floating panel. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected MethodRenderTitleCellButtons Render title cell buttons (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.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 ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Protected MethodSetDesignModeState (Inherited from System.Web.UI.Control)
Protected MethodSetRefreshFlagSetRefreshFlag. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Protected MethodStartTaskActivityIndicator Displays an indicator in the task results that the task has begun its execution. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Protected MethodTrackViewState Overridden to handle BuddyControl viewstate. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Top

See Also

© 2010 All Rights Reserved.