My favorites
▼
|
Sign in
gwt2go
GWT Examples
Project Home
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
gwt2go
/
src
/
com
/
gwt2go
/
dev
/
client
/
ui
/
table
/
ImagesColumn.java
r79
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.gwt2go.dev.client.ui.table;
import com.google.gwt.user.cellview.client.Column;
/**
*
* @author lpelov
*
* @param <T>
*/
public abstract class ImagesColumn<T> extends Column<T, String> {
public ImagesColumn() {
super(new ImagesCell());
}
}
Show details
Hide details
Change log
r42
by lyudmil.pelov on Oct 26, 2011
Diff
experiment with custom cells
Go to:
.../CellTableSortingView23Impl.java
.../client/ui/table/ImagesCell.java
...lient/ui/table/ImagesColumn.java
Older revisions
All revisions of this file
File info
Size: 283 bytes, 17 lines
View raw file
Powered by
Google Project Hosting