17 types derived from XhtmlControlAdapter
System.Web.Mobile (17)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
31public class XhtmlCalendarAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCommandAdapter.cs (1)
25public class XhtmlCommandAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
28public class XhtmlFormAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicImageAdapter.cs (1)
24public class XhtmlImageAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLabelAdapter.cs (1)
22public class XhtmlLabelAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (1)
24public class XhtmlLinkAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
25public class XhtmlListAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLiteralTextAdapter.cs (1)
23public class XhtmlLiteralTextAdapter : XhtmlControlAdapter
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
27public class XhtmlObjectListAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
32public class XhtmlPageAdapter : XhtmlControlAdapter, IPageAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPanelAdapter.cs (1)
24public class XhtmlPanelAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (1)
25public class XhtmlPhoneCallAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (1)
27public class XhtmlSelectionListAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (1)
26public class XhtmlTextBoxAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextViewAdapter.cs (1)
24public class XhtmlTextViewAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
28public class XhtmlValidationSummaryAdapter : XhtmlControlAdapter {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidatorAdapter.cs (1)
25public class XhtmlValidatorAdapter : XhtmlControlAdapter {
2 references to XhtmlControlAdapter
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (2)
705XhtmlControlAdapter adapter = mobileCtl.Adapter as XhtmlControlAdapter;