Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 466447 - [TreeTable] Missing method to reload a (hierarchic) table
Summary: [TreeTable] Missing method to reload a (hierarchic) table
Status: CLOSED FIXED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Table (show other bugs)
Version: 1.1.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Vincent Lorenzo CLA
QA Contact:
URL:
Whiteboard: ET15Q2
Keywords:
Depends on: 467706 467723
Blocks:
  Show dependency tree
 
Reported: 2015-05-05 10:51 EDT by Sebastien GABEL CLA
Modified: 2015-06-03 04:27 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastien GABEL CLA 2015-05-05 10:51:08 EDT
In the API, more precisely in class NattableModelManager, a method is missing to reload a table regarding its configuration. We expect a behavior similar to the content of the init() method.
Could you provide such a method please ?
Comment 1 Vincent Lorenzo CLA 2015-05-20 09:12:32 EDT
I added the bug 467706 as subtask, but I don't think than it fix your initial problem...
Comment 2 Vincent Lorenzo CLA 2015-05-20 09:33:11 EDT
The first problem is when categories are hidden, changing the categories generate an empty table. (reproduced in Papyrus Luna on the tree table branch)
Comment 3 Vincent Lorenzo CLA 2015-05-21 10:58:55 EDT
a method "Reload Table Editor" has been added in the popup menu of the table + a specific handler. 
A new method reloadNattableModelManager has been added into AbstractEMFNattableEditor.

Fixed in commit c949fd24d3919c972b982879351fcb29341fb48c on  branch master
Fixed in commit c7446d5acac9456f4dae1bf9056a2297cd44ea31 on branch bugfixes:bugs/439888/filterInLuna102

This bug can be marked as closed fixed.
Comment 4 Vincent Lorenzo CLA 2015-06-03 04:27:16 EDT
Commit  3d19dfda704a31d4565c632c0923407bfe17550f on branch master : improve the handler declaration for the reload method