toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
editor
/
joyfill.editors.table
/
Rows
Rows
interface
Rows
<
out
M
:
RowManager
>
Members
Properties
state
Link copied to clipboard
abstract
val
state
:
Live
<
RowState
<
M
>
>
Functions
all
Link copied to clipboard
abstract
fun
all
(
)
:
List
<
M
>
append
Link copied to clipboard
abstract
fun
append
(
defaultId
:
String
?
=
null
,
origin
:
Origin
=
Origin.User
)
:
M
append
After
Link copied to clipboard
abstract
fun
appendAfter
(
id
:
String
,
defaultId
:
String
?
=
null
,
origin
:
Origin
=
Origin.User
)
:
M
?
apply
Filters
Link copied to clipboard
abstract
fun
applyFilters
(
editor
:
TableEditor
)
:
List
<
M
>
create
Link copied to clipboard
abstract
fun
create
(
empty
:
Boolean
=
false
,
id
:
String
?
=
null
)
:
M
delete
Link copied to clipboard
abstract
fun
delete
(
keys
:
List
<
String
>
,
origin
:
Origin
=
Origin.User
)
:
List
<
M
>
disable
Filters
Link copied to clipboard
abstract
fun
disableFilters
(
)
down
Link copied to clipboard
abstract
fun
down
(
id
:
String
,
by
:
Int
=
1
,
origin
:
Origin
=
Origin.User
)
:
RowResult
<
Row
>
find
Link copied to clipboard
abstract
fun
find
(
id
:
String
)
:
M
?
up
Link copied to clipboard
abstract
fun
up
(
id
:
String
,
by
:
Int
=
1
,
origin
:
Origin
=
Origin.User
)
:
RowResult
<
Row
>