Packageorg.juicekit.visual.controls
Classpublic class AutoDataGrid
InheritanceAutoDataGrid Inheritance mx.containers.Canvas
Implementsmx.binding.IBindingClient



Public Properties
 PropertyDefined by
  dataProvider : ArrayCollection
[read-only]
AutoDataGrid
Public Methods
 MethodDefined by
  
labelFunctionFactory(k:String):Function
A DataGrid that automatically creates columns that correspond to keys in the objects in dataProvider.
AutoDataGrid
Property detail
dataProviderproperty
dataProvider:ArrayCollection  [read-only]Implementation
    public function get dataProvider():ArrayCollection
Method detail
labelFunctionFactory()method
public function labelFunctionFactory(k:String):Function

A DataGrid that automatically creates columns that correspond to keys in the objects in dataProvider. Columns are formatted automatically.

Parameters
k:String

Returns
Function