RowState

data class RowState<out M : RowManager>(val filtered: List<M>?, val all: List<M>)

Constructors

Link copied to clipboard
constructor(filtered: List<M>?, all: List<M>)

Properties

Link copied to clipboard
val all: List<M>
Link copied to clipboard
val filtered: List<M>?

Functions

Link copied to clipboard
fun displaying(): List<M>