toggle menu
editor
1.1.17
common
switch theme
search in API
editor
/
joyfill.table
/
RowMover
Row
Mover
interface
RowMover
Members
Functions
bottom
Link copied to clipboard
abstract
fun
bottom
(
id
:
String
)
:
RowResult
<
RowEditor
>
down
Link copied to clipboard
abstract
fun
down
(
ids
:
List
<
String
>
)
:
RowResult
<
RowEditor
>
abstract
fun
down
(
id
:
String
,
by
:
Int
=
1
)
:
RowResult
<
RowEditor
>
top
Link copied to clipboard
abstract
fun
top
(
id
:
String
)
:
RowResult
<
RowEditor
>
up
Link copied to clipboard
abstract
fun
up
(
ids
:
List
<
String
>
)
:
RowResult
<
List
<
RowEditor
>
>
abstract
fun
up
(
id
:
String
,
by
:
Int
=
1
)
:
RowResult
<
RowEditor
>