Searched refs:ElementRegistry (Results 1 – 1 of 1) sorted by relevance
5593 function ElementRegistry(eventBus) { class5599 ElementRegistry.$inject = [ 'eventBus' ];5629 ElementRegistry.prototype.remove = function(element) {5653 ElementRegistry.prototype.updateId = function(element, newId) {5712 ElementRegistry.prototype.get = function(filter) {5732 ElementRegistry.prototype.filter = function(fn) {5752 ElementRegistry.prototype.find = function(fn) {5773 ElementRegistry.prototype.getAll = function() {5782 ElementRegistry.prototype.forEach = function(fn) {5825 ElementRegistry.prototype._validateId = function(id) {[all …]