public void open(String uuid) {
centertabbedPanel.openAsset(uuid);
}
},
AssetItemGrid.PACKAGEVIEW_LIST_TABLE_ID,
new AssetItemGridDataLoader() {
public void loadData(int skip, int numRows, GenericCallback cb) {
RepositoryServiceFactory.getService().listAssets(pc.uuid, fmts, skip, numRows, AssetItemGrid.PACKAGEVIEW_LIST_TABLE_ID, cb);
}
}
, GWT.getModuleBaseURL() + "feed/package?name=" + pc.name + "&viewUrl=" + Window.Location.getHref() + "&status=*");