Xivgear Types Documentation
Preparing search index...
@xivgear/common-ui
table/tables
SingleCellRowOrHeaderSelectionModel
Class SingleCellRowOrHeaderSelectionModel<RowDataType, CellDataType, ColumnDataType>
Type Parameters
RowDataType
CellDataType
ColumnDataType
Implements
TableSelectionModel
<
RowDataType
,
CellDataType
,
ColumnDataType
,
SingleCellRowOrHeaderSelection
<
RowDataType
,
CellDataType
,
ColumnDataType
>
,
>
Index
Constructors
constructor
Methods
add
Listener
clear
Selection
click
Cell
click
Column
Header
click
Row
get
Selection
is
Cell
Selected
Directly
is
Column
Header
Selected
is
Row
Selected
Constructors
constructor
new
SingleCellRowOrHeaderSelectionModel
<
RowDataType
,
CellDataType
,
ColumnDataType
,
>
()
:
SingleCellRowOrHeaderSelectionModel
<
RowDataType
,
CellDataType
,
ColumnDataType
,
>
Type Parameters
RowDataType
CellDataType
ColumnDataType
Returns
SingleCellRowOrHeaderSelectionModel
<
RowDataType
,
CellDataType
,
ColumnDataType
>
Methods
add
Listener
addListener
(
listener
:
SelectionListener
<
SingleCellRowOrHeaderSelection
<
RowDataType
,
CellDataType
,
ColumnDataType
,
>
,
>
,
)
:
void
Parameters
listener
:
SelectionListener
<
SingleCellRowOrHeaderSelection
<
RowDataType
,
CellDataType
,
ColumnDataType
,
>
,
>
Returns
void
clear
Selection
clearSelection
()
:
void
Returns
void
click
Cell
clickCell
(
cell
:
CustomCell
<
RowDataType
,
CellDataType
>
)
:
void
Parameters
cell
:
CustomCell
<
RowDataType
,
CellDataType
>
Returns
void
click
Column
Header
clickColumnHeader
(
col
:
CustomColumn
<
RowDataType
,
CellDataType
,
ColumnDataType
>
,
)
:
void
Parameters
col
:
CustomColumn
<
RowDataType
,
CellDataType
,
ColumnDataType
>
Returns
void
click
Row
clickRow
(
row
:
CustomRow
<
RowDataType
>
)
:
void
Parameters
row
:
CustomRow
<
RowDataType
>
Returns
void
get
Selection
getSelection
()
:
SingleCellRowOrHeaderSelection
<
RowDataType
,
CellDataType
,
ColumnDataType
,
>
Returns
SingleCellRowOrHeaderSelection
<
RowDataType
,
CellDataType
,
ColumnDataType
>
is
Cell
Selected
Directly
isCellSelectedDirectly
(
cell
:
CustomCell
<
RowDataType
,
CellDataType
>
)
:
boolean
Parameters
cell
:
CustomCell
<
RowDataType
,
CellDataType
>
Returns
boolean
is
Column
Header
Selected
isColumnHeaderSelected
(
col
:
CustomColumn
<
RowDataType
,
CellDataType
,
ColumnDataType
>
,
)
:
boolean
Parameters
col
:
CustomColumn
<
RowDataType
,
CellDataType
,
ColumnDataType
>
Returns
boolean
is
Row
Selected
isRowSelected
(
row
:
CustomRow
<
RowDataType
>
)
:
boolean
Parameters
row
:
CustomRow
<
RowDataType
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
Listener
clear
Selection
click
Cell
click
Column
Header
click
Row
get
Selection
is
Cell
Selected
Directly
is
Column
Header
Selected
is
Row
Selected
Xivgear Types Documentation
Loading...