|
|
|
Re: Table with nested attributes [message #1726020 is a reply to message #1725953] |
Wed, 09 March 2016 00:59  |
Eclipse User |
|
|
|
On 08/03/2016 16:36, Martin Jonsson wrote:
> Hello Lorenzo.
>
> Thanks for helping out.
>
> That bug is way more advanced than my requirement.
>
> I only need to show multi containement reference attributes in a table.
> Like this example from EMF databinding with multilist:
>
> public IObservableList uc4(Project p) {
> IEMFListProperty prop = EMFProperties.multiList(
> ProjectPackage.Literals.PROJECT__SUBPROJECTS,
> ProjectPackage.Literals.PROJECT__COMMITTERS
> );
> return prop.observe(p);
> }
>
> Here all committers for all subprojects for a project is displayed in
> the table.
>
> I hope this is clear enough.
Hi Martin
how would the committers be shown in the table?
a table with a row for each committer?
a table with a row for each subprojects, and column for each committer?
cheers
Lorenzo
--
Prof. Lorenzo Bettini, Computer Science, DISIA, Univ. Firenze
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book
|
|
|
Powered by
FUDForum. Page generated in 0.05394 seconds