Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339918 - Metamodel update to be able to have facet columns and to be able to have a local customization
Summary: Metamodel update to be able to have facet columns and to be able to have a lo...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMF-Facet (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Gregoire Dupe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 12:24 EDT by Gregoire Dupe CLA
Modified: 2020-05-01 11:26 EDT (History)
1 user (show)

See Also:
gdupe: indigo+


Attachments
Patch for Bug 339918 Implementation (5.28 KB, patch)
2011-03-17 05:22 EDT, Nicolas Guyomar CLA
gdupe: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gregoire Dupe CLA 2011-03-14 12:24:20 EDT
Hi,

We need to have
 - facet columns in the table ;
 - a local customization in the table instance;
 - a default local customization in the table configurations.

Regards,
Gregoire
Comment 1 Gregoire Dupe CLA 2011-03-14 12:44:15 EDT
I've committed the following modifications:
 - add of the classes FacetAttributColumn, FacetReferanceColumn, FacetFeatureColumn.
 - replace of the operation FeatureColumn::getFeature() by the derived reference FeatureColumn::feature
 - add of the references TableInstance::localCustomization
 - add of the reference TableConfiguration::defaultLocalCustomization

Committed revision 395.

We still have to implement:
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.AttributeColumnImpl.basicGetFeature()
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.AttributeColumnImpl.basicGetFeature()
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.FacetFeatureColumnImpl.basicGetFeature()
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.FacetFeatureColumnImpl.basicGetFacetFeature()
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.FacetFeatureColumnImpl.setFacetFeature(FacetStructuralFeature)
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.FacetReferenceColumnImpl.basicGetFeature()
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.impl.ReferenceColumnImpl.basicGetFeature()

Regards,
Gregoire Dupe
Comment 2 Nicolas Guyomar CLA 2011-03-17 05:22:35 EDT
Created attachment 191384 [details]
Patch for Bug 339918 Implementation

Hi,

Please find attached in a patch the required implementation.

(a) I, Nicolas Guyomar, wrote 100% of the code I've provided.
(b) I have the right to contribute the code to Eclipse.
(c) I contribute the content under the EPL.

Regards,
Nicolas Guyomar
Comment 3 Gregoire Dupe CLA 2011-03-17 09:07:48 EDT
Comment on attachment 191384 [details]
Patch for Bug 339918 Implementation

Here are a contribution from one employee of Mia-Software, targeting future
Indigo release. The company has signed a Member Commiter Agreement. The
contribution does not need a CQ (see bug 322327).

I've committed this contribution.

Committed revision 427.
Comment 4 Gregoire Dupe CLA 2011-03-17 09:09:56 EDT
This bug can be marked has fixed.
Comment 5 Gregoire Dupe CLA 2011-06-07 12:47:23 EDT
This bug can be closed.