Beispiel #1
0
 def __init__(self):
     ZBaseControlValidator.__init__(self)
 def __init__(self, model):
     self.model = model
     ZBaseControlValidator.__init__(self)
Beispiel #3
0
 def __init__(self, profilesModel):
     self.profilesModel = profilesModel
     ZBaseControlValidator.__init__(self)
Beispiel #4
0
 def __init__(self, model):
     self.model = model
     ZBaseControlValidator.__init__(self)
Beispiel #5
0
 def __init__(self):
     ZBaseControlValidator.__init__(self)
Beispiel #6
0
 def __init__(self, profilesModel):
     self.profilesModel = profilesModel
     ZBaseControlValidator.__init__(self)