Re: Editor Framework for Polymorphic types

2014-11-02 Thread Arpit
Spencer wrote: I added a comment with a link to another SO question. One of my own in fact. Hope it helps. Drew On Thursday, 30 October 2014 16:00:21 UTC, Arpit wrote: Details in this SO post: http://stackoverflow.com/questions/26656370/gwt-editor-framework-for-polymorphic-types Main

Re: Editor Framework for Polymorphic types

2014-11-02 Thread Arpit
. For every editor involved, it pushes violation to same textbox which shows violation multiple times. Is this expected? If yes, how to correctly use Editor framework for polymorphic types and display ConstraintViolation only once? Thanks, Arpit On Sunday, November 2, 2014 8:11:29 AM UTC-8, Arpit

Re: Editor Framework for Polymorphic types

2014-10-31 Thread Drew Spencer
I added a comment with a link to another SO question. One of my own in fact. Hope it helps. Drew On Thursday, 30 October 2014 16:00:21 UTC, Arpit wrote: Details in this SO post: http://stackoverflow.com/questions/26656370/gwt-editor-framework-for-polymorphic-types Main issue

Editor Framework for Polymorphic types

2014-10-30 Thread Arpit
Details in this SO post: http://stackoverflow.com/questions/26656370/gwt-editor-framework-for-polymorphic-types Main issue with the approach mentioned in above question is that driver is not passing same ConstraintViolations given to it. When violations reach individual widgets (textbox, etc

Editor framework and polymorphic types.

2011-08-22 Thread Aidan O'Kelly
Anyone have any tips on using polymorphic types within the editor framework? I have some paths of my object graph that hold polymorphic types, and their getters return the super type. How can I create the correct editor for these paths? Creating a ValueAwareEditorT where T is the super-type, and I

Re: Editor framework and polymorphic types.

2011-08-22 Thread Aidan O'Kelly
Actually I just found: http://stackoverflow.com/questions/7043760/using-gwt-editors-with-a-complex-usecase where bobv explains some ways to do it, so can ignore this question. On Mon, Aug 22, 2011 at 6:35 PM, Aidan O'Kelly aida...@gmail.com wrote: Anyone have any tips on using polymorphic types