kvision-tabulator4
5.11.0
kvision-tabulator4
/
io.kvision.tabulator.js
/
Tabulator
/
GroupComponent
Group
Component
interface
GroupComponent
Content copied to clipboard
Properties
Properties
getElement
Link copied to clipboard
abstract
var
getElement
:
(
)
->
<ERROR CLASS>
Content copied to clipboard
getField
Link copied to clipboard
abstract
var
getField
:
(
)
->
String
Content copied to clipboard
getKey
Link copied to clipboard
abstract
var
getKey
:
(
)
->
Any
Content copied to clipboard
getParentGroup
Link copied to clipboard
abstract
var
getParentGroup
:
(
)
->
dynamic
Content copied to clipboard
getRows
Link copied to clipboard
abstract
var
getRows
:
(
)
->
Array
<
Tabulator.RowComponent
>
Content copied to clipboard
getSubGroups
Link copied to clipboard
abstract
var
getSubGroups
:
(
)
->
Array
<
Tabulator.GroupComponent
>
Content copied to clipboard
getTable
Link copied to clipboard
abstract
var
getTable
:
(
)
->
Tabulator
Content copied to clipboard
hide
Link copied to clipboard
abstract
var
hide
:
(
)
->
Unit
Content copied to clipboard
isVisible
Link copied to clipboard
abstract
var
isVisible
:
(
)
->
Boolean
Content copied to clipboard
show
Link copied to clipboard
abstract
var
show
:
(
)
->
Unit
Content copied to clipboard
toggle
Link copied to clipboard
abstract
var
toggle
:
(
)
->
Unit
Content copied to clipboard