On Wed, Nov 7, 2012 at 8:52 AM, Lance Java <lance.j...@googlemail.com>wrote:
> > Lance, you might be interested in > https://issues.apache.org/jira/browse/TAP5-1606. > Interesting, I think the @EmbeddedMixin functionality is cleaner than what > I > suggested. I do agree with HLS' comment on the issue that it breaks the > black box philosophy of components. But given the alternatives, I think > it's > also the cleanest option. > Exactly how I see it. It would pretty cool if you could, in a generic manner, attach a context menu to a grid cell of any grid with a mixin. We'd need to open up the lid just a bit to peek inside of the black box to see the nested components inside but the alternative is implementing your own version of the same components. Targeting types of nested components seems like a reasonable compromise between a strict philosophy and free-for-all flexibility. Kalle