Skip to content

Commit 873c879

Browse files
committed
simpler widget
1 parent 90df009 commit 873c879

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

services/static-webserver/client/source/class/osparc/filter/SearchingCollaborators.js

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
qx.Class.define("osparc.filter.SearchingCollaborators", {
99
extend: qx.ui.basic.Atom,
10-
include: osparc.filter.MFilterable,
11-
implement: osparc.filter.IFilterable,
1210

1311
construct: function() {
1412
this.base(arguments);
@@ -23,28 +21,4 @@ qx.Class.define("osparc.filter.SearchingCollaborators", {
2321
this.getChildControl("icon").getContentElement().addClass("rotate");
2422
this.getChildControl("label").setTextColor("text");
2523
},
26-
27-
members: {
28-
_filter: function() {
29-
this.exclude();
30-
},
31-
32-
_unfilter: function() {
33-
this.show();
34-
},
35-
36-
_shouldApplyFilter: function(data) {
37-
if (data.name) {
38-
return true;
39-
}
40-
return false;
41-
},
42-
43-
_shouldReactToFilter: function(data) {
44-
if (data.name) {
45-
return true;
46-
}
47-
return false;
48-
}
49-
}
5024
});

0 commit comments

Comments
 (0)