Example #1
0
 def _getExtensionDefClass(self):
     raise ZAbstractMethodCalledException(self.__class__, u"_getExtensionDefClass") #$NON-NLS-1$
Example #2
0
 def _getOverrideTagSitesKey(self):
     raise ZAbstractMethodCalledException(
         self.__class__, u"_getOverrideTagSitesKey")  #$NON-NLS-1$
Example #3
0
 def _getOverridePublishingSettingsKey(self):
     raise ZAbstractMethodCalledException(
         self.__class__, u"_getOverridePublishingSettingsKey")  #$NON-NLS-1$
Example #4
0
 def _handleRow(self, row):
     raise ZAbstractMethodCalledException(unicode(self.__class__),
                                          u"_handleRow")  #$NON-NLS-1$
Example #5
0
 def _setStoreId(self, storeId):
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_setStoreId")  #$NON-NLS-1$
Example #6
0
 def _onMeasureItem(self, item):
     u"Subclasses must override this method to measure the height of the given item."  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__),
                                          u"_onMeasureItem")  #$NON-NLS-1$
Example #7
0
 def _createSearchFilter(self):
     raise ZAbstractMethodCalledException(unicode(
         self.__class__), u"_createSearchFilter")  #$NON-NLS-1$
Example #8
0
 def _removeUserPreference(self, key):
     u"Internal method to remove the value of the user preference." #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__), u"_removeUserPreference") #$NON-NLS-1$
Example #9
0
 def getContribLocations(self):
     raise ZAbstractMethodCalledException()
Example #10
0
 def _getHeaderImagePath(self):
     u"Returns the path to an image that will be shown in the header. (abstract)"  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(
         self.__class__, u"_getHeaderImagePath")  #$NON-NLS-1$
Example #11
0
 def _getUserPreference(self, key):
     u"Internal method to get the value of the user preference.  If it does not exist, this should return None." #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__), u"_getUserPreference") #$NON-NLS-1$
Example #12
0
 def _getHeaderMessage(self):
     u"Returns the header message. (abstract)"  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(
         self.__class__, u"_getHeaderMessage")  #$NON-NLS-1$
Example #13
0
 def _layoutNonHeaderWidgets(self):
     u"Called to layout the non header related widgets.  Should return a sizer.  (abstract)"  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(
         self.__class__, u"_layoutNonHeaderWidgets")  #$NON-NLS-1$
Example #14
0
 def _createNonHeaderWidgets(self):
     u"Called to create the non header related widgets.  (abstract)"  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(
         self.__class__, u"_createNonHeaderWidgets")  #$NON-NLS-1$
Example #15
0
 def _createWindowWidgets(self, parent):
     u"Creates the widgets for this window." #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__), u"_createWindowWidgets") #$NON-NLS-1$
Example #16
0
 def contributesToLocation(self, location):
     raise ZAbstractMethodCalledException()
Example #17
0
 def _layoutWindowWidgets(self):
     u"Lays out the window's widgets and returns a sizer (should be implemented by subclasses)." #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__), u"_layoutWindowWidgets") #$NON-NLS-1$
Example #18
0
 def getContribCategory(self):
     raise ZAbstractMethodCalledException()
Example #19
0
 def _onDrawItem(self, dc, rect, item):
     u"Subclasses must override this method to draw the given item onto the DC."  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(unicode(self.__class__),
                                          u"_onDrawItem")  #$NON-NLS-1$
Example #20
0
 def _searchLinks(self, query):
     u"""_searchLinks(string ) - IZLink[]
     Returns list of links matching query. Provider must support SEARCH_LINKS capability """ #$NON-NLS-1$
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_searchLinks")  #$NON-NLS-1$
Example #21
0
 def _getIDOMapKey(self, ido):
     raise ZAbstractMethodCalledException(unicode(self.__class__),
                                          u"_getIDOMapKey")  #$NON-NLS-1$
Example #22
0
 def _listLinks(self, maxNumLinks):
     u"""_listLinks(int) - IZLink[]
     Returns list of links. Provider must support LIST_LINKS capability """ #$NON-NLS-1$
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_listLinks")  #$NON-NLS-1$
Example #23
0
 def _createSession(self):
     u"Creates the IZUserPreferencePageSession to use for this page."  #$NON-NLS-1$
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_createSession")  #$NON-NLS-1$
Example #24
0
 def _listFormatters(self):
     u"""_listFormatters() - IZLinkFormatter[]
     Returns list of link formatters for given type. Provider must support LIST_FORMATTERS capability """ #$NON-NLS-1$
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_listFormatters")  #$NON-NLS-1$
Example #25
0
 def _setTemplateId(self, templateId):
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_setTemplateId")  #$NON-NLS-1$
Example #26
0
 def _createDetailsContainer(self, parent):
     raise ZAbstractMethodCalledException(
         self.__class__, u"_createDetailsContainer")  #$NON-NLS-1$
Example #27
0
 def _createUserPrefs(self):
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_createUserPrefs")  #$NON-NLS-1$
Example #28
0
 def onViewSelectionChanged(self, event):
     raise ZAbstractMethodCalledException(
         self.__class__, u"onViewSelectionChanged")  #$NON-NLS-1$
Example #29
0
 def _createContentEditCtrl(self, parent):
     # sublcasses must create concrete IZBlogPostEditControl impl.
     raise ZAbstractMethodCalledException(
         self.__class__.__name__, u"_createContentEditCtrl")  #$NON-NLS-1$
Example #30
0
 def _getWorkAmount(self):
     raise ZAbstractMethodCalledException(self.__class__,
                                          u"_getWorkAmount")  #$NON-NLS-1$