Questions tagged [gwt-2.2-celltable]

93 questions
0
votes
1 answer

Style individual cells in CellTable using CSSResources

Basically I want to implement something similar to the the cell-coloring which is defined in the GWT documentation However I don't want to specify the style directly on the DIV element but want to assign an obfuscated stylename from my custom…
Ümit
  • 17,379
  • 7
  • 55
  • 74
0
votes
1 answer

Gwt celltable : Unexpected behavior : when record deleted from page then other record repeated in page

I am using celltable -- gwt2.3. I found strange behavior in celltable. My celltable's pagesize is 10. Total 13 records. When Page contains 3 records A 1 11 B 2 22 C 3 33 When I deleted any one record e.g. A record then that record is deleted from…
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
0
votes
1 answer

GWT celltable How to create selectioncell in edittextcell?

I want to create editable cell with datatype boolean. I don't want to use selectioncell for boolean data type My testBooleanColumn column's cell contains string with value true,false.......... when I will click on cell present in testBooleanColumn…
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
0
votes
1 answer

GWT implementing-- Sophistication of CellTable behavior, flexibility of CellList look

With a GWT CellTable its possible to add different columns that handle the click event in different ways. For example lets say we have 3 columns: an Avatar Image (ImageCell), a name (TextCell), checkbox (Checkbox cell). Then image adding these…
Nick Siderakis
  • 1,961
  • 2
  • 21
  • 39
0
votes
2 answers

GWT CELLTABLE : How to add column in celltable which is combination of non-editable text + hyperlink

I want to add link in my celltable's column i.e"validationStatus" some values are "valid" as well as "invalid" when value is invalid then I want to make invalid as link (How to ?) & when value is valid then I want to make it as text How to add link…
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
0
votes
1 answer

GWT CELLTABLE : How to set columns descending icon on celltable header?

How to set columns descending icon i.e. DESC icon on celltable header ? On celltable loading.. I want to set sorting order to column i.e. previously sorted column/sorting order by user (In last login , before logout) I tried following…
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
0
votes
1 answer

GWT CELLTABLE column's cell value updation

I am using gwt2.3 My celltable contains 10 rows, 5 columns. All cells in 1st row is empty,editable. Whenever user clicks on column cell lets say 1st row X 3rd column then user will edit that cell say "xyz". after that when user click on button:…
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
0
votes
1 answer

GWT CELLTABLE : Is it possible that all column values from particular row restore to old value?

Is it possible that all column values from particular row restore to old value ? || ID || Dept || Code || RNO || RCode|| .....................................................||ZCode || || 1 || CS || 001 || 3 || …
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
0
votes
1 answer

Regular expression for Validation of data types like amount, decimal, custom decimal?

What is regular expression for Decimal,Amount,CustomDecimal datatype required for validation ? My xml records contains few values in string format with data types as Decimal,Amount,CustomDecimal datatype . I am using GWT celltable : EditTextCell…
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
0
votes
1 answer

GWT Generate dynamic CellTable

I want to generate dynamic cell table from xml My xml contains N number of columns (with Details like - columnn name, column type, sortable, isEditable (Y/N),values for a cell etc., Problem is How to generate Cell Table in GWT from a…
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
0
votes
1 answer

GWT Sorting a cell table, probably just something i didn't saw

I've been struggling for the last couple of hour trying to sort a GWT CellTable. It's really a stupid problem because it's been done here http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTable But I do not understand what I'm missing in…
florent
  • 29
  • 1
  • 3
  • 12
0
votes
1 answer

Integrating Google App Engine with GWT Celltable for large datasets

I am currently trying to implement a gwt front end for my web application that is built on datastore. I would like to have something like my AsyncServices (gin) get the data from the server and display that data in a Celltable. Since my datasets…
0
votes
1 answer

How to edit List items in GWT CellTable using an Editor with Driver and RequestFactory

The following snippet displays the list of Cats successfully, however when I flush the driver the values in the Cat objects are all null. The name of the cat house can be edited as expected. HasDataEditor residentsEditor=…
Nick Siderakis
  • 1,961
  • 2
  • 21
  • 39
0
votes
1 answer

Change GWT CellTable style only for concrete table

How to change gwt cell table style. I am not using ui binder.
user358448
  • 1,127
  • 3
  • 20
  • 39
0
votes
1 answer

An event for "this row was just loaded" in GWT cell framework

I have a list of ids of rows that should be selected, but not the actual objects that will be selected. For example, I know Users 16 and 25 should be selected, but I don't have an instance representing them. This could be because they're on a…
Riley Lark
  • 20,660
  • 15
  • 80
  • 128