This documentation is archived and is not being maintained.

WmlObjectListAdapter Methods

The WmlObjectListAdapter type exposes the following members.

  NameDescription
Protected method CalculateOptimumPageWeight Determines the optimum page weight for the device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.)
Public method CreateTemplatedUI Called by a control to create a templated user interface (UI) if device templates are defined. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides ControlAdapter::CreateTemplatedUI(Boolean).)
Protected method DeterminePostBack Determines whether the given target requires a postback and returns the required postback argument. Returns nullptr if the target is an external link. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from WmlControlAdapter.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method ExitSecondaryUIMode Exits any secondary user interface (UI) mode for the 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 WmlControlAdapter.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetDefaultLabel Returns the localized default string for the label 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 ControlAdapter.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetPostBackValue Returns the postback value (or empty string) of the selected item in the selection list, when the parent form's action attribute is set and view state is disabled for the 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 WmlControlAdapter.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method HandlePostBackEvent 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. (Overrides ControlAdapter::HandlePostBackEvent(String).)
Protected method HasCommands Returns true if an ObjectList contains a command. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Protected method HasDefaultCommand Returns true if an ObjectList contains a default command. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Protected method HasItemDetails Returns true if a details view of an ObjectList exists. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Public method LoadAdapterState Loads the 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 WmlControlAdapter.)
Public method LoadPostData 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 ControlAdapter.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnInit 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 ControlAdapter.)
Public method OnLoad 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 ControlAdapter.)
Protected method OnlyHasDefaultCommand Returns true if an ObjectList contains a default command and no other commands. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Public method OnPreRender Sets the SecondaryUIMode for the control, and calls the PreShowItemCommands method on its Control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides ControlAdapter::OnPreRender(EventArgs).)
Public method OnUnload 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 ControlAdapter.)
Public method Render(HtmlTextWriter) Generates the target-specific markup for the control to which the control adapter is attached, using the provided writer. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from WmlControlAdapter.)
Public method Render(WmlMobileTextWriter) Renders the control and initiates the rendering of any child controls in either the list, command, or details view mode. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides WmlControlAdapter::Render(WmlMobileTextWriter).)
Protected method RenderBeginLink Renders the opening tag of a link. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from WmlControlAdapter.)
Protected method RenderChildren Renders children of the 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 ControlAdapter.)
Protected method RenderEndLink Renders the end tag of a link. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from WmlControlAdapter.)
Protected method RenderItemDetails Renders the details of the specified item. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Protected method RenderItemMenu Renders the menu of commands for the specified item. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Protected method RenderItemsList Renders the menu of commands for the specified item. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Protected method RenderLink Renders an entire link, with the specified text inside. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from WmlControlAdapter.)
Protected method RenderPostBackEvent(WmlMobileTextWriter, String, String, Boolean, String, Boolean) Renders a postback event with the control as a target. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from WmlControlAdapter.)
Protected method RenderPostBackEvent(WmlMobileTextWriter, String, String, Boolean, String, Boolean, WmlPostFieldType) Renders a postback event with the control as a target. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from WmlControlAdapter.)
Protected method RenderSubmitEvent Renders a form submission event appropriate for the device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from WmlControlAdapter.)
Public method SaveAdapterState 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 WmlControlAdapter.)
Protected method ShouldRenderAsTable Returns a Boolean that indicates whether the list must be rendered as a table. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: