ListViewWebPartMobileAdapter Members
Include Protected Members
Include Inherited Members
Changes the rendering of a ListViewWebPart object so that it appears appropriately on a mobile device.
The ListViewWebPartMobileAdapter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListViewWebPartMobileAdapter | Initializes a new instance of the ListViewWebPartMobileAdapter class. |
Top
Properties
Name | Description | |
---|---|---|
Browser | (Inherited from ControlAdapter.) | |
Control | Gets the ListViewWebPart object whose rendering is being adapted. | |
Controls | Gets a collection of the child controls the adapter will use to render the Web Part on a mobile page. (Inherited from WebPartMobileAdapter.) | |
CurrentList | Gets the current list. | |
CurrentListItems | Gets the all the items in the current list that are also in the current view. | |
CurrentView | Returns the current view of the current list. | |
DetailViewPageUrl | Gets the URL of the detailed mobile view page of the Web Part that is being adapted. (Inherited from WebPartMobileAdapter.) | |
DetailViewTitleIconUrl | Gets the URL of the icon that renders beside the title in the detailed view of the Web Part on a mobile page. (Inherited from WebPartMobileAdapter.) | |
ExpandCollapseFunctionUrl | Gets the URL of the ECMAScript (JavaScript and JScript) function that provides expanding and collapsing of the Web Part. (Inherited from WebPartMobileAdapter.) | |
ItemBulletIconUrl | Gets the URL of the bullet image that is used when the adapter renders a bulleted list of items. (Inherited from WebPartMobileAdapter.) | |
MobilePage | Gets an object that represents the current page, if the page is an WebPartMobilePage object. (Inherited from WebPartMobileAdapter.) | |
Page | (Inherited from ControlAdapter.) | |
PageAdapter | (Inherited from ControlAdapter.) | |
SummaryViewPageUrl | Gets URL of the mobile summary view page of the Web Part. (Inherited from WebPartMobileAdapter.) | |
SummaryViewTitleIconUrl | Gets the URL of the icon that renders beside the title in the summary view of the Web Part on a mobile page. (Inherited from WebPartMobileAdapter.) | |
TitleIconUrl | Gets the URL of the icon that renders beside the title the Web Part on a mobile page when the Web Part cannot be expanded and collapsed. (Inherited from WebPartMobileAdapter.) | |
Web | Gets the current SharePoint Web site (Inherited from WebPartMobileAdapter.) | |
WebPartIconUrl | Gets the URL of the icon that represents the Web Part. (Inherited from WebPartMobileAdapter.) | |
WebPartTitle | Gets the display title of the Web Part that is being adapted. (Inherited from WebPartMobileAdapter.) |
Top
Methods
Name | Description | |
---|---|---|
BeginRender | (Inherited from ControlAdapter.) | |
CreateChildControls | Creates the child controls of the adapter. (Inherited from WebPartMobileAdapter.) | |
CreateControlsForDetailView | When overridden in a derived class, renders a detailed view of the Web Part on mobile devices. (Inherited from WebPartMobileAdapter.) | |
CreateControlsForSummaryView | Renders a summary view of the ListViewWebPart that is appropriate for mobile devices. (Overrides WebPartMobileAdapter.CreateControlsForSummaryView().) | |
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. (Inherited from WebPartMobileAdapter.) | |
CreateWebPartLabel | Gets a label containing the title of the Web Part. (Inherited from WebPartMobileAdapter.) | |
Dispose | Releases all resources used by the adapter control. (Inherited from WebPartMobileAdapter.) | |
EndRender | (Inherited from ControlAdapter.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoadAdapterControlState | (Inherited from ControlAdapter.) | |
LoadAdapterViewState | (Inherited from ControlAdapter.) | |
MemberwiseClone | (Inherited from Object.) | |
OnInit | Replaces the OnInit(EventArgs) method of the control that is being adapted. (Inherited from WebPartMobileAdapter.) | |
OnInitForMobile | Replaces the OnInit(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage. (Inherited from WebPartMobileAdapter.) | |
OnLoad | Replaces the OnLoad(EventArgs) method of the control that is being adapted. (Inherited from WebPartMobileAdapter.) | |
OnLoadForMobile | Replaces the OnLoad(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage. (Inherited from WebPartMobileAdapter.) | |
OnPreRender | Replaces the OnPreRender(EventArgs) method of the control that is being adapted. (Inherited from WebPartMobileAdapter.) | |
OnPreRenderForMobile | Replaces the OnPreRender(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage. (Inherited from WebPartMobileAdapter.) | |
OnUnload | Replaces the OnUnload(EventArgs) method of the control that is being adapted. (Inherited from WebPartMobileAdapter.) | |
OnUnloadForMobile | Replaces the OnUnload(EventArgs) method of the control that is being adapted when the control is on a WebPartMobilePage. (Inherited from WebPartMobileAdapter.) | |
Render | Does nothing if the control that is being adapted is on a WebPartMobilePage, otherwise calls the base Render(HtmlTextWriter) method. (Inherited from WebPartMobileAdapter.) | |
RenderChildren | (Inherited from ControlAdapter.) | |
SaveAdapterControlState | (Inherited from ControlAdapter.) | |
SaveAdapterViewState | (Inherited from ControlAdapter.) | |
ToString | (Inherited from Object.) |
Top