kvision-tabulator4
5.11.0
kvision-tabulator4
/
io.kvision.tabulator.js
/
Tabulator
/
RowComponent
Row
Component
interface
RowComponent
Content copied to clipboard
Properties
Properties
addTreeChild
Link copied to clipboard
abstract
var
addTreeChild
:
(
rowData
:
Any
,
position
:
Boolean
,
existingRow
:
Tabulator.RowComponent
)
->
Unit
Content copied to clipboard
delete
Link copied to clipboard
abstract
var
delete
:
(
)
->
<ERROR CLASS>
<
Unit
>
Content copied to clipboard
deselect
Link copied to clipboard
abstract
var
deselect
:
(
)
->
Unit
Content copied to clipboard
freeze
Link copied to clipboard
abstract
var
freeze
:
(
)
->
Unit
Content copied to clipboard
getCell
Link copied to clipboard
abstract
var
getCell
:
(
dynamic
)
->
Tabulator.CellComponent
Content copied to clipboard
getCells
Link copied to clipboard
abstract
var
getCells
:
(
)
->
Array
<
Tabulator.CellComponent
>
Content copied to clipboard
getData
Link copied to clipboard
abstract
var
getData
:
(
)
->
Any
Content copied to clipboard
getElement
Link copied to clipboard
abstract
var
getElement
:
(
)
->
<ERROR CLASS>
Content copied to clipboard
getGroup
Link copied to clipboard
abstract
var
getGroup
:
(
)
->
Tabulator.GroupComponent
Content copied to clipboard
getIndex
Link copied to clipboard
abstract
var
getIndex
:
(
)
->
Any
Content copied to clipboard
getNextRow
Link copied to clipboard
abstract
var
getNextRow
:
(
)
->
dynamic
Content copied to clipboard
getPosition
Link copied to clipboard
abstract
var
getPosition
:
(
filteredPosition
:
Boolean
)
->
Number
Content copied to clipboard
getPrevRow
Link copied to clipboard
abstract
var
getPrevRow
:
(
)
->
dynamic
Content copied to clipboard
getTable
Link copied to clipboard
abstract
var
getTable
:
(
)
->
Tabulator
Content copied to clipboard
getTreeChildren
Link copied to clipboard
abstract
var
getTreeChildren
:
(
)
->
Array
<
Tabulator.RowComponent
>
Content copied to clipboard
getTreeParent
Link copied to clipboard
abstract
var
getTreeParent
:
(
)
->
dynamic
Content copied to clipboard
isFrozen
Link copied to clipboard
abstract
var
isFrozen
:
(
)
->
Boolean
Content copied to clipboard
isSelected
Link copied to clipboard
abstract
var
isSelected
:
(
)
->
Boolean
Content copied to clipboard
move
Link copied to clipboard
abstract
var
move
:
(
dynamic
,
belowTarget
:
Boolean
)
->
Unit
Content copied to clipboard
normalizeHeight
Link copied to clipboard
abstract
var
normalizeHeight
:
(
)
->
Unit
Content copied to clipboard
pageTo
Link copied to clipboard
abstract
var
pageTo
:
(
)
->
<ERROR CLASS>
<
Unit
>
Content copied to clipboard
reformat
Link copied to clipboard
abstract
var
reformat
:
(
)
->
Unit
Content copied to clipboard
scrollTo
Link copied to clipboard
abstract
var
scrollTo
:
(
)
->
<ERROR CLASS>
<
Unit
>
Content copied to clipboard
select
Link copied to clipboard
abstract
var
select
:
(
)
->
Unit
Content copied to clipboard
toggleSelect
Link copied to clipboard
abstract
var
toggleSelect
:
(
)
->
Unit
Content copied to clipboard
treeCollapse
Link copied to clipboard
abstract
var
treeCollapse
:
(
)
->
Unit
Content copied to clipboard
treeExpand
Link copied to clipboard
abstract
var
treeExpand
:
(
)
->
Unit
Content copied to clipboard
treeToggle
Link copied to clipboard
abstract
var
treeToggle
:
(
)
->
Unit
Content copied to clipboard
unfreeze
Link copied to clipboard
abstract
var
unfreeze
:
(
)
->
Unit
Content copied to clipboard
update
Link copied to clipboard
abstract
var
update
:
(
data
:
Any
)
->
<ERROR CLASS>
<
Unit
>
Content copied to clipboard
validate
Link copied to clipboard
abstract
var
validate
:
(
)
->
dynamic
Content copied to clipboard