src/pyams_content/component/association/interfaces/__init__.py
changeset 445 ad73bd24079f
parent 437 4a4482e283df
child 555 8e8a14452567
equal deleted inserted replaced
444:a20522cd41f6 445:ad73bd24079f
    69     contains(IAssociationItem)
    69     contains(IAssociationItem)
    70 
    70 
    71     def append(self, value, notify=True):
    71     def append(self, value, notify=True):
    72         """Append given value to container"""
    72         """Append given value to container"""
    73 
    73 
       
    74     def get_visible_items(self):
       
    75         """Get list of visible items"""
       
    76 
    74 
    77 
    75 class IAssociationTarget(IAttributeAnnotatable):
    78 class IAssociationTarget(IAttributeAnnotatable):
    76     """Associations container target interface"""
    79     """Associations container target interface"""
    77 
    80 
    78 
    81