.withContent("We override the resources file in order to move the arrow to the right"));
}
private void setupCellListTooltip() {
//CellList with pager
ContactCellList ccl = new ContactCellList();
RootPanel.get("contactCellList").add(ccl);
TooltipOptions options = new TooltipOptions();
//provide dynamic content
options.withContent(new TooltipContentProvider() {