ChtmlCommandAdapter Class Members

Public Constructors

ChtmlCommandAdapter Constructor Creates a new instance of the ChtmlCommandAdapter class.

Public Methods

AddAttributes Method (inherited from HtmlControlAdapter) Writes additional attributes that are specific to an adapter.
CreateTemplatedUI Method (inherited from ControlAdapter) Called by base classes to create a templated UI.
Equals Method (inherited from Object) Inherited from .NET Framework.
GetHashCode Method (inherited from Object) Used internally by ASP.NET. Not intended for use by client applications.
GetType Method (inherited from Object) Inherited from .NET Framework.
HandlePostBackEvent Method (inherited from ControlAdapter) Called by a control when it receives a postback event notification, to check whether the event is adapter specific. This method returns true if the event was handled.
LoadAdapterState Method (inherited from ControlAdapter) This method is called from the MobileControl base class implementation of the LoadPrivateViewState method when the control loads its private view state.
LoadPostData Method (inherited from ControlAdapter) Returns true if the adapter handles loading the post data.
OnInit Method (inherited from ControlAdapter) Called after an object, such as a form or a page, is initialized.
OnLoad Method (inherited from ControlAdapter) Called when the control is custom paginated and needs more data.
OnPreRender Method (inherited from ControlAdapter) Called by the control's OnPreRender method, to perform adapter-specific work prior to rendering.
OnUnload Method (inherited from ControlAdapter) Unloads data pertaining to a control, a page, or a device adapter.
Render Method (inherited from HtmlControlAdapter) Called by the control's OnPreRender method, to perform adapter-specific work prior to rendering.
SaveAdapterState Method (inherited from ControlAdapter) This method is called from the MobileControl base class implementation of the SavePrivateViewState method when the control loads its private view state.
ToString Method (inherited from Object) Inherited from .NET Framework.

Protected Methods

AddAccesskeyAttribute Method (inherited from HtmlControlAdapter) Write a custom attribute accesskey, provided that the device supports the attribute (through checking the SupportsAccesskeyAttribute).
AddJPhoneMultiMediaAttributes Method (inherited from HtmlControlAdapter) Use this method to write custom attributes for J-Phone multimedia attributes.
CalculateOptimumPageWeight Method (inherited from ControlAdapter) No topic is available for this item.
ExitSecondaryUIMode Method (inherited from HtmlControlAdapter) Exits any secondary UI mode for the control.
Finalize Method (inherited from Object) Inherited from .NET Framework.
GetDefaultLabel Method (inherited from ControlAdapter) Returns the localized default string for the label control.
MemberwiseClone Method (inherited from Object) Inherited from .NET Framework.
RenderAsHiddenInputField Method (inherited from HtmlControlAdapter) Renders hidden field text for a control.
RenderBeginLink Method (inherited from HtmlControlAdapter) Renders the opening tag of a link.
RenderChildren Method (inherited from ControlAdapter) Renders children of the control.
RenderEndLink Method (inherited from HtmlControlAdapter) Renders the end tag of a link.
RenderPostBackEventAsAnchor Method (inherited from HtmlControlAdapter) Renders a postback event as an anchor, with the text specified by the linkText parameter as a label.
RenderPostBackEventAsAttribute Method (inherited from HtmlControlAdapter) Renders a postback event as an attribute.
RenderPostBackEventReference Method (inherited from HtmlControlAdapter) Renders a postback event reference.

Public Properties

Device Property (inherited from ControlAdapter) Returns the MobileCapabilities Class object associated with the request.
ItemWeight Property (inherited from ControlAdapter) Accesses the approximate weight of a single item in the control.
Page Property (inherited from ControlAdapter) Sets or returns the index of the current page in the paginated form. The default value is 0.
RequiresFormTag Property (inherited from HtmlControlAdapter) Determines if an adapter will generate markup that requires <Form> tags for form submission (for example, the ChtmlCommandAdapter requires such tags).
Style Property (inherited from ControlAdapter) Returns or sets the style used for the object list commands.
VisibleWeight Property (inherited from ControlAdapter) Returns the approximate weight of the control, in characters.

Protected Properties

Control Property (inherited from HtmlCommandAdapter Class) Returns a reference to the Command object to which the adapter is associated.
FormAdapter Property (inherited from HtmlControlAdapter) Retrieves the form adapter for the form on which the attached control resides.
PageAdapter Property (inherited from HtmlControlAdapter) Returns the page adapter for the mobile page.
SecondaryUIMode Property (inherited from HtmlControlAdapter) Returns or sets the secondary user-interface (UI) mode for the control.

See Also

ChtmlCommandAdapter Class