The base class for any control adapter information class in JavaScript.
 
        |
  | createAdapter | 
 Creates the adapter from the adapter object name.
 
 | 
  | fromJObject | 
 Applies the property values from a plain object created from JSON to the properties of this instance.
 
  Inherited from Class. | 
  | getControlInfos | 
 Gets the information about the control types supported by this control adapter.
 
 | 
  | getPropertyGridCategories | 
 Gets property category descriptors particular to this control that it references in its property descriptors.
 
 | 
  | getPropertyGridSections | 
 Gets property section descriptors particular to this control that it references in its property descriptors.
 
 | 
  | toJSON | 
 Implementation for toJSON to return an object that will include this class's
 prototype property values when stringified.
 
  Inherited from Class. |