src/pyams_content/component/association/interfaces/__init__.py
changeset 633 7ebe8a011c16
parent 586 28445044f6e3
child 841 d50743e69693
equal deleted inserted replaced
632:aa2352c824ca 633:7ebe8a011c16
    72 
    72 
    73     def get_visible_items(self):
    73     def get_visible_items(self):
    74         """Get list of visible items"""
    74         """Get list of visible items"""
    75 
    75 
    76 
    76 
    77 class IAssociationTarget(IAttributeAnnotatable):
    77 class IAssociationContainerTarget(IAttributeAnnotatable):
    78     """Associations container target interface"""
    78     """Associations container target interface"""
    79 
    79 
    80 
    80 
    81 class IAssociationRenderer(Interface):
    81 class IAssociationRenderer(Interface):
    82     """Association renderer adapter interface"""
    82     """Association renderer adapter interface"""
    83 
    83 
       
    84 
       
    85 #
       
    86 # Associations paragraph
       
    87 #
    84 
    88 
    85 ASSOCIATION_PARAGRAPH_TYPE = 'Associations'
    89 ASSOCIATION_PARAGRAPH_TYPE = 'Associations'
    86 ASSOCIATION_PARAGRAPH_NAME = _("Associations")
    90 ASSOCIATION_PARAGRAPH_NAME = _("Associations")
    87 ASSOCIATION_PARAGRAPH_RENDERERS = 'PyAMS.associations.renderers'
    91 ASSOCIATION_PARAGRAPH_RENDERERS = 'PyAMS.associations.renderers'
    88 
    92