Re: GWT Editors - temporary field

2015-03-29 Thread Thomas Broyer
On Sunday, March 29, 2015 at 6:56:12 PM UTC+2, Manuel wrote: > > Hi Thomas, > thanks for the your help, using ValueAwareEditor works well. > > Now I also want to update the diff field, whenever one of the date fields > value changes. > onPropertyChange dont get called, after changing one of the

Re: GWT Editors - temporary field

2015-03-29 Thread Manuel
Hi Thomas, thanks for the your help, using ValueAwareEditor works well. Now I also want to update the diff field, whenever one of the date fields value changes. onPropertyChange dont get called, after changing one of the datefields. I think I have to add valueChangeHandlers on the datefields to

Re: GWT Editors - temporary field

2015-03-29 Thread Thomas Broyer
I would implement ValueAwareEditor on the editor that contains the subeditors for the two fields. On setValue, compute the difference/duration and put it into a label for display (annotated with @Editor.Ignore, as it's not a field of the "model"). On Sunday, March 29, 2015 at 5:21:56 PM UTC+2, M

GWT Editors - temporary field

2015-03-29 Thread Manuel
Hi everyone, my question is regarding the Editors framework with Requestfactor, that im qctually using. I got a proxy with two dates, that is used with editors. Now I want to show the difference of these two dates in a seperate field (i.e. 2 hours). One simple approach could be, after calling

Re: Gwt Editors: How to change a value programmatically

2015-03-14 Thread Manuel
I think this is a bug. I change my UI to the following: 1 x standard datebox with a corrsponding datepicker (picker shows when in the input datebox). The datebox get time format (TIME_SHORT), so it only displays the time. When I click in the datebox, the datepicker appears. Changing the date vi

Re: Gwt Editors: How to change a value programmatically

2015-03-13 Thread Manuel
Hi Paul, thanks for the hint. I changed the format of the datebox to something where the year/month/day part is displayed in the datebox and with that my above code works. Unfortunately I have to use the short format, so thats no solution. Regards, Manuel -- You received this message because

Re: Gwt Editors: How to change a value programmatically

2015-03-12 Thread Paul Robinson
On 10 Mar 2015 18:56, "Manuel" wrote: > > // Copy day/month/year to the datebox > startDate.setYear(selectedDate.getYear()); > startDate.setMonth(selectedDate.getMonth()); > startDate.setDate(selectedDate.getDate()); > Perhaps you should remember t

Re: Gwt Editors: How to change a value programmatically

2015-03-12 Thread Manuel
No ideas ? :( -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-

Re: Gwt Editors: How to change a value programmatically

2015-03-10 Thread Manuel
On more note: The datepicker don't belong to the datebox. I also forgot to mention, that I use the editors in combination with the requestfactory. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop rec

Re: Gwt Editors: How to change a value programmatically

2015-03-10 Thread Manuel
On more note: the datepicker don't belong to the datebox. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com.

Gwt Editors: How to change a value programmatically

2015-03-10 Thread Manuel
doesnt work (stays unchanged). Updating hours/minutes is no problem... I use gwt editors framework. So, how to change the date the editors way? Thanks in advance. Regards, Manuel -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

GWT editors and objects with optional data

2012-09-25 Thread Austin Miller
Hi, I'm trying to set up get editors with classes that are auto-generated to be something like: public static class Foo { String name; boolean isNameSet; public String getName() { return name; } public void setName(String name) { isNameSet = true; this.name = name; }

Re: GWT Editors

2008-11-20 Thread [EMAIL PROTECTED]
2nd for Cypal. But if you can scrape up a very, very reasonable $60 USD, GWT Designer from Instantiations is fantastic! Visual GUI designer, a ton of integrated GWT support in Eclipse. It is truly the best environment I've found in any development technology. www.instantiations.com. I'm not af

Re: GWT Editors

2008-11-20 Thread Tulio Ornelas
I use Cypal Studio (link ) 2008/11/20 zubair <[EMAIL PROTECTED]> > > Hi All, > > Any free GWT plugins availabe for eclipse? > > Regards, > Zubair > > > > > --~--~-~--~~~---~--~~ You received this message because you are sub

GWT Editors

2008-11-20 Thread zubair
Hi All, Any free GWT plugins availabe for eclipse? Regards, Zubair --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.