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