Module:libextPackage:wrap.ext.gridParent:AbstractSelectionModelCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.grid.CellSelectionModel

Inheritance : Object : Observable : AbstractSelectionModel

Constructors

Signature
public CellSelectionModel(CellSelectionModelConfig config)

Methods

NameSignature
clearSelectionsvoid clearSelections(boolean clear)
getSelectedCellSelectedCell getSelectedCell()
hasSelectionboolean hasSelection()
selectvoid select(int rowIndex, int colIndex)

Constructors

public CellSelectionModel(CellSelectionModelConfig config)

Parameters

NameTypeDescription
configwrap.ext.grid.types.CellSelectionModelConfig



Methods

clearSelections

void clearSelections(boolean clear)

Parameters

NameTypeDescription
clearcore.boolean

getSelectedCell

SelectedCell getSelectedCell()

Returns
wrap.ext.grid.types.SelectedCell

hasSelection

boolean hasSelection()

Returns
core.boolean

select

void select(int rowIndex, int colIndex)

Parameters

NameTypeDescription
rowIndexcore.int
colIndexcore.int

Module:libextPackage:wrap.ext.gridParent:AbstractSelectionModelCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation