Re: Cell Table Styling

2014-04-01 Thread Zbyněk Kočí
Hello, every single hint from you all for apply own style for this is about the same and causes an error: *Caused by: java.lang.RuntimeException: Deferred binding failed for 'com.rpc.client.mainEntryPoint$TableResources' (did you forget to inherit a required module?)* There is no solution

Re: Cell Table Styling

2014-04-01 Thread Thomas Broyer
On Tuesday, April 1, 2014 11:02:53 AM UTC+2, Zbyněk Kočí wrote: Hello, every single hint from you all for apply own style for this is about the same and causes an error: *Caused by: java.lang.RuntimeException: Deferred binding failed for 'com.rpc.client.mainEntryPoint$TableResources'

Re: Cell Table Styling

2014-04-01 Thread Zbyněk Kočí
Log: onModuleLoad() threw an exception Exception while loading module *com.rpc.client.mainEntryPoint*. See Development Mode for details. java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

Re: Cell Table Styling

2014-04-01 Thread Thomas Broyer
Look at the Development Mode window (or the equivalent view in Eclipse if that's what you're using), the answer must be there. (feel free to copy/paste the whole log if you need help understanding it) On Tuesday, April 1, 2014 11:16:09 AM UTC+2, Zbyněk Kočí wrote: Log: onModuleLoad() threw an

Re: Cell Table Styling

2014-04-01 Thread Zbyněk Kočí
Im using NetBeans 00:43:37,382 [DEBUG] Rebinding com.rpc.client.mainEntryPoint.TableResources 00:43:37,393 [DEBUG] Invoking generator com.google.gwt.resources.rebind.context.InlineClientBundleGenerator 00:43:37,394 [DEBUG] Preparing method cellTableStyle

Re: Cell Table Styling

2014-04-01 Thread Alberto Mancini
Hi, try to place the css file in the same package where TableResources is; com.rpc.client if i understand well. Hope it helps. Alberto On Tue, Apr 1, 2014 at 11:50 AM, Zbyněk Kočí routh...@gmail.com wrote: Im using NetBeans 00:43:37,382 [DEBUG] Rebinding

Re: Cell Table Styling

2011-09-21 Thread Sudhakar Abraham
To change the property of .cellTableEvenRow , .cellTableOddRow in CellTableStyle.css. Inject your CellTableStyle.css in client side code. //client side code interface TableResources extends CellTable.Resources { @Source(value = { CellTable.Style.DEFAULT_CSS, CellTableStyle.css })

Re: Cell Table Styling

2011-09-21 Thread gangurg gangurg
Excellent . That worked fine , How do i change the style based on the value . I want to show red color for cells in certain column of the cell Table , if value of that cell is less than 100 . On Wed, Sep 21, 2011 at 12:06 AM, Sudhakar Abraham s.abra...@datastoregwt.com wrote: To change the

Re: Cell Table Styling

2011-09-21 Thread Thomas Broyer
On Wednesday, September 21, 2011 4:04:57 AM UTC+2, GWT Kid wrote: I am trying to come up with styling of Cell Table . However not able to figure out how . Trying to achieve 1. Should be able to Style any given row of a Cell table Use CellTable#setRowStyles 2, Any Column of a

Cell Table Styling

2011-09-20 Thread gangurg gangurg
I am trying to come up with styling of Cell Table . However not able to figure out how . Trying to achieve 1. Should be able to Style any given row of a Cell table 2, Any Column of a Cell table 3. dynamically style any particular cell of a cell table . I tried to do the style sheet injection

Cell table styling

2011-04-21 Thread Nisha
Hi , I am working on a cell table and by default it has some styling which I dont want. I want it to appear like the componets in gwt -ext. I mean the look and feel should be like gwt ext. Please help.. Thanks in advance. -- You received this message because you are subscribed to the Google