Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.ComponentManager Class Reference

More...

Static Public Member Functions

static BaseControl Get (string id)
 Returns an item by id. More...
 
static T Get< T > (string id)
 Returns an item by id. More...
 
static List< BaseControlGetAll ()
 Returns an array of all components. More...
 
static List< T > GetAll< T > ()
 Returns an array of all components. More...
 

Detailed Description

Member Function Documentation

◆ Get()

static BaseControl Ext.Net.ComponentManager.Get ( string  id)
inlinestatic

Returns an item by id.

◆ Get< T >()

static T Ext.Net.ComponentManager.Get< T > ( string  id)
inlinestatic

Returns an item by id.

Type Constraints
T :BaseControl 

◆ GetAll()

static List<BaseControl> Ext.Net.ComponentManager.GetAll ( )
inlinestatic

Returns an array of all components.

◆ GetAll< T >()

static List<T> Ext.Net.ComponentManager.GetAll< T > ( )
inlinestatic

Returns an array of all components.

Type Constraints
T :BaseControl 

The documentation for this class was generated from the following file: