ListViewWebPartMobileAdapter methods

The ListViewWebPartMobileAdapter type exposes the following members.

Methods

  Name Description
Protected method BeginRender (Inherited from ControlAdapter.)
Protected method CreateChildControls Creates the child controls of the adapter. (Inherited from WebPartMobileAdapter.)
Protected method CreateControlsForDetailView Obsolete. When overridden in a derived class, renders a detailed view of the Web Part on mobile devices. (Inherited from WebPartMobileAdapter.)
Protected method CreateControlsForDetailViewAdv Override this method to define the rendering for the detail view. If this method is not overriden, icon and the web part title is displayed along with the message to notify user that the detail view is not implemented. (Inherited from WebPartMobileAdapter.)
Protected method CreateControlsForSummaryView Obsolete. Renders a summary view of the ListViewWebPart that is appropriate for mobile devices. (Overrides WebPartMobileAdapter.CreateControlsForSummaryView().)
Protected method CreateControlsForSummaryViewAdv Renders contemporary summary view. (Overrides WebPartMobileAdapter.CreateControlsForSummaryViewAdv().)
Protected method CreateWebPartIcon Obsolete. 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. (Inherited from WebPartMobileAdapter.)
Protected method CreateWebPartIconAdv Returns an icon for the web part. Icon is rendered either as a plain image, the link to the summary/detail view page, or link to trigger expand/collpase. (Inherited from WebPartMobileAdapter.)
Protected method CreateWebPartLabel Obsolete. Gets a label containing the title of the Web Part. (Inherited from WebPartMobileAdapter.)
Protected method CreateWebPartLabelAdv Returns a label control, which displays the web part title. The label is displayed in bold if the browser supports bold text. (Inherited from WebPartMobileAdapter.)
Public method Dispose Releases all resources used by the adapter control. (Inherited from WebPartMobileAdapter.)
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. (Inherited from WebPartMobileAdapter.)
Protected method OnInitForMobile Replaces the OnInit(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage. (Inherited from WebPartMobileAdapter.)
Protected method OnLoad Replaces the OnLoad(EventArgs) method of the control that is being adapted. (Inherited from WebPartMobileAdapter.)
Protected method OnLoadForMobile Replaces the OnLoad(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage. (Inherited from WebPartMobileAdapter.)
Protected method OnPreRender Replaces the OnPreRender(EventArgs) method of the control that is being adapted. (Inherited from WebPartMobileAdapter.)
Protected method OnPreRenderForMobile Replaces the OnPreRender(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage. (Inherited from WebPartMobileAdapter.)
Protected method OnUnload Replaces the OnUnload(EventArgs) method of the control that is being adapted. (Inherited from WebPartMobileAdapter.)
Protected method OnUnloadForMobile Replaces the OnUnload(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage. (Inherited from WebPartMobileAdapter.)
Protected method Render Does nothing if the control that is being adapted is on a WebPartMobilePage, otherwise calls the base Render(HtmlTextWriter) method. (Inherited from WebPartMobileAdapter.)
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

ListViewWebPartMobileAdapter class

Microsoft.SharePoint.WebPartPages namespace