Searched refs:cellMapping (Results 1 – 1 of 1) sorted by relevance
7502 Graph.prototype.createCellMapping = function(mapping, lookup, cellMapping) argument7504 cellMapping = (cellMapping != null) ? cellMapping : new Object();7510 if (cellMapping[cellId] == null)7514 cellMapping[cellId] = mapping[objectId].getId() || '';7518 return cellMapping;7536 var cellMapping = new Object();7562 cellMapping[tempModel.getChildAt(tempModel.root, 0).getId()] =7583 this.createCellMapping(cloneMap, lookup, cellMapping);7584 this.updateCustomLinks(cellMapping, cells);