Class type Ext_selection_RowModel.t


class type t = object .. end
Inherits
method getCurrentPosition : unit Js.meth

Returns position of the first selected cell in the selection in the format {row: row, column: column}


method selectNext : bool Js.t Js.optdef -> bool Js.t Js.optdef -> bool Js.t Js.meth

Selects the record immediately following the currently selected record.

Parameters:

Returns:


method selectPrevious : bool Js.t Js.optdef -> bool Js.t Js.optdef -> bool Js.t Js.meth

Selects the record that precedes the currently selected record.

Parameters:

Returns: