4772: Not all Gramplets make sense on all views (filter gramplet on Gramplets View); changed to using navigation_type rather than category

svn: r17209
This commit is contained in:
Doug Blank
2011-04-22 14:24:14 +00:00
parent 665779695c
commit 7f0ded5673
5 changed files with 56 additions and 46 deletions

View File

@@ -122,3 +122,11 @@ class GrampletView(PageView):
:return: list of functions
"""
return self.widget._get_configure_page_funcs()
def navigation_type(self):
"""
Return a description of the specific nav_type items that are
associated with this view. None means that there is no specific
type.
"""
return None