ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditorTask Class Members
See Also  Fields  Properties  Methods  Events
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace : EditorTask Class




The following tables list the members exposed by EditorTask.

Public Constructors

 NameDescription
Public ConstructorEditorTask Constructor Constructor  
Top

Public Fields

 NameDescription
Public FieldStateManager All state management is done through this property. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Top

Protected Fields

 NameDescription
Protected Field_callbackArg Property for the callback event argument sent in from the calling page. Use CallbackEventArgument instead. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Protected FieldHtmlHelpButton An input button for help. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected FieldinputThe input data used to execute the task. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Protected FieldresultsThe results of the task execution. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Top

Public Properties

 NameDescription
Public PropertyAccessKey (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyActivityIndicatorImage URL of the image to display in the FloatingPanelTask while a task is executing. The image is only displayed for tasks that have ActivityIndicatorLocation set to InTaskTitleBar. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public PropertyActivityIndicatorLocation The location of an animated image that is displayed while the task is executing. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public PropertyAppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)
Public PropertyAttributeDisplay How attributes are displayed while editing.  
Public PropertyAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyAutoHide Gets or sets a value that indicates whether the panel will be hidden unless the user moves the cursor inside the panel. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyBackColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderWidth (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCallbackFunctionString Gets the callbackfunction string for this control instance. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Public PropertyCallbackResults A collection of CallbackResult objects for passing information from the server to the client during a callback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Public PropertyClientID (Inherited from System.Web.UI.Control)
Public PropertyCloseButton Whether the panel will display a Close button, which allows the user to close the panel. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyConflictLevel How conflicts are defined. Either when a second user edits the same feature (Row), or only when editing the same attributes of a feature (Column).  
Public PropertyConflictResolution Whether conflicting features are replaced by their representations in the target version or the current edit session.  
Public PropertyControls (Inherited from System.Web.UI.WebControls.CompositeControl)
Public PropertyControlStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyControlStyleCreated (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCreateNewFeatureTitle The title bar text of the editor panel used for creating new features.  
Public PropertyCssClass (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyDocked Gets or sets the value indicating whether the panel will be an immediate child of the html document's body or whether it is docked in its parent. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyDockingContainerElementIDGets or sets the ID of the container that will be used to dock the panel. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyDraggableWhether the user may drag the panel around the Web page. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyEditableLayers A list of the layer IDs for all layers that will be editable by the editor.  
Public PropertyEditAttributesTitle The title bar text of the editor panel used for editing the attributes of features.  
Public PropertyEditExistingFeatureTitle The title bar text of the editor panel used for editing the geometry of existing features.  
Public PropertyEditor The Editor used by this EditorTask.  
Public PropertyEditorSettingsTitle The title bar text of the floating panel used for displaying and changing editor settings.  
Public PropertyEnableChangeSettings Indicates if the editor settings exposed on the settings panel are configurable at run-time. If false, the settings panel is displayed with read-only settings.  
Public PropertyEnabled (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableEditAttributes Indicates if the editor task allows feature attributes to be edited.  
Public PropertyEnableEditExistingFeature Indicates if the editor task allows feature geometries to be edited.  
Public PropertyEnableNewFeatureCreation Indicates if the editor task allows new features to be created.  
Public PropertyEnableTheming (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableViewState (Inherited from System.Web.UI.Control)
Public PropertyExpandCollapseButtonWhether the panel will have expand and collapse buttons. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyExpanded Gets or sets a value indicating whether the panel will be expanded on startup. If False, the panel will be collapsed. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyFeatureHighlightColorOverridden.  The color to use for highlighting the feature selected for attribute editing.  
Public PropertyFeatureSelectionColor The color to use for highlighting selected features.  
Public PropertyFeatureSelectionMode If true, features intersecting the selection area will have their selection state toggled. If false, only features intersecting the selection area will be selected.  
Public PropertyFont (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyForeColor (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyGroupResultsByTable Whether the results of this task will have the results grouped by layers, or if false, display directly under the top-level result node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public PropertyHasAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHeight (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHeightResizableWhether the user can resize the panel's height. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyHelpUrl The url to the help file displayed by the help button (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyHideOnSubmit Property redefined here to hide base class definition since this is not relevant to this task.  
Public PropertyID (Inherited from System.Web.UI.Control)
Public PropertyInput Provides a location to store user inputs to the task in a persistent manner. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public PropertyIsAsync Returns true if this control is in a partial postback or a callback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Public PropertyKeepInForm Get or sets whether the ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel will be kept inside the form element. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyMap The Map Control displaying the map being edited.  
Public PropertyMapResource The map resource to be edited.  
Public PropertyNamingContainer (Inherited from System.Web.UI.Control)
Public PropertyNavigationPath The path to use when displaying the name of the task in a hierarchical navigation control that is buddied to the containing TaskManager control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public PropertyNotifyOnConflicts Whether to display a notification message when conflicts are detected and resolved whle saving edits.  
Public PropertyPage (Inherited from System.Web.UI.Control)
Public PropertyParent (Inherited from System.Web.UI.Control)
Public PropertyResource The name of the map resource being edited.  
Public PropertyResults Object to store results of the task, which are passed back to the client during the callback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public PropertySelectionLimit The maximum number of features that can be selected per application of the select features tool. Multiple executions of the select features tool are cumulative.  
Public PropertySelectionTolerance The distance, in pixels, when clicking to select features or vertices, that the cursor can be from an object and still be selected.  
Public PropertyShowDockButton Gets or sets a value indicating whether the panel is able to be docked and undocked from its container. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyShowDockedContextMenu Whether a context menu is shown when the panel is docked and the user right-clicks on the title bar. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyShowFeatureHighlight Indicates if the feature whose attributes are shown in the attribute editor panel should be highlighted.  
Public PropertyShowFieldAttributes Whether the results of this task will have the field attributes. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public PropertyShowHelp Whether to show the help button (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyShowLegend If true, displays a legend for a graphics layer in the task results control. Legend is only available if GroupByTable is True. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public PropertyShowSnapCircle Indicates if a cirle indicating the effective snapping region should be displayed when a tool that uses snapping is active.  
Public PropertyShowUrl Returns a string with a client-side command to display the task on the client. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public PropertySite (Inherited from System.Web.UI.Control)
Public PropertySkinID (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertySnapping The snapping rules to use while editing.  
Public PropertySnapTipColor The color to use for the snap tip location marker displayed when a snap enabled tool is active and the 's' key is pressed.  
Public PropertySnapTolerance The maximum distance in pixels for which snapping rules will be effective.  
Public PropertyStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTabIndex (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTaskActivityIndicatorText The text displayed in the TaskResults buddied to the task when the task begins its execution on the server. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public PropertyTaskResultsContainers The collection of task result containers that will receive and display the results of the task. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public PropertyTemplateControl (Inherited from System.Web.UI.Control)
Public PropertyTemplateSourceDirectory (Inherited from System.Web.UI.Control)
Public PropertyTitle The title bar text of the editor task.  
Public PropertyTitleBarBackgroundImageGets or sets the URL of an image to displayed on the title bar. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyTitleBarColor Gets or sets the color used to render the Title Bar. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyTitleBarCssClass Gets or sets the CSS Class to be used by the Title Bar. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyTitleBarForeColor Gets or sets the foreground color (typically the color of the text) of the Web server control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyTitleBarHeight Gets or sets the value indicating the height of the Title Bar. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyTitleBarSeparatorLine Gets or sets a value specifying whether to have a separator between the Title Bar and body of the panel. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyToolTip (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTransparency The percentage of transparency of the control on the page when being dragged, from 0 to 100. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyUniqueID (Inherited from System.Web.UI.Control)
Public PropertyUseDefaultWebResources The ADF Web Controls will use the internal web resources unless the user wants to use a modified version of the ESRI Javascript Library. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Public PropertyVersionIDs A list of all of the versions that will be editable by the editor. If the editable layers are non-versioned, then this property is ignored.  
Public PropertyVertexColor The color to use for displaying vertices.  
Public PropertyVisible Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from Control.) (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public PropertyWebResourceLocation The location of the web resources for use by the ADF Web Controls if the default Web resources are not used." (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Public PropertyWidth (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyWidthResizableWhether the user can resize the panel's width. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Top

Protected Properties

 NameDescription
Protected PropertyAdapter (Inherited from System.Web.UI.Control)
Protected PropertyCallbackEventArgument Property for the callback event argument sent in from the calling page. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Protected PropertyChildControlsCreated (Inherited from System.Web.UI.Control)
Protected PropertyClientIDSeparator (Inherited from System.Web.UI.Control)
Protected PropertyContext (Inherited from System.Web.UI.Control)
Protected PropertyDesignMode (Inherited from System.Web.UI.Control)
Protected PropertyEvents (Inherited from System.Web.UI.Control)
Protected PropertyHasChildViewState (Inherited from System.Web.UI.Control)
Protected PropertyHelpDialog Gets the HelpDialog of the control if the ShowHelp Dialog property is true. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected PropertyIdSeparator (Inherited from System.Web.UI.Control)
Protected PropertyIsAtRenderStage Returns true if this control is called through an asynchronous callback, or the refresh flag has been set and the page is in partial postback mode. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Protected PropertyIsChildControlStateCleared (Inherited from System.Web.UI.Control)
Protected PropertyIsEnabled (Inherited from System.Web.UI.WebControls.WebControl)
Protected PropertyIsTrackingViewState (Inherited from System.Web.UI.Control)
Protected PropertyIsViewStateEnabled (Inherited from System.Web.UI.Control)
Protected PropertyLoadViewStateByID (Inherited from System.Web.UI.Control)
Protected PropertyScriptManager Gets a reference to the scriptmanager of the page (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Protected PropertyTagKey Gets the tag key for the panel. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Protected PropertyTagName (Inherited from System.Web.UI.WebControls.WebControl)
Protected PropertyViewState (Inherited from System.Web.UI.Control)
Protected PropertyViewStateIgnoresCase (Inherited from System.Web.UI.Control)
Top

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

Public Events

 NameDescription
Public EventContentsRendered Occurs when the panel is rendered during the server-side rendering process. Does not occur on callbacks. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public EventDataBinding (Inherited from System.Web.UI.Control)
Public EventDisposed (Inherited from System.Web.UI.Control)
Public EventEditorPanelsCreated The event raised when the child EditorPanels are created.  
Public EventExecuteEvent that is raised when the task has executed. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask)
Public EventHide Occurs when the panel is hidden, when the user clicks the the Close button or the panel is hidden by code. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public EventInit (Inherited from System.Web.UI.Control)
Public EventLoad (Inherited from System.Web.UI.Control)
Public EventPanelCollapsed Occurs when the panel is collapsed, e.g., when the user clicks the Collapse button. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public EventPanelExpanded Occurs when the panel is expanded, e.g., when the user clicks the Expand button. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public EventPostAttributeEdit The event raised after a feature's attribute has been edited.  
Public EventPostCommandExecute The event raised after an EditorCommand's server action executes.  
Public EventPostToolExecute The event raised after an EditorTool's server action executes.  
Public EventPreAttributeEdit The event raised prior to editing a feature attribute.  
Public EventPreCommandExecute The event raised prior to an EditorCommand's server action execution.  
Public EventPreRender (Inherited from System.Web.UI.Control)
Public EventPreToolExecute The event raised prior to an EditorTool's server action execution.  
Public EventSettingsPanelsCreated The event raised when the SettingsPanel child EditorPanels are created.  
Public EventSetVersion The event raised when an edit version is selected.  
Public EventShownOccurs when the panel is displayed within the page. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel)
Public EventToolsCreated The event raised when an Editor toolbar is populated with Editor tools and commands.  
Public EventUnload (Inherited from System.Web.UI.Control)
Top

See Also

© 2010 All Rights Reserved.