MossWebPartMobileAdapterBase Members
Include Protected Members
Include Inherited Members
Provides the common functionality needed by all adapters that make Web Parts accessible from mobile devices.
The MossWebPartMobileAdapterBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MossWebPartMobileAdapterBase | Initializes a new instance of the MossWebPartMobileAdapterBase class. |
Top
Properties
Name | Description | |
---|---|---|
DetailViewPageUrl | Gets the URL of the detailed mobile view page of the Web Part that is being adapted. (Overrides WebPartMobileAdapter.DetailViewPageUrl.) | |
ItemCount | Gets or sets the number of items. | |
ItemCountForSummaryView | Gets or sets the maximum number of items that are rendered to the summary view of the Web Part. | |
Profile | Gets the UserProfile associated with the current mobile page. |
Top
Methods
Name | Description | |
---|---|---|
CreateBirthDayItemBulletControl | Creates and returns an Image that represents the item bullet icon for the birthday event. | |
CreateControlsForWebPartHeader | Creates a set of controls to be displayed within the header of the Web Part. | |
CreateItemBulletControl | Creates and returns an Image that represents the item bullet icon. | |
CreateMoreLinkControl | Creates and returns a Link to the detailed mobile view page of the Web Part for more options. | |
CreateMossWebPartLabel | Creates and returns a Label that contains the title of the Web Part. |
Top