toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
editor
/
joyfill.editors.table
/
ColumnFinder
Column
Finder
interface
ColumnFinder
:
Finder
<
Column
>
Inheritors
Columns
Members
Functions
all
Link copied to clipboard
abstract
fun
all
(
)
:
List
<
Column
>
barcode
Link copied to clipboard
abstract
override
fun
barcode
(
key
:
String
?
)
:
BarcodeColumn
?
block
Link copied to clipboard
abstract
override
fun
block
(
key
:
String
?
)
:
BlockColumn
?
date
Link copied to clipboard
abstract
override
fun
date
(
key
:
String
?
)
:
DateColumn
?
dropdown
Link copied to clipboard
abstract
override
fun
dropdown
(
key
:
String
?
)
:
DropdownColumn
?
file
Link copied to clipboard
abstract
override
fun
file
(
key
:
String
?
)
:
FileColumn
?
find
Link copied to clipboard
abstract
fun
find
(
key
:
String
?
)
:
Column
?
image
Link copied to clipboard
abstract
override
fun
image
(
key
:
String
?
)
:
ImageColumn
?
multi
Select
Link copied to clipboard
abstract
override
fun
multiSelect
(
key
:
String
?
)
:
MultiSelectColumn
?
number
Link copied to clipboard
abstract
override
fun
number
(
key
:
String
?
)
:
NumberColumn
?
signature
Link copied to clipboard
abstract
override
fun
signature
(
key
:
String
?
)
:
SignatureColumn
?
text
Link copied to clipboard
abstract
override
fun
text
(
key
:
String
?
)
:
TextColumn
?
text
Area
Link copied to clipboard
abstract
override
fun
textArea
(
key
:
String
?
)
:
TextAreaColumn
?