String url = ("/serve?blob-key=" + fileDetail.getBlobKey());
Anchor a = new Anchor(url);
a.setHref(url);
RootPanel.get().add(a);
Native.click(a.getElement());
a.removeFromParent();
}
// Protected so only IconPanel can create
protected FileIcon(final BlobInfoJS x) {
initWidget(uiBinder.createAndBindUi(this));