ESRI.ArcGIS.ADF.Web.UI.WebControls
FloatingPanelTask Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : FloatingPanelTask Class




An abstract class used to create a task control that appears within a floating panel on the client.

Object Model





Syntax

Visual Basic (Declaration) 
<ClientScriptResourceAttribute(ComponentType="ESRI.ADF.Tasks", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.Tasks.release.js")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.Designers.TaskDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, 
   ChildrenAsProperties=True, 
   DefaultProperty="TaskResultsContainers")>
<PersistChildrenAttribute(Persist=False, UsesCustomPersistence=False)>
Public MustInherit Class FloatingPanelTask 
   Inherits FloatingPanel
   Implements IBuddyControlSupportITask 
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanelTask
C# 
[ClientScriptResourceAttribute(ComponentType="ESRI.ADF.Tasks", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.Tasks.release.js")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.Designers.TaskDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, 
   ChildrenAsProperties=true, 
   DefaultProperty="TaskResultsContainers")]
[PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)]
public abstract class FloatingPanelTask : FloatingPanel, IBuddyControlSupportITask  

Remarks

Tasks in the Web ADF allow the end user to perform a focused unit of work in the Web application. For example, the QueryAttributesTask finds features matching a value entered by the user. Most tasks in the Web ADF extend FloatingPanelTask, which allows the user to move the task around the browser window. Most tasks included in the Web ADF are in the ESRI.ArcGIS.ADF.Tasks assembly, one exception being the EditorTask.

All tasks, including FloatingPanelTask, implement the ITask interface. See that class for a description of the core properties of tasks.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.CompositeControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl
               ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask
                     ESRI.ArcGIS.ADF.ArcGISServer.Editor.EditorTask
                     ESRI.ArcGIS.ADF.Tasks.FindAddressTask
                     ESRI.ArcGIS.ADF.Tasks.GeoprocessingTask
                     ESRI.ArcGIS.ADF.Tasks.PrintTask
                     ESRI.ArcGIS.ADF.Tasks.QueryAttributesTask
                     ESRI.ArcGIS.ADF.Tasks.SearchAttributesTask
                     ESRI.ArcGIS.ADF.Web.UI.WebControls.UserControlTask

See Also

© 2010 All Rights Reserved.