The spark.components.gridClasses package contains media classes for the Spark grid components.
Interfaces
Interface | Description | |
---|---|---|
IDataGridElement | Visual elements of the Spark DataGrid control that must remain in sync with the grid's layout and scroll position must implement this interface. | |
IGridItemEditor | The IGridItemEditor interface defines the interface that item editors for the Spark DataGrid and Spark Grid controls must implement. | |
IGridItemRenderer | The IGridItemRenderer interface must be implemented by DataGrid item renderers. | |
IGridVisualElement | This interface provides a method that dynamically created visual elements can use to configure themselves before they're displayed. |
Classes
Class | Description | |
---|---|---|
CellPosition | The CellPosition class defines a data structure used by the Spark data grid classes to represent selected cells in the control. | |
CellRegion | The CellRegion class defines a data structure used by the Spark data grid classes to represent a rectangular region of cells in the control. | |
ComboBoxGridItemEditor | The ComboBoxGridItemEditor class defines an item renderer for use with the Spark grid controls, such as DataGrid and Grid. | |
DefaultGridItemEditor | The DefaultGridItemEditor class defines the default item renderer used by the Spark grid controls, such as DataGrid and Grid. | |
GridColumn | The GridColumn class defines a column of a Spark grid control, such as the Spark DataGrid or Grid control. | |
GridItemEditor | The GridItemEditor class defines the base class for custom item editors for the Spark grid controls, such as DataGrid and Grid. | |
GridItemRenderer | The GridItemRenderer class defines the base class for custom item renderers for the Spark grid controls, such as DataGrid and Grid. | |
GridLayer | The GridLayer class defines a container used for the layers of the Grid control's visual elements. | |
GridSelectionMode | The GridSelectionMode class defines the valid constant values for the selectionMode property of the Spark DataGrid and Grid controls. |
Mon Nov 28 2011, 07:42 AM -08:00