ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace (ESRI.ArcGIS.ADF.Web.UI.WebControls) | |
See Also Inheritance Hierarchy |
Class | Description | |
---|---|---|
MapCenterAt | Server tool action for centering a Map control's extent at a point. | |
MapFullExtent | Draws buddied map controls at full extent. | |
MapPan | Server tool action for panning a Map control's display. | |
MapZoomIn | Server tool action for zooming in on a Map control's display to an envelope. | |
MapZoomOut | Server tool action for zooming out on a Map control's display based on an input rectangle. | |
ToolbarItemInfo | Provides information about the item on the toolbar that invoked an action on the server. | |
ToolboxDropDown | Generates OnSelectedIndexChanged event. |
Interface | Description | |
---|---|---|
IClientSidePostBackServerAction | Optional interface for server-side action classes for tools and commands that will handle the client-side post back and return the response to be sent back to the requesting function. | |
IMapServerCommandAction | Server action for a command operating on a map. A class that implements this interface may be used as the server-side action for a Command. | |
IMapServerDropDownBoxAction | The interface that must be implemented in order for a class to function as the server-side action of a DropDownBox. | |
IMapServerToolAction | The interface that should be implemented in order for a class to function as the server-side action of a Tool on a Toolbar associated with a set of Map controls. Also, the interface that needs to be implemented by the server-side component of a MapToolItem. | |
IPageServerCommandAction | Server action for a command operating on a PageLayout. A class that implements this interface may be used as the server-side action for a Command. | |
IPageServerDropDownBoxAction | The interface that must be implemented in order for a class to function as the server-side action of a DropDownBox used for a PageLayout. | |
IPageServerToolAction | The interface that should be implemented in order for a class to function as the server-side action of a Tool on a Toolbar associated with a set of PageLayout controls. Also, the interface that needs to be implemented by the server-side component of a PageToolItem. | |
IServerAction | Server action for a tool bar item or a tool item. | |
IToolbarItemSetup | Optional interface to be implemented by the server side action classes for tools and commands that require initialization and tear down. |