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