WebPartMobileAdapter Methods

Include Protected Members
Include Inherited Members

The WebPartMobileAdapter type exposes the following members.

Methods

  Name Description
Protected method BeginRender (Inherited from ControlAdapter.)
Protected method CreateChildControls Creates the child controls of the adapter. (Overrides ControlAdapter.CreateChildControls().)
Protected method CreateControlsForDetailView When overridden in a derived class, renders a detailed view of the Web Part on mobile devices.
Protected method CreateControlsForSummaryView When overridden in a derived class, renders a summary view of the Web Part on mobile devices.
Protected method CreateWebPartIcon Gets an icon for the Web Part which, in some contexts, works as a link to another view of the Web Part or as an expand/collapse button.
Protected method CreateWebPartLabel Gets a label containing the title of the Web Part.
Public method Dispose Releases all resources used by the adapter control.
Protected method EndRender (Inherited from ControlAdapter.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method LoadAdapterControlState (Inherited from ControlAdapter.)
Protected method LoadAdapterViewState (Inherited from ControlAdapter.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnInit Replaces the OnInit(EventArgs) method of the control that is being adapted. (Overrides ControlAdapter.OnInit(EventArgs).)
Protected method OnInitForMobile Replaces the OnInit(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage.
Protected method OnLoad Replaces the OnLoad(EventArgs) method of the control that is being adapted. (Overrides ControlAdapter.OnLoad(EventArgs).)
Protected method OnLoadForMobile Replaces the OnLoad(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage.
Protected method OnPreRender Replaces the OnPreRender(EventArgs) method of the control that is being adapted. (Overrides ControlAdapter.OnPreRender(EventArgs).)
Protected method OnPreRenderForMobile Replaces the OnPreRender(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage.
Protected method OnUnload Replaces the OnUnload(EventArgs) method of the control that is being adapted. (Overrides ControlAdapter.OnUnload(EventArgs).)
Protected method OnUnloadForMobile Replaces the OnUnload(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage.
Protected method Render Does nothing if the control that is being adapted is on a WebPartMobilePage, otherwise calls the base Render(HtmlTextWriter) method. (Overrides ControlAdapter.Render(HtmlTextWriter).)
Protected method RenderChildren (Inherited from ControlAdapter.)
Protected method SaveAdapterControlState (Inherited from ControlAdapter.)
Protected method SaveAdapterViewState (Inherited from ControlAdapter.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

WebPartMobileAdapter Class

Microsoft.SharePoint.WebPartPages Namespace