Lines Matching defs:setEnabled

421 …otype.isEnabled=function(){return this.enabled};mxDragSource.prototype.setEnabled=function(a){this…  method in mxDragSource
456 …ype.isEnabled=function(){return this.enabled};mxUrlConverter.prototype.setEnabled=function(a){this… method in mxUrlConverter
467 mxPopupMenu.prototype.setEnabled=function(a){this.enabled=a};mxPopupMenu.prototype.isPopupTrigger=f… method in mxPopupMenu
480 ….isEnabled=function(){return this.enabled};mxAutoSaveManager.prototype.setEnabled=function(a){this… method in mxAutoSaveManager
1472 mxGraph.prototype.setEnabled=function(a){this.enabled=a;this.fireEvent(new mxEventObject("enabledCh… method in mxGraph
1543 …rototype.isEnabled=function(){return this.enabled};mxOutline.prototype.setEnabled=function(a){this… method in mxOutline
1564 …pe.isEnabled=function(){return this.enabled};mxLayoutManager.prototype.setEnabled=function(a){this… method in mxLayoutManager
1575 ….isEnabled=function(){return this.enabled};mxSwimlaneManager.prototype.setEnabled=function(a){this… method in mxSwimlaneManager
1598 …ype.isEnabled=function(){return this.enabled};mxGraphHandler.prototype.setEnabled=function(a){this… method in mxGraphHandler
1660 …te=null;mxCellMarker.prototype.markedState=null;mxCellMarker.prototype.setEnabled=function(a){this… method in mxCellMarker
1668 …bled=function(){return this.enabled};mxSelectionCellsHandler.prototype.setEnabled=function(a){this… method in mxSelectionCellsHandler
1678 …sEnabled=function(){return this.enabled};mxConnectionHandler.prototype.setEnabled=function(a){this… method in mxConnectionHandler
1738 …sEnabled=function(){return this.enabled};mxConstraintHandler.prototype.setEnabled=function(a){this… method in mxConstraintHandler
1756 …otype.isEnabled=function(){return this.enabled};mxRubberband.prototype.setEnabled=function(a){this… method in mxRubberband
1948 …otype.isEnabled=function(){return this.enabled};mxKeyHandler.prototype.setEnabled=function(a){this… method in mxKeyHandler
1953 …e.isEnabled=function(){return this.enabled};mxTooltipHandler.prototype.setEnabled=function(a){this… method in mxTooltipHandler
3672 …(a)};Toolbar.prototype.addEnabledState=function(a){var b=a.className;a.setEnabled=function(d){a.en… function