}
// If this is time range.
else if (valueLow instanceof DBStringTime
&& valueHigh instanceof DBStringTime) {
TimeRangeControl ctrl = new TimeRangeControl();
ctrl.bind(dataRow, item.getLowBoundDataColumn(), item
.getHighBoundDataColumn());
addedControl = ctrl;
} else
throw new NotImplementedFeatureException(
"There is no implementation to edit range of types "