Ext.selection Namespace

Download SDK: SharpKit.ExtJs.zip

Classes

Name Description
CellModel
CellModelConfig
CellModelEvents
CheckboxModel A selection model that renders a column of checkboxes that can be toggled to select or deselect rows. The default mode for this selection model is MULTI. The selection model will inject a header for the checkboxes in the first view and according to the 'injectCheckbox' configuration.
CheckboxModelConfig
CheckboxModelEvents
Model Tracks what records are currently selected in a databound widget. This is an abstract class and is not meant to be directly used. DataBound UI widgets such as GridPanel, TreePanel, and ListView should subclass AbstractStoreSelectionModel and provide a way to binding to the component. The abstract methods onSelectChange and onLastFocusChanged should be implemented in these subclasses to update the UI widget.
ModelConfig
ModelEvents
RowModel Implement row based navigation via keyboard. Must synchronize across grid sections
RowModelConfig
RowModelEvents
© Copyright 2005-2011 SharpKit. All rights reserved.