Esempio n. 1
0
    def __init__(self, rh, material):
        self._material = self._target = material

        WPConferenceDefaultDisplayBase.__init__(self, rh,
                                                self._material.getConference())

        self._navigationTarget = self._material
Esempio n. 2
0
 def __init__(self, rh, conference):
     WPConferenceDefaultDisplayBase.__init__(self, rh, conference)
     WPCollaborationBase.__init__(self)
Esempio n. 3
0
 def __init__(self, rh, conf, authKey):
     WPConferenceDefaultDisplayBase.__init__(self, rh, conf)
     WPCollaborationBase.__init__(self)
     self.authKey = authKey
Esempio n. 4
0
 def __init__(self, rh, conference, **kwargs):
     WPConferenceDefaultDisplayBase.__init__(self, rh, conference, **kwargs)
     self.page = kwargs['page']
Esempio n. 5
0
 def __init__(self, rh, conf):
     WPConferenceDefaultDisplayBase.__init__(self, rh, conf)
     self._conf = conf
     self._aw = rh.getAW()
Esempio n. 6
0
 def __init__(self, rh, conf, authId):
     WPConferenceDefaultDisplayBase.__init__(self, rh, conf)
     self._authorId = authId
Esempio n. 7
0
 def __init__(self, rh, material):
     self._material = self._target = material
     WPConferenceDefaultDisplayBase.__init__(self, rh, self._material.getConference())
     self._navigationTarget = self._material
Esempio n. 8
0
 def __init__(self, rh, conference, **kwargs):
     WPConferenceDefaultDisplayBase.__init__(self, rh, conference, **kwargs)
     self.page = kwargs['page']
Esempio n. 9
0
    def __init__(self, rh, file):
        self._file = file

        WPConferenceDefaultDisplayBase.__init__(self, rh,
                                                self._file.getConference())
        self._navigationTarget = file
Esempio n. 10
0
 def __init__(self, rh, link):
     self._link = link
     WPConferenceDefaultDisplayBase.__init__( self, rh, self._link.getConference() )
     self._navigationTarget = link
Esempio n. 11
0
 def __init__(self, rh, link):
     self._link = link
     WPConferenceDefaultDisplayBase.__init__(self, rh, self._link.getConference())
     self._navigationTarget = link
Esempio n. 12
0
 def __init__(self, rh, conf, authKey):
     WPConferenceDefaultDisplayBase.__init__(self, rh, conf)
     self.authKey = authKey
Esempio n. 13
0
 def __init__(self, rh, contrib, authId):
     WPConferenceDefaultDisplayBase.__init__(self, rh,
                                             contrib.getConference())
     self._authorId = authId
     self._contrib = contrib
Esempio n. 14
0
 def __init__(self, rh, conf, authId):
     WPConferenceDefaultDisplayBase.__init__(self, rh, conf)
     self._authorId = authId
Esempio n. 15
0
 def __init__(self, rh, conf):
     WPConferenceDefaultDisplayBase.__init__(self, rh, conf)
     self._conf = conf
     self._aw = rh.getAW()
Esempio n. 16
0
 def __init__(self, rh, file):
     self._file = file
     
     WPConferenceDefaultDisplayBase.__init__( self, rh, self._file.getConference() )
     self._navigationTarget = file
Esempio n. 17
0
 def __init__(self, rh, contrib, authId):
     WPConferenceDefaultDisplayBase.__init__(self, rh, contrib.getConference())
     self._authorId = authId
     self._contrib = contrib
Esempio n. 18
0
 def __init__(self, rh, conference):
     WPConferenceDefaultDisplayBase.__init__(self, rh, conference)
     WPCollaborationBase.__init__(self)