GWT SimplePager - 不显示按钮

GWT SimplePager - not displaying buttons

我有一个要添加分页的 DataGrid。按照文档中的示例,我有:

    dataProvider.addDataDisplay(resultsGrid);

    // Create a Pager to control the table.
    SimplePager.Resources pagerResources = GWT.create(SimplePager.Resources.class);
    pager = new SimplePager(TextLocation.CENTER, pagerResources,true, 50, true);
    pager.setDisplay(resultsGrid);

但是,我既没有得到 'forward' 也没有得到 'fast forward' 按钮:

有什么我遗漏的吗?当 DataProvider 发生变化时我需要做些什么吗?

根据你之前的问题和屏幕截图来看,右侧其余的寻呼机按钮只是隐藏在西窗格下。