gwt-celltable Questions
5
Solved
I am using CellTable to show my records but now the thing is I want show a select box when user clicks on a cell. One more thing is that select box is my own widget, not a predefined. Can you pleas...
Hasdrubal asked 29/1, 2011 at 6:38
0
I want to use the GWT Editor framework with a CellList. My data model looks like this:
public class CarDto {
private String name;
private List<String> features;
// getter and setter
}
...
Rufus asked 29/1, 2016 at 17:20
8
Solved
How to increase cell height of GWT celltable ?
In mozilla firefox cell height proper(as per content) but In case of Internet explorer some part of content not displaying properly
see image
My ...
Jiggerypokery asked 14/2, 2013 at 12:31
4
Solved
I have a GWT CellTable with sortable columns very similar to the developer's guide example (http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellTable.html#columnSorting).
However, I would l...
Skeptic asked 29/2, 2012 at 18:30
1
Solved
If I define my CellTable in MyView.ui.xml UiBinder file like this:
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'
xmlns:c="urn:import:...
Detached asked 2/8, 2012 at 10:16
2
I'm pretty new to GWT, but I've been making pretty fast progress until now.
I have a cell table, most of which is read only data returned from an RPC.
I have two columns in the cell table that th...
Congou asked 3/1, 2012 at 15:51
1
Solved
I have scoured GoogleCode, GWT ShowCase, GWT Developer Notes, and Google Groups for some inkling as to how to get/set values of a CompositeCell. There is no one definitive example that explains how...
Jaco asked 1/2, 2012 at 5:51
1
© 2022 - 2024 — McMap. All rights reserved.