My favorites | Sign in
Project Home Issues Source
Checkout   Browse   Changes    
 
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());
}

}

Change log

r42 by lyudmil.pelov on Oct 26, 2011   Diff
experiment with custom cells
Go to: 

Older revisions

All revisions of this file

File info

Size: 283 bytes, 17 lines
Powered by Google Project Hosting