Class Index | File Index

Classes


Class AC.tree.grid.CellObjectFactory

Factory of widgets corresponding to a given column and row.
Defined in: Utility.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
 
The hash map of widgets.
Method Summary
Method Attributes Method Name and Description
 
addWidget(arrayOfTypes, objtype, config)
Adds the specified widget into the factory's hash map.
 
getWidget(arrayOfSuperiors, treegrid, config)
Gets a widget corresponding to the specified array of superiors.
Class Detail
AC.tree.grid.CellObjectFactory()
Default constructor.
Field Detail
hashMap
The hash map of widgets.
Method Detail
addWidget(arrayOfTypes, objtype, config)
Adds the specified widget into the factory's hash map.
Parameters:
arrayOfTypes
the array of types corresponding to the widget
objtype
the type of the widget
config
the configuration of the widget
Returns:
void

getWidget(arrayOfSuperiors, treegrid, config)
Gets a widget corresponding to the specified array of superiors.
Parameters:
arrayOfSuperiors
the array of superiors
treegrid
the treegrid
config
the configuration of the widget
Returns:
the corresponding widget

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:07 GMT-0500 (CDT)