ChtmlPageAdapter Members
.NET Framework 3.0
Provides a page adapter for the cHTML adapter set.
The following tables list the members exposed by the ChtmlPageAdapter type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CacheVaryByHeaders | Returns a list of any additional HTTP headers by which caching is varied.(inherited from HtmlPageAdapter) |
| Control | Returns a strongly typed reference to the associated control.(inherited from ControlAdapter) |
| CookielessDataDictionary | Gets or sets persisted data between requests through the use of the URL query string.(inherited from HtmlPageAdapter) |
| 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) |
| OptimumPageWeight | Returns a page weight, based on the device's screen size, which is appropriate for the target device. Used in form pagination.(inherited from HtmlPageAdapter) |
| Page | Gets or sets the page to which the adapter is attached.(inherited from HtmlPageAdapter) |
| PersistCookielessData | Sets or returns whether items from the CookielessDataDictionary property are persisted in the query string.(inherited from HtmlPageAdapter) |
| 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 | |
|---|---|---|
| EventArgumentKey | Overridden. Returns the key to use to submit the event argument. |
| EventSourceKey | Overridden. Returns the key to use to submit the event source. |
| 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) |
| CreateTextWriter | Overridden. Creates and returns a text writer suitable for the given adapters. |
| DeterminePostBackMode | Overridden. Called to determine the postback data collection. |
| DeviceQualifies | Evaluates whether the device adapter set applies to the specified request. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetFormUrl | Returns a URL that can be used to uniquely identify the form. This URL must only be passed as a parameter to the BeginFile method of the text writer. (inherited from HtmlPageAdapter) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| HandleError | Called if an unhandled exception occurs during the life cycle of the page. (inherited from HtmlPageAdapter) |
| HandlePagePostBackEvent | Returns true if it handles the exception. (inherited from HtmlPageAdapter) |
| HandlePostBackEvent | Returns true if the event was handled. (inherited from ControlAdapter) |
| IsFormRendered | Returns whether or not the specified form is to be rendered as part of the current request. (inherited from HtmlPageAdapter) |
| 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. (inherited from HtmlPageAdapter) |
| RenderForm | Renders the given form. Called by the form adapter. (inherited from HtmlPageAdapter) |
| RenderPostBackEvent | Overridden. Renders a reference to a postback event appropriately for the target device. |
| RenderPostBackHeader | Overridden. Renders the header associated with postbacks. For browsers that support script, this includes a script block to perform postback. |
| RenderUrlPostBackEvent | Renders a reference to a postback event, as a URL. (inherited from HtmlPageAdapter) |
| 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) |
| 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) |
| RenderChildren | Renders children of the control. (inherited from ControlAdapter) |
| RenderEndLink | Renders the end tag of a link. (inherited from HtmlControlAdapter) |
| RenderHiddenVariables | Renders all hidden variables on the page as hidden input fields. (inherited from HtmlPageAdapter) |
| 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) |