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