Lines Matching defs:cell

304 	this.isHtmlLabel = function(cell)  argument
769 this.connectionHandler.isValidSource = function(cell, me) argument
875 this.graphHandler.start = function(cell, x, y, cells) argument
1080 this.getCursorForCell = function(cell) argument
1137 this.isCellLocked = function(cell) argument
2179 return model.filterDescendants(function(cell) argument
2242 Graph.prototype.getStartEditingCell = function(cell, trigger) argument
2281 Graph.prototype.copyStyle = function(cell) argument
2446 Graph.prototype.getAbsoluteParent = function(cell) argument
2463 Graph.prototype.isPart = function(cell) argument
2472 Graph.prototype.getCompositeParent = function(cell) argument
2594 mxGraphView.prototype.validate = function(cell) argument
2920 this.layoutManager.hasLayout = function(cell, eventName) argument
2925 this.layoutManager.getLayout = function(cell, eventName) argument
3346 Graph.prototype.isReplacePlaceholders = function(cell) argument
3392 Graph.prototype.isEdgeIgnored = function(cell) argument
3419 Graph.prototype.getLabel = function(cell) argument
3434 Graph.prototype.isLabelMovable = function(cell) argument
3456 Graph.prototype.setDefaultParent = function(cell) argument
3471 Graph.prototype.getClickableLinkForCell = function(cell) argument
3739 Graph.prototype.replacePlaceholders = function(cell, str, vars, translate) argument
4195 Graph.prototype.convertValueToString = function(cell) argument
4256 Graph.prototype.getLinkForCell = function(cell) argument
4278 Graph.prototype.getLinkTargetForCell = function(cell) argument
4292 Graph.prototype.getCellStyle = function(cell) argument
4317 Graph.prototype.updateAlternateBounds = function(cell, geo, willCollapse) argument
4498 Graph.prototype.isContainer = function(cell) argument
4515 Graph.prototype.isCellConnectable = function(cell) argument
4526 Graph.prototype.isLabelMovable = function(cell) argument
4609 Graph.prototype.isCellFoldable = function(cell) argument
4716 Graph.prototype.getTooltipForCell = function(cell) argument
5545 var checkCollision = mxUtils.bind(this, function(cell, arrow) argument
5905 Graph.prototype.isTableCell = function(cell) argument
5913 Graph.prototype.isTableRow = function(cell) argument
5921 Graph.prototype.isTable = function(cell) argument
5931 Graph.prototype.isStack = function(cell) argument
5941 Graph.prototype.isStackChild = function(cell) argument
6289 var temp = {style: style, cell: cells[i], geo: cell}; property in TableLayout.layoutRow.temp
6429 mxGraphView.prototype.validateCellState = function(cell, recurse) argument
7666 Graph.prototype.isSwimlane = function(cell, ignoreState) argument
7684 Graph.prototype.isExtendParent = function(cell) argument
8148 Graph.prototype.updateCustomLinksForCell = function(mapping, cell) argument
8163 Graph.prototype.doUpdateCustomLinksForCell = function(mapping, cell) argument
8255 Graph.prototype.isValidRoot = function(cell) argument
8282 Graph.prototype.isValidDropTarget = function(cell, cells, evt) argument
8315 Graph.prototype.isExtendParentsOnAdd = function(cell) argument
8340 Graph.prototype.getPreferredSizeForCell = function(cell) argument
8539 Graph.prototype.invalidateDescendantsWithPlaceholders = function(cell) argument
8634 Graph.prototype.cellLabelChanged = function(cell, value, autoSize) argument
8771 Graph.prototype.setLinkForCell = function(cell, link) argument
8779 Graph.prototype.setTooltipForCell = function(cell, link) argument
8796 Graph.prototype.getAttributeForCell = function(cell, attributeName, defaultValue) argument
8807 Graph.prototype.setAttributeForCell = function(cell, attributeName, attributeValue) argument
8839 Graph.prototype.getDropTarget = function(cells, evt, cell, clone) argument
8906 Graph.prototype.dblClick = function(evt, cell) argument
8911 mxGraph.prototype.dblClick.call(this, evt, cell); argument
8918 Graph.prototype.insertTextForEvent = function(evt, cell) argument
9517 Graph.prototype.isCellResizable = function(cell) argument
10213 Graph.prototype.insertTableColumn = function(cell, before) argument
10289 Graph.prototype.deleteLane = function(cell) argument
10334 Graph.prototype.insertLane = function(cell, before) argument
10370 Graph.prototype.insertTableRow = function(cell, before) argument
10440 Graph.prototype.deleteTableColumn = function(cell) argument
10524 Graph.prototype.deleteTableRow = function(cell) argument
10853 var popup = (!cellSelected || isMouseEvent) ? null : mxUtils.bind(this, function(cell) argument
11092 mxCellEditor.prototype.startEditing = function(cell, trigger) argument
11666 mxStackLayout.prototype.resizeCell = function(cell, bounds) argument
11713 function addCell(cell) argument