table
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
table
table-format
/
ua.wwind.table.format.data
/
TableFormatRule
Table
Format
Rule
@
Immutable
data
class
TableFormatRule
<
FIELD
,
FILTER
>
(
val
id
:
Long
,
val
enabled
:
Boolean
=
true
,
val
base
:
Boolean
=
false
,
val
columns
:
List
<
FIELD
>
=
emptyList()
,
val
cellStyle
:
TableCellStyleConfig
=
TableCellStyleConfig()
,
val
filter
:
FILTER
)
Members
Constructors
Table
Format
Rule
Link copied to clipboard
constructor
(
id
:
Long
,
enabled
:
Boolean
=
true
,
base
:
Boolean
=
false
,
columns
:
List
<
FIELD
>
=
emptyList()
,
cellStyle
:
TableCellStyleConfig
=
TableCellStyleConfig()
,
filter
:
FILTER
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
base
Link copied to clipboard
val
base
:
Boolean
cell
Style
Link copied to clipboard
val
cellStyle
:
TableCellStyleConfig
columns
Link copied to clipboard
val
columns
:
List
<
FIELD
>
enabled
Link copied to clipboard
val
enabled
:
Boolean
filter
Link copied to clipboard
val
filter
:
FILTER
id
Link copied to clipboard
val
id
:
Long