if (uif != null) {
String target = hitUrl.target;
if (target == null) {
target = ContentNetworkUtils.getTarget(entry.getContentNetwork());
}
uif.viewURL(hitUrl.url, target, "column.activity.action");
return;
}
}
}
Object ds = event.cell.getDataSource();