dundas.view.controls.Info Class

The base class for any control adapter information class in JavaScript.
 

Inheritance Hierarchy

 
Class
   dundas.view.controls.Info
      dundas.view.controls.ButtonInfo
      dundas.view.controls.ChartsInfo
      dundas.view.controls.CheckboxInfo
      dundas.view.controls.ChordDiagramInfo
      dundas.view.controls.DataGridInfo
      dundas.view.controls.DataImageInfo
      dundas.view.controls.DataLabelInfo
      dundas.view.controls.DiagramInfo
      dundas.view.controls.DiscoveryContainerInfo
      dundas.view.controls.DropDownListInfo
      dundas.view.controls.EllipseInfo
      dundas.view.controls.FrameInfo
      dundas.view.controls.GaugeInfo
      dundas.view.controls.GroupExpanderInfo
      dundas.view.controls.HeaderInfo
      dundas.view.controls.HyperlinkInfo
      dundas.view.controls.ImageInfo
      dundas.view.controls.LabelInfo
      dundas.view.controls.LegendInfo
      dundas.view.controls.LineInfo
      dundas.view.controls.MapInfo
      dundas.view.controls.MenuInfo
      dundas.view.controls.ParametersInfo
      dundas.view.controls.RadioButtonListInfo
      dundas.view.controls.RectangleInfo
      dundas.view.controls.RelationshipDiagramInfo
      dundas.view.controls.SankeyDiagramInfo
      dundas.view.controls.SliderInfo
      dundas.view.controls.StateIndicatorInfo
      dundas.view.controls.SubCanvasViewContainerInfo
      dundas.view.controls.TabsInfo
      dundas.view.controls.TestInfo
      dundas.view.controls.TileNavigationInfo
      dundas.view.controls.TimerInfo
      dundas.view.controls.TreeDiagramInfo
      dundas.view.controls.TreemapsInfo
      dundas.view.controls.ViewContainerInfo
      dundas.view.controls.WebBrowserInfo
      dundas.view.controls.WordCloudInfo
 

Constructors

 
  Name Description
init Initializes the Info. Called during construction.
 
 

Methods

 
  Name Description
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.