Name | Description | |
---|---|---|
![]() | NDiagramAjaxTechnology Constructor | Initializes a new instance of the NDiagramAjaxTechnology class, associated with a given web control. |
The following tables list the members exposed by NDiagramAjaxTechnology.
Name | Description | |
---|---|---|
![]() | NDiagramAjaxTechnology Constructor | Initializes a new instance of the NDiagramAjaxTechnology class, associated with a given web control. |
Name | Description | |
---|---|---|
![]() | DiagramControl | Gets the Nevron Diagram web control, associated by this instance of the NDiagramClientServerTechnology class. This property is initialized from the NDiagramClientServerTechnology constructor. (Inherited from Nevron.Diagram.WebForm.NDiagramClientServerTechnology) |
![]() | HasErrors | Gets a value that indicates if there are error exceptions collected at the moment of reading the value. Errors a are collected by calling the RememberHtmlExceptionMessage method of the NClientServerTechnology class. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | WebControl | Gets the web control, associated by this instance of the NClientServerTechnology class. This property is initialized from the NClientServerTechnology constructor. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
Name | Description | |
---|---|---|
![]() | DesignTimeTempFileName | Gets the path of the current temp image file with the rendered chart, which is used at design-time to display the chart image in designer. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | ImageFormat | Gets the image format, used to render the chart both at design- and run-time. Currently The value of this property is fiexed to an instance of the Nevron.GraphicsCore.NPngImageFormat class and cannot be modified. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
Name | Description | |
---|---|---|
![]() | CreateDesignTimeTempFile | Creates a temp image file with the rendered chart, which can be used at design-time to display the chart image in designer. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | DeleteDesignTimeTempFile | Deletes the current temp image file used at design-time to display the chart image in designer, if one is present. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | EnumerateScriptIncludes | Overridden. Enumerates all script files that implement the Nevron client-side AJAX framework and the client-side JavaScript NDiagramCallbackService class. |
![]() | EnumerateStateManagers | Overridden. Enumerates all state agents, applicable to this client-server technology. |
![]() | IsApplicable | Overridden. Tests if the client web browser supports callbacks and XML HTTP requests. |
![]() | OnCallbackEventHandlerGetCallbackResult | Overridden. This method is invoked from the GetCallbackResult method of the Nevron.UI.WebForm.Controls.NWebControl class (GetCallbackResult is a part of the implementation of ICallbackEventHandler). |
![]() | OnCallbackEventHandlerRaiseCallbackEvent | Overridden. Lets the web control to process an event, delegated from the client to the server through an AJAX callback. Calls the OnAsyncClick or OnAsyncDoubleClick or OnAsyncMouseMove or OnAsyncMouseDown or OnAsyncMouseUp or OnAsyncRefresh method of the associated web control. |
![]() | OnPostbackEventHandlerRaisePostbackEvent | This method is invoked from the RaisePostBackEvent method of the Nevron.UI.WebForm.Controls.NWebControl class (RaiseCallbackEvent is a part of the implementation of IPostBackEventHandler). By default does nothing. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | OnWebControlDesignTimeChanged | Updates the diagram on resize. (Inherited from Nevron.Diagram.WebForm.NDiagramClientServerTechnology) |
![]() | OnWebControlDesignTimeRender | Generates an HTML with image preview of the diagram control in design mode. (Inherited from Nevron.Diagram.WebForm.NDiagramClientServerTechnology) |
![]() | OnWebControlLoad | Overridden. Checks if there is a diagram web control state serialized in the session and if a diagram web control state is found, loads it to the associated Nevron Diagram web control. |
![]() | OnWebControlPreRender | This method is invoked from the overridden OnPreRender method of the Nevron.UI.WebForm.Controls.NWebControl class. The default implementation of this method registers the script files as provided by the EnumerateScriptIncludes() method. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | OnWebControlRender | Overridden. Creates the HTML, required to display the diagram image on the client and to activate the client-side AJAX JavaScript callback service. |
![]() | ProvideDefaultStateManager | Overridden. Provides an instance of the default state manager. |
Name | Description | |
---|---|---|
![]() | GetAction | Creates a new instance of a Nevron image HTTP handler. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | GetScriptsAction | Creates a new instance of a Nevron scripts HTTP handler. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | IsHttpHandlerRegistered | Tests if an HTTP handler is registered in the web.config file under the configuration section system.web/httpHandlers. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | IsHttpHandlerRegisteredIIS7 | Tests if an HTTP handler is registered in the web.config file under the configuration section system.webServer/handlers. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | RegisterImageHttpHandler | Registers an HTTP handler is the web.config file under the configuration section system.web/httpHandlers. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |
![]() | RegisterImageHttpHandlerIIS7 | Registers an HTTP handler is the web.config file under the configuration section system.webServer/handlers. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology) |