Re: StackPanel Toggle

2018-10-30 Thread Hossein
@Rogelio, Thanks for your response. Please see attached. How would I create that behavior myself? Any help would be appreciated. Thanks On Tuesday, October 30, 2018 at 7:13:51 PM UTC-4, Rogelio Flores wrote: > > Of course you can always create that behavior yourself, or you could > simply put

Re: Dynamic SelectionCell

2018-10-30 Thread Rogelio Flores
Of course it is possible, just look at the CellTable in the GWT Showcase: http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwCellTable Instead of a DataProvider as in the example, you probably want an AsyncDataProvider which gets the data from the server through your servlet. On

Re: StackPanel Toggle

2018-10-30 Thread Rogelio Flores
Of course you can always create that behavior yourself, or you could simply put your panel inside a DisclosurePanel: http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwDisclosurePanel On Monday, October 29, 2018 at 2:56:31 PM UTC-6, Hossein wrote: > > Is it possible to toggle the

Re: Hash of a Java Type

2018-10-30 Thread Thomas Broyer
The hash is a hash of the class, not the value. It's there to ensure that the client and server use the exact same classes, with the same fields, of the same types, in the same order. This means that the value is dependent on the version of oVirt that you're using, and only on the version of

Re: Hash of a Java Type

2018-10-30 Thread Anastasiya Ruzhanskaya
Are there any ideas about this hash function? пн, 29 окт. 2018 г. в 11:38, Anastasiya Ruzhanskaya < anastasiya.ruzhansk...@frtk.ru>: > Hello! > I am trying to build a proxy, which will intercept requests from oVirt and > send errors if the action should not be performed. I just need to implement

Re: java.util.Date clientside incorrect timezone

2018-10-30 Thread Edson Richter
Did you find a solution? Em quinta-feira, 6 de novembro de 2014 10:18:13 UTC-2, Stepan escreveu: > > hello everyone! > > I have a strange problem with dates. when i work in dev mode all is ok, > but when i work in web mode i have problems on client side. > > i have this code on the client