public interface TableConfiguration
Modifier and Type | Field and Description |
---|---|
static Set<Feature> |
ALL_FEATURES
All configurable features.
|
static String |
DMR
Data key for a domain model reference.
|
static Feature |
FEATURE_COLUMN_FILTER
Feature toggle for column filter support.
|
static Feature |
FEATURE_COLUMN_HIDE_SHOW
Feature toggle for column hide/show support.
|
static Feature |
FEATURE_COLUMN_REGEX_FILTER
Feature toggle for column regular expression filter support.
|
static Feature[] |
FEATURES
Deprecated.
Since 1.21, use the immutable
ALL_FEATURES set instead of this,
which can be modified in place. |
static String |
ID
Table data configuration key.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose this configuration and all its properties.
|
Map<String,Object> |
getData()
Get the underlying data map.
|
Set<Feature> |
getEnabledFeatures()
Returns a static array of enabled features.
|
static final Feature FEATURE_COLUMN_HIDE_SHOW
static final Feature FEATURE_COLUMN_FILTER
static final Feature FEATURE_COLUMN_REGEX_FILTER
@Deprecated static final Feature[] FEATURES
ALL_FEATURES
set instead of this,
which can be modified in place.static final String ID
static final String DMR
Copyright © 2019. All rights reserved.