setNoDataSourceCaption(uidl);
setDateFormatInfo(uidl);
// Data received
if (uidl.hasAttribute(TimelineConstants.ATTRIBUTE_DATA)) {
ValueMap map = uidl
.getMapAttribute(TimelineConstants.ATTRIBUTE_DATA);
ValueMap changedDensitiesMap = uidl
.getMapAttribute(TimelineConstants.ATTRIBUTE_DENSITIES);
List<Long> removableRequests = new LinkedList<Long>();
Set<Long> currentlyWaitingData = new HashSet<Long>(
waitingForData.keySet());