Uses of Class
org.hippoecm.frontend.plugins.standards.list.datatable.ListPagingDefinition
-
Packages that use ListPagingDefinition Package Description org.hippoecm.frontend.plugins.standards.list -
-
Uses of ListPagingDefinition in org.hippoecm.frontend.plugins.standards.list
Methods in org.hippoecm.frontend.plugins.standards.list with parameters of type ListPagingDefinition Modifier and Type Method Description protected ListDataTable<javax.jcr.Node>
AbstractListingPlugin. getListDataTable(String id, TableDefinition<javax.jcr.Node> tableDefinition, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<javax.jcr.Node,String> dataProvider, ListDataTable.TableSelectionListener<javax.jcr.Node> selectionListener, boolean triState, ListPagingDefinition pagingDefinition)
protected ListDataTable<javax.jcr.Node>
ExpandCollapseListingPlugin. getListDataTable(String id, TableDefinition<javax.jcr.Node> tableDefinition, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<javax.jcr.Node,String> dataProvider, ListDataTable.TableSelectionListener<javax.jcr.Node> selectionListener, boolean triState, ListPagingDefinition pagingDefinition)
protected ListDataTable<javax.jcr.Node>
AbstractListingPlugin. newListDataTable(String id, TableDefinition<javax.jcr.Node> tableDefinition, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<javax.jcr.Node,String> dataProvider, ListDataTable.TableSelectionListener<javax.jcr.Node> selectionListener, boolean triState, ListPagingDefinition pagingDefinition)
protected ListDataTable<javax.jcr.Node>
ExpandCollapseListingPlugin. newListDataTable(String id, TableDefinition<javax.jcr.Node> tableDefinition, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<javax.jcr.Node,String> dataProvider, ListDataTable.TableSelectionListener<javax.jcr.Node> selectionListener, boolean triState, ListPagingDefinition pagingDefinition)
-