Re: Sorting CellTable data server-side

2011-09-02 Thread fabio.bozzo
So.. do I have to update my gwt sdk version? On 1 Set, 17:39, Thomas Broyer wrote: > That's probably the reason behind this recent > change:http://code.google.com/p/google-web-toolkit/source/detail?r=10487 -- You received this message because you are subscribed to the Google Groups "Google We

Sorting CellTable data server-side

2011-09-01 Thread fabio.bozzo
I'm currently using a Gwt CellTable, bound to my GAE/Objectify backend via RPC calls. All right now! :-) Then I want to sort columns, so I read http://code.google.com/intl/it-IT/webtoolkit/doc/latest/DevGuideUiCellTable.html#columnSorting The Async Remote sorting sections shows very well how to

Re: CellTree getNodeInfo big doubts!

2011-08-25 Thread fabio.bozzo
nobody? so who can help me? -- 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.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroup

CellTree getNodeInfo big doubts!

2011-08-24 Thread fabio.bozzo
I can't understand that part, neither trying the showcase examples. I'm using an extension of AsyncDataProvider to bind my tree to RPC service. Here's my method: public NodeInfo getNodeInfo(T value) { /* if (value instanceof Categoria) { dataProvider.setCurrentParent(

CellTree isLeaf() in practice

2011-08-22 Thread fabio.bozzo
I'm trying to display a tree of Categories, following the basic CellTree gwt examples. What I am stuck at is determining the "leaf" condition of a Category. A Category "is-a-leaf" when it hasn't children, right? So, here's my Category (I am using Objectify for appengine persistence): @Entity publi

Re: DoubleBox cell decimals positions formatting

2011-08-22 Thread fabio.bozzo
Can you help me with a little example code? :-) -- 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.com. To unsubscribe from this group, send email to google-web-toolkit+uns

DoubleBox cell decimals positions formatting

2011-08-21 Thread fabio.bozzo
I have this in my uiBinder: Declared as @UiField ValueBoxEditorDecorator importoEditor; in my code.

Basic CellTree tutorial not working

2011-08-21 Thread fabio.bozzo
Trying to copy and paste the most basic celltree example: http://code.google.com/intl/it-IT/webtoolkit/doc/latest/DevGuideUiCellWidgets.html#celltree But it only shows two blocks, without tree look and feel. Here's my code: public class CategorieTreeViewModel implements TreeViewModel { @

Re: Emulating Java Reflection with deferred binding

2011-08-09 Thread fabio.bozzo
Jens... you probably saved my life!!! ^__^ Huge thank you! -- 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.com. To unsubscribe from this group, send email to google-web-

Re: Emulating Java Reflection with deferred binding

2011-08-09 Thread fabio.bozzo
it has changed from: Type mismatch: cannot convert from MyPanel to T to: This method must return a result of type T but... I AM returning T via cast... what?? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send

Re: Emulating Java Reflection with deferred binding

2011-08-09 Thread fabio.bozzo
Nice idea, thank you but the error is still here: [DEBUG] [main] - Rebinding com.bilancio.client.Reflection [DEBUG] [main] - Adding '1' new generated units [DEBUG] [main] - Validating newly compiled units [ERROR] [main] - Errors in 'generated://

Emulating Java Reflection with deferred binding

2011-08-09 Thread fabio.bozzo
Here's some of my code: My module contains: public interface Constructable {} public interface Reflection { public T instantiate( String className ); } public class ReflectionGenerator extends Generator { @Override public String generate( TreeLogger logge

Re: StockWatcher RPC issues

2011-07-20 Thread fabio.bozzo
All right, solved by myself. My StockPrice class had no zero-argument constructor. Sorry. -- 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.com. To unsubscribe from this gr

StockWatcher RPC issues

2011-07-19 Thread fabio.bozzo
I followed this tutorial step by step: http://code.google.com/intl/it-IT/webtoolkit/doc/latest/tutorial/RPC.html However, I keep getting this error: 23:48:51.203 [ERROR] [stockwatcher]subtype com.google.gwt.sample.stockwatcher.client.StockPrice is not default instantiable (it must have a zero