List of usage examples for com.google.gwt.cell.client CheckboxCell CheckboxCell
@Deprecated public CheckboxCell(boolean isSelectBox)
From source file:org.drools.guvnor.client.table.SelectionColumn.java
License:Apache License
public SelectionColumn(CellTable<T> cellTable) { super(new CheckboxCell(true)); this.cellTable = cellTable; addUpdater(); }