toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-editor
/
joyfill.table
/
RowCollection
Row
Collection
interface
RowCollection
Members
Properties
move
Link copied to clipboard
abstract
val
move
:
RowMover
size
Link copied to clipboard
abstract
val
size
:
Int
state
Link copied to clipboard
abstract
val
state
:
Live
<
RowState
>
Functions
add
After
Link copied to clipboard
abstract
fun
addAfter
(
index
:
Int
)
:
RowEditor
abstract
fun
addAfter
(
id
:
String
)
:
RowEditor
add
At
Link copied to clipboard
abstract
fun
addAt
(
index
:
Int
)
:
RowEditor
add
Before
Link copied to clipboard
abstract
fun
addBefore
(
index
:
Int
)
:
RowEditor
abstract
fun
addBefore
(
id
:
String
)
:
RowEditor
all
Link copied to clipboard
abstract
fun
all
(
)
:
List
<
RowEditor
>
append
Link copied to clipboard
abstract
fun
append
(
setDefaults
:
Boolean
=
false
)
:
RowEditor
create
Link copied to clipboard
abstract
fun
create
(
setDefaults
:
Boolean
=
false
)
:
RowEditor
delete
Link copied to clipboard
abstract
fun
delete
(
)
abstract
fun
delete
(
keys
:
List
<
String
>
)
:
List
<
Row
>
delete
At
Link copied to clipboard
abstract
fun
deleteAt
(
index
:
Int
)
:
Row
?
duplicate
Link copied to clipboard
abstract
fun
duplicate
(
)
:
List
<
RowEditor
>
abstract
fun
duplicate
(
index
:
Int
)
:
Row
?
abstract
fun
duplicate
(
keys
:
List
<
String
>
)
:
List
<
RowEditor
>
get
Link copied to clipboard
abstract
fun
get
(
index
:
Int
)
:
RowEditor
?
abstract
fun
get
(
id
:
String
)
:
RowEditor
?
is
Selected
Link copied to clipboard
abstract
fun
isSelected
(
row
:
RowEditor
?
)
:
Boolean
abstract
fun
isSelected
(
index
:
Int
)
:
Boolean
select
Link copied to clipboard
abstract
fun
select
(
row
:
RowEditor
?
)
:
RowEditor
?
abstract
fun
select
(
index
:
Int
)
:
RowEditor
?
select
All
Link copied to clipboard
abstract
fun
selectAll
(
)
selected
Link copied to clipboard
abstract
fun
selected
(
)
:
List
<
RowEditor
>
selection
Link copied to clipboard
abstract
fun
selection
(
)
:
Selection
unselect
Link copied to clipboard
abstract
fun
unselect
(
row
:
RowEditor
?
)
:
RowEditor
?
abstract
fun
unselect
(
index
:
Int
)
:
RowEditor
?
un
Select
All
Link copied to clipboard
abstract
fun
unSelectAll
(
)