Class FilterRowConfigAttributes
java.lang.Object
org.eclipse.nebula.widgets.nattable.filterrow.config.FilterRowConfigAttributes
Attributes used to configure the filter row behavior.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigAttribute<Comparator<?>>Comparator to be used for threshold matchingstatic final ConfigAttribute<IDisplayConverter>Display converter that is used for text filter operations to convert the body cell content to a string.static final ConfigAttribute<IDisplayConverter>Display converter used to convert the string typed by the user to the data type of the column or in case of combo boxes to convert the filter object to string.static final ConfigAttribute<String>static final ConfigAttribute<TextMatchingMode> -
Method Summary
-
Field Details
-
TEXT_DELIMITER
-
TEXT_MATCHING_MODE
-
FILTER_COMPARATOR
Comparator to be used for threshold matching -
FILTER_DISPLAY_CONVERTER
Display converter used to convert the string typed by the user to the data type of the column or in case of combo boxes to convert the filter object to string. -
FILTER_CONTENT_DISPLAY_CONVERTER
Display converter that is used for text filter operations to convert the body cell content to a string. Typically the same converter that is used for rendering in the body.- Since:
- 2.0
-