FilterCollection

Properties

Link copied to clipboard
abstract val current: Live<TableFilter?>
Link copied to clipboard
abstract val isActive: Boolean
Link copied to clipboard
abstract val schemas: TableSchemas

Functions

Link copied to clipboard
abstract fun addFilter(): TableFilter?
Link copied to clipboard
abstract fun addSorter(): TableFilter?
Link copied to clipboard
abstract fun apply()
Link copied to clipboard
abstract fun disable()
Link copied to clipboard
abstract fun enable()
Link copied to clipboard
abstract fun removeFilter(id: String)
Link copied to clipboard
abstract fun removeSorter()
Link copied to clipboard
abstract fun select(editor: TableEditor): TableFilter
abstract fun select(schema: TableSchema): TableFilter