package org.tessell.widgets.cellview; import com.google.gwt.cell.client.Cell; import com.google.gwt.safehtml.shared.SafeHtml; public interface IsClickableSafeHtmlCell extends Cell<SafeHtml> { }