toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
editor
/
joyfill.editors.collection
/
FilterCollection
Filter
Collection
interface
FilterCollection
:
Filter
Members
Properties
current
Link copied to clipboard
abstract
val
current
:
Live
<
TableFilter
?
>
is
Active
Link copied to clipboard
abstract
val
isActive
:
Boolean
schemas
Link copied to clipboard
abstract
val
schemas
:
TableSchemas
Functions
add
Filter
Link copied to clipboard
abstract
fun
addFilter
(
)
:
TableFilter
?
add
Sorter
Link copied to clipboard
abstract
fun
addSorter
(
)
:
TableFilter
?
apply
Link copied to clipboard
abstract
fun
apply
(
)
disable
Link copied to clipboard
abstract
fun
disable
(
)
enable
Link copied to clipboard
abstract
fun
enable
(
)
remove
Filter
Link copied to clipboard
abstract
fun
removeFilter
(
id
:
String
)
remove
Sorter
Link copied to clipboard
abstract
fun
removeSorter
(
)
select
Link copied to clipboard
abstract
fun
select
(
editor
:
TableEditor
)
:
TableFilter
abstract
fun
select
(
schema
:
TableSchema
)
:
TableFilter