// Default display converter. Used to convert the values typed into the
// text boxes into String objects.
configRegistry.registerConfigAttribute(
FilterRowConfigAttributes.FILTER_DISPLAY_CONVERTER,
new DefaultDisplayConverter());
// Default comparator. Used to compare objects in the column during
// threshold matching.
configRegistry.registerConfigAttribute(
FilterRowConfigAttributes.FILTER_COMPARATOR,