Hi
I have this metamodel;
(i only showing releations)
abstract Field
LookUp extends Field
contentType -> 1..1 ContentType (referance)
showField -> 1..1 Field (reference)
Content Type
ownedField -> 0..* Field(containment)
here i just want when user select showfield feature from properties section of LookUp Field, GMF must show only its referenced ContentType element Field's. But when i generate GMF it shows all created Field. How can i constraint this ? anyone can help me ?
(Example attached as a picture)
on example LookUp defined and cnn2 ContentType set as its ContentType referance feature. But when i click showField from properties section i must have only 'no' Number Field. But it gives me all fields. But i need only no Number field. How can i do this anyone can help me ?
Regards
[Updated on: Fri, 24 May 2013 04:45] by Moderator