HtmlFormAdapter Members
.NET Framework 3.0
Provides the form adapter class (that is, the adapter for the Form) for the HTML adapter set.
The following tables list the members exposed by the HtmlFormAdapter type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Device | Returns the device capabilities object associated with the request.(inherited from ControlAdapter) |
| ItemWeight | Accesses the approximate weight of a single item in the control.(inherited from ControlAdapter) |
| Page | Returns the page associated with the device adapter.(inherited from ControlAdapter) |
| RequiresFormTag | Gets a value indicating whether an adapter, such as the ChtmlCommandAdapter class, generates markup that requires <Form> tags for form submission.(inherited from HtmlControlAdapter) |
| Style | Returns the style object associated with the control to which the device adapter is attached.(inherited from ControlAdapter) |
| VisibleWeight | Gets or sets the approximate weight of the control, in characters.(inherited from ControlAdapter) |
| Name | Description | |
|---|---|---|
| Control | Returns a strongly typed reference to the associated control. |
| FormAdapter | Retrieves the form adapter for the form on which the associated control resides.(inherited from HtmlControlAdapter) |
| PageAdapter | Returns the page adapter for the mobile page.(inherited from HtmlControlAdapter) |
| SecondaryUIMode | Sets or returns the secondary user interface (UI) mode for the control.(inherited from HtmlControlAdapter) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateTemplatedUI | Called by a control to create a templated user interface (UI). (inherited from ControlAdapter) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| HandlePostBackEvent | Returns true if the event was handled. (inherited from ControlAdapter) |
| LoadAdapterState | Loads the view state. (inherited from HtmlControlAdapter) |
| LoadPostData | Returns true if the adapter handles loading the post data. (inherited from ControlAdapter) |
| OnInit | Called after an object, such as a form or a page, is initialized. (inherited from ControlAdapter) |
| OnLoad | Loads data that pertains to a control, a page, or a device adapter. (inherited from ControlAdapter) |
| OnPreRender | Called by the control's OnPreRender method, to perform adapter-specific work prior to rendering. (inherited from ControlAdapter) |
| OnUnload | Unloads data that pertains to a control, a page, or a device adapter. (inherited from ControlAdapter) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Render | Overloaded. Overridden. Generates the target-specific markup for the associated control. |
| SaveAdapterState | This method is called when the control saves its private view state. (inherited from HtmlControlAdapter) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| AddAccesskeyAttribute | Writes a custom attribute access key method, provided that the device supports the attribute. (inherited from HtmlControlAdapter) |
| AddAttributes | Writes additional attributes that are specific to an adapter. (inherited from HtmlControlAdapter) |
| AddJPhoneMultiMediaAttributes | Use this method to write custom attributes for J-Phone multimedia attributes. (inherited from HtmlControlAdapter) |
| CalculateOptimumPageWeight | Determines the optimum page weight for the device. (inherited from ControlAdapter) |
| DisablePager | Disables the pager user interface (UI) for the current request. Can be called by an adapter to prevent pagination UI from being generated. |
| ExitSecondaryUIMode | Exits any secondary user interface (UI) mode for the control. (inherited from HtmlControlAdapter) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetDefaultLabel | Returns the localized default string for the label control. (inherited from ControlAdapter) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| RenderAsHiddenInputField | Renders hidden field text for a control. (inherited from HtmlControlAdapter) |
| RenderBeginLink | Renders the opening tag of a link. (inherited from HtmlControlAdapter) |
| RenderBodyTag | Renders the <body> tag. |
| RenderChildren | Renders children of the control. (inherited from ControlAdapter) |
| RenderEndLink | Renders the end tag of a link. (inherited from HtmlControlAdapter) |
| RenderExtraHeadElements | Renders any additional content within the <head> and </ head> tags of the HTML page. |
| RenderPager | Renders the pager user interface (UI) for the form. |
| RenderPagerTag | Renders a pager tag on paginated forms. |
| RenderPostBackEventAsAnchor | Renders a postback event as an anchor, with the text specified by the linkText parameter as a label. (inherited from HtmlControlAdapter) |
| RenderPostBackEventAsAttribute | Renders a postback event as an attribute. (inherited from HtmlControlAdapter) |
| RenderPostBackEventReference | Renders a postback event reference. (inherited from HtmlControlAdapter) |
| ShouldRenderFormTag | Returns whether to render a form tag. |