RowMover

interface RowMover

Functions

Link copied to clipboard
abstract fun bottom(id: String): RowResult<RowEditor>
Link copied to clipboard
abstract fun down(id: String, by: Int = 1): RowResult<RowEditor>
Link copied to clipboard
abstract fun top(id: String): RowResult<RowEditor>
Link copied to clipboard
abstract fun up(id: String, by: Int = 1): RowResult<RowEditor>