Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1827, comment 5


Ignore:
Timestamp:
06/26/12 13:10:03 (12 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1827, comment 5

    initial v1  
    1 Thanks for the comments. I really don't know how to implement RemoveItem for ItemTreeView. I have therefore made ItemTreeView abstract as well as RemoveItem. I have also added a method AddItem as the base implementation wasn't used anyway and also to be more consistent with RemoveItem. I hope this is ok, I don't know how to solve this in another way. Please see r8120 for the changes.
     1Thanks for the comments. I really don't know how to implement RemoveItem for ItemTreeView because I don't think that you can implement the removal of childs in a generic way. I have therefore made ItemTreeView abstract as well as RemoveItem. I have also added a method AddItem as the base implementation wasn't used anyway and also to be more consistent with RemoveItem. I hope this is ok, I don't know how to solve this in another way. Please see r8120 for the changes.