This documentation is archived and is not being maintained.
XhtmlCalendarAdapter Members
Visual Studio 2008
Provides an XHTML adapter class for the System.Web.UI.MobileControls::Calendar.
The XhtmlCalendarAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CalculateOptimumPageWeight | Determines the optimum page weight for the device. (Inherited from ControlAdapter.) |
|
ClearPendingBreakIfDeviceBreaksOnBlockLevel | Clears a pending break if the target device breaks on block elements. (Inherited from XhtmlControlAdapter.) |
|
ConditionalClearCachedEndTag | Clears the given text writer's current end tag if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalClearPendingBreak | Clears a pending break in the target device if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalEnterFormat | Begins a section with the opening tag and attributes that implement the formats of the specified style, if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalEnterLayout | Begins a section with the opening tag and attributes that implement the layout of the specified style, if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalEnterStyle | Overloaded. Begins a new element that applies the given styles if certain conditions are met. |
|
ConditionalExitFormat | Ends a block that has been using the character formatting from a specified style, if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalExitLayout | Ends a block that has been using the layout formatting from a specified style, if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalExitStyle | Ends a </span> element that has been using the layout and character formatting from a specified style, if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalPopPhysicalCssClass | Removes the current cascading style sheet class name from the XhtmlMobileTextWriter object, if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderClassAttribute | Puts a class name attribute on the next element to be rendered, if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderClosingDivElement | Renders a closing </div> tag if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderClosingSpanElement | Renders a closing </span> element if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderCustomAttribute | Overloaded. Gets the value of the specified custom attribute from the associated control and renders it on the next element if certain conditions are met. |
|
ConditionalRenderOpeningDivElement | Renders an opening tag for a <div> element if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderOpeningSpanElement | Renders an opening tag for a <span> element, if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalSetPendingBreak | Sets a pending break if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
ConditionalSetPendingBreakAfterInline | Sets a pending break after inline elements if certain conditions are met. (Inherited from XhtmlControlAdapter.) |
|
CreateTemplatedUI | Called by a control to create a templated user interface (UI). (Inherited from ControlAdapter.) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
ExitSecondaryUIMode | Exits any secondary UI mode for the control. (Inherited from XhtmlControlAdapter.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetCustomAttributeValue | Overloaded. Gets the value of the specified custom attribute. |
|
GetDefaultLabel | Returns the localized default string for the label control. (Inherited from ControlAdapter.) |
|
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 | Sets the SecondaryUIMode according to the user's actions on any primary or secondary page of the System.Web.UI.MobileControls::Calendar control. (Overrides ControlAdapter::HandlePostBackEvent(String).) |
|
LoadAdapterState | Loads the state of the adapter and sets the current SecondaryUIMode. (Overrides XhtmlControlAdapter::LoadAdapterState(Object).) |
|
LoadPostData | Returns true if the adapter handles loading the post data. (Inherited from ControlAdapter.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnInit | Creates event handlers, determines how many months the target device can display, and if the request is not a postback, sets the current date as the calendar's visible date. (Overrides ControlAdapter::OnInit(EventArgs).) |
|
OnLoad | Raises the Load event. (Overrides ControlAdapter::OnLoad(EventArgs).) |
|
OnPreRender | Fills the display list with eras if the user has selected a date and the user's current culture supports eras. (Overrides ControlAdapter::OnPreRender(EventArgs).) |
|
OnUnload | Unloads data that pertains to a control, a page, or a device adapter. (Inherited from ControlAdapter.) |
|
PreprocessQueryString | Gets the portion of the given query string that contains parameters for processing the request. (Inherited from XhtmlControlAdapter.) |
|
Render | Overloaded. Renders the calendar, a page of the calendar, or a page of selection options, depending on the user's actions. |
|
RenderAsHiddenInputField | Renders hidden field text for a control. (Inherited from XhtmlControlAdapter.) |
|
RenderBeginLink | Overloaded. Renders the opening tag of a link. |
|
RenderChildren | Renders children of the control. (Inherited from ControlAdapter.) |
|
RenderClosingListTag | Renders a closing tag for a specified list element. (Inherited from XhtmlControlAdapter.) |
|
RenderEndLink | Renders a closing tag (</a>) for a link element. (Inherited from XhtmlControlAdapter.) |
|
RenderOffPageVariables | Renders hidden postback variables for child controls that are not visible due to pagination or secondary UI. (Inherited from XhtmlControlAdapter.) |
|
RenderOpeningListTag | Renders an opening tag for the specified tag name. (Inherited from XhtmlControlAdapter.) |
|
RenderPostBackEventAsAnchor | Overloaded. Renders a postback event as a link on the page. |
|
SaveAdapterState | Saves the current state of the adapter. (Overrides XhtmlControlAdapter::SaveAdapterState().) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
Control | Returns a strongly typed reference to the associated control. |
|
CssLocation | Indicates whether the style sheet is located as an external physical file, is internal to the current page, is stored in the current session state, or is stored in the application cache. (Inherited from XhtmlControlAdapter.) |
|
Device | Returns the device capabilities object associated with the request. (Inherited from ControlAdapter.) |
|
DocumentType | Indicates the type of XHTML markup used to render the current document. (Inherited from XhtmlControlAdapter.) |
|
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.) |
|
PageAdapter | Gets the page adapter for the page on which the associated control resides. (Inherited from XhtmlControlAdapter.) |
|
SecondaryUIMode | Gets the current secondary UI mode. (Inherited from XhtmlControlAdapter.) |
|
Style | Returns the style object associated with the control to which the device adapter is attached. (Inherited from ControlAdapter.) |
|
StyleSheetLocationAttributeValue | Gets the value of the CssLocation attribute, if it exists, from the form in which it is contained. (Inherited from XhtmlControlAdapter.) |
|
StyleSheetStorageApplicationSetting | Gets the value of the XhtmlCssState configuration setting in the appSettings section of the Web.config file. (Inherited from XhtmlControlAdapter.) |
|
VisibleWeight | Gets or sets the approximate weight of the control, in characters. (Inherited from ControlAdapter.) |
Show: