IPageAdapter Methods

 

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

NameDescription
System_CAPS_pubmethodCreateTemplatedUI(Boolean)

Called by base classes to create a templated UI.(Inherited from IControlAdapter.)

System_CAPS_pubmethodCreateTextWriter(TextWriter^)

Creates and returns a text writer suitable for the given adapters. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

System_CAPS_pubmethodDeterminePostBackMode(HttpRequest^, String^, String^, NameValueCollection^)

Called to determine the postback data collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

System_CAPS_pubmethodHandleError(Exception^, HtmlTextWriter^)

Returns true if it handles the error. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

System_CAPS_pubmethodHandlePagePostBackEvent(String^, String^)

Returns true if it handles the exception. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

System_CAPS_pubmethodHandlePostBackEvent(String^)

Returns true if the event was handled. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from IControlAdapter.)

System_CAPS_pubmethodLoadAdapterState(Object^)

Returns the adapter-specific view for a control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from IControlAdapter.)

System_CAPS_pubmethodLoadPostData(String^, NameValueCollection^, Object^, Boolean%)

Returns true if the adapter handles loading the post data. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from IControlAdapter.)

System_CAPS_pubmethodOnInit(EventArgs^)

Called after an object, such as a form or a page, is initialized. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from IControlAdapter.)

System_CAPS_pubmethodOnLoad(EventArgs^)

Loads data that pertains to a control, a page, or a device adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from IControlAdapter.)

System_CAPS_pubmethodOnPreRender(EventArgs^)

Called by the control's OnPreRender method, to perform adapter-specific work prior to rendering. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from IControlAdapter.)

System_CAPS_pubmethodOnUnload(EventArgs^)

Unloads data that pertains to a control, a page, or a device adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from IControlAdapter.)

System_CAPS_pubmethodRender(HtmlTextWriter^)

Called by the control's Render method to perform rendering. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from IControlAdapter.)

System_CAPS_pubmethodSaveAdapterState()

This method is called when the control saves its private view state. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from IControlAdapter.)

Return to top
Show: