gwt-2.2-celltable Questions

3

I would like to have a handler on a column of my cellTable.The column is an ImageResourceCell and I would that when I click on it, it delete the row Here is my code Column<MyObject, ImageReso...
Fitful asked 31/5, 2011 at 7:50

2

Solved

I have a case where I want to append white-space: nowrap; to the style of each cell in my CellTable. Currently it applies to all tables, but it would be nice to know both have to apply it for a ...
Kiloliter asked 17/6, 2011 at 12:57

3

Solved

I want to add an image in a cell in the CellTable. After reading the documentation, this is what I did, Column<Contact, String> imageColumn = new Column<Contact, String>(new ImageCell(...
Hailee asked 5/5, 2011 at 19:22

1

I am trying to implement a CellTable with a custom Column Header which displays a SearchBox (simple Textbox) below the normal Column text.The SearchBox should allow the user to filter the CellTable...
Saintsimon asked 21/6, 2011 at 9:10

5

I have a project using GWT and it displays data in a table. I need a Table for GWT that supports: sorting by particular column scrolling the data, while the header is immobile filtering rows for...
Cataplasia asked 2/10, 2008 at 10:34

3

Solved

hi all i need a simple example show me how to add column of ClickableTextCells to cellTable thanks.
Pyromancy asked 21/3, 2011 at 23:17

2

Solved

I'd like to setup a CellList so that clicking a row will toggle the selection. Such that multiple rows can be selected with out the need for holding the ctrl key. What do I need to change to get i...
Idiomorphic asked 26/10, 2011 at 14:5

2

I have a CellTable and need a column with hyper links and onclick handlers inside cells. 1st question, what am doing wrong if I have: Column<MyObject, Anchor> linkColumn = new Column<MyOb...
Jampacked asked 12/9, 2011 at 11:17

2

Solved

I have an application, that uses the MultiSelectionModel, and it works great, but I need the site I'm developing to work on mobile devices, and so I can't use the keyboard to assist in selecting th...
Bigeye asked 27/7, 2011 at 16:25

2

Solved

I've got a cellTable with a CheckBoxCell column. What I'm trying to do is to have a set of buttons outside the celltable which let the user to automatically check/uncheck a different set of element...
Walcoff asked 30/5, 2011 at 9:47

2

Solved

I have created a basic CellTable and filled it with some data. Now I want to add a clickHandler to each row but I'm not sure how to do this. I've created a clickEvent for the whole table but I want...
Greff asked 26/4, 2011 at 14:42

2

Solved

How to call a method when some row is clicked using the checkbox selection model? I'm setting the checkbox selection model like this: table.setSelectionModel(selectionModel, DefaultSelectionEve...
Indistinguishable asked 12/4, 2011 at 15:19
1

© 2022 - 2024 — McMap. All rights reserved.