Uses of Class
org.hippoecm.frontend.plugins.standards.list.TableDefinition
Package
Description
-
Uses of TableDefinition in org.hippoecm.frontend.editor.workflow.dialog
Modifier and TypeMethodDescriptionprotected TableDefinition
SelectableDocumentsView.getTableDefinition()
-
Uses of TableDefinition in org.hippoecm.frontend.plugins.standards.list
Modifier and TypeMethodDescriptionprotected TableDefinition<Node>
AbstractListingPlugin.getTableDefinition()
protected abstract TableDefinition<Node>
AbstractListingPlugin.newTableDefinition()
protected TableDefinition<Node>
ExpandCollapseListingPlugin.newTableDefinition()
Modifier and TypeMethodDescriptionprotected ListDataTable<Node>
AbstractListingPlugin.getListDataTable
(String id, TableDefinition<Node> tableDefinition, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<Node, String> dataProvider, ListDataTable.TableSelectionListener<Node> selectionListener, boolean triState, ListPagingDefinition pagingDefinition) protected final ListDataTable<Node>
ExpandCollapseListingPlugin.getListDataTable
(String id, TableDefinition<Node> tableDefinition, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<Node, String> dataProvider, ListDataTable.TableSelectionListener<Node> selectionListener, boolean triState, ListPagingDefinition pagingDefinition) protected ListDataTable<Node>
AbstractListingPlugin.newListDataTable
(String id, TableDefinition<Node> tableDefinition, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<Node, String> dataProvider, ListDataTable.TableSelectionListener<Node> selectionListener, boolean triState, ListPagingDefinition pagingDefinition) protected ListDataTable<Node>
ExpandCollapseListingPlugin.newListDataTable
(String id, TableDefinition<Node> tableDefinition, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<Node, String> dataProvider, ListDataTable.TableSelectionListener<Node> selectionListener, boolean triState, ListPagingDefinition pagingDefinition) -
Uses of TableDefinition in org.hippoecm.frontend.plugins.standards.list.datatable
ModifierConstructorDescriptionListDataTable
(String id, TableDefinition<T> tableDefinition, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<T, String> dataProvider, ListDataTable.TableSelectionListener<T> selectionListener, boolean triState, IPagingDefinition pagingDefinition)