Beispiel #1
0
    def __init__(self, parent):
        ZSummaryView.__init__(self, parent)

        self.clearEventTypes = [
            IZViewSelectionTypes.BLOG_POSTS_SELECTION,
            IZViewSelectionTypes.ACCOUNT_SELECTION,
            IZViewSelectionTypes.BLOG_SELECTION,
            IZViewSelectionTypes.BLOG_IMAGES_SELECTION,
            IZViewSelectionTypes.BLOG_LINKS_SELECTION,
            IZViewSelectionTypes.BLOG_TAGS_SELECTION,
            IZViewSelectionTypes.UNPUBLISHED_ACCOUNT_SELECTION,
        ]
 def __init__(self, parent):
     ZSummaryView.__init__(self, parent)
     
     self.clearEventTypes = [
         IZViewSelectionTypes.BLOG_POSTS_SELECTION,
         IZViewSelectionTypes.ACCOUNT_SELECTION,
         IZViewSelectionTypes.BLOG_SELECTION,
         IZViewSelectionTypes.BLOG_IMAGES_SELECTION,
         IZViewSelectionTypes.BLOG_LINKS_SELECTION,
         IZViewSelectionTypes.BLOG_TAGS_SELECTION,
         IZViewSelectionTypes.UNPUBLISHED_ACCOUNT_SELECTION,
     ]
    def _bindWidgetEvents(self):
        ZSummaryView._bindWidgetEvents(self)

        self.Bind(ZEVT_VIEW_LINKS_FILTER_CHANGED, self.onLinksFilterChanged)
Beispiel #4
0
    def _bindWidgetEvents(self):
        ZSummaryView._bindWidgetEvents(self)

        self.Bind(ZEVT_VIEW_IMAGES_FILTER_CHANGED, self.onImagesFilterChanged)
Beispiel #5
0
    def _bindWidgetEvents(self):
        ZSummaryView._bindWidgetEvents(self)

        self.Bind(ZEVT_VIEW_TAGS_FILTER_CHANGED, self.onTagsFilterChanged)
Beispiel #6
0
    def _bindWidgetEvents(self):
        ZSummaryView._bindWidgetEvents(self)

        self.Bind(ZEVT_VIEW_BLOG_POSTS_FILTER_CHANGED,
                  self.onBlogPostsFilterChanged)
    def _bindWidgetEvents(self):
        ZSummaryView._bindWidgetEvents(self)

        self.Bind(ZEVT_VIEW_IMAGES_FILTER_CHANGED, self.onImagesFilterChanged)
    def _bindWidgetEvents(self):
        ZSummaryView._bindWidgetEvents(self)

        self.Bind(ZEVT_VIEW_BLOG_POSTS_FILTER_CHANGED, self.onBlogPostsFilterChanged)