Sets validator class (not an instance of the class)
(self, validator=None)
| 73 | self.refreshEntityList(selected=selected) |
| 74 | |
| 75 | def SetEditorValidator(self, validator=None): |
| 76 | """ Sets validator class (not an instance of the class) """ |
| 77 | self.validator = validator |
| 78 | |
| 79 | def getEntitiesFromContext(self): |
| 80 | """ Gets list of entities from current context """ |