Uses of Class
org.uberfire.ext.widgets.common.client.tables.PagedTable
-
Packages that use PagedTable Package Description org.uberfire.ext.widgets.common.client.tables -
-
Uses of PagedTable in org.uberfire.ext.widgets.common.client.tables
Methods in org.uberfire.ext.widgets.common.client.tables with parameters of type PagedTable Modifier and Type Method Description voidFilterPagedTable. addTab(PagedTable<T> grid, String key, org.uberfire.mvp.Command filterCommand)voidFilterPagedTable. addTab(PagedTable<T> grid, String key, org.uberfire.mvp.Command filterCommand, boolean selectTab)voidFilterPagedTable. createNewTab(PagedTable<T> pagedTable, String key, org.gwtbootstrap3.client.ui.Button button, org.uberfire.mvp.Command filterCommand)
-