package org.tessell.widgets.cellview; import com.google.gwt.cell.client.Cell; public interface IsCheckboxCell extends Cell<Boolean> { }