searchIcon = new EndpointSearch(view);
queryOptions.addMember(searchIcon);
}
outputSelection = new OutputSelection(view, this);
queryOptions.addMember(outputSelection);
if (JsMethods.stringToDownloadSupported()) {
downloadLink = new DownloadLink(view);
queryOptions.addMember(downloadLink);