Uses of Class
org.hippoecm.frontend.plugins.standards.list.TableDefinition
-
Packages that use TableDefinition Package Description org.hippoecm.frontend.editor.workflow.dialog org.hippoecm.frontend.plugins.standards.list org.hippoecm.frontend.plugins.standards.list.datatable -
-
Uses of TableDefinition in org.hippoecm.frontend.editor.workflow.dialog
Methods in org.hippoecm.frontend.editor.workflow.dialog that return TableDefinition Modifier and Type Method Description protected TableDefinition
SelectableDocumentsView. getTableDefinition()
-
Uses of TableDefinition in org.hippoecm.frontend.plugins.standards.list
Methods in org.hippoecm.frontend.plugins.standards.list that return TableDefinition Modifier and Type Method Description protected TableDefinition<javax.jcr.Node>
AbstractListingPlugin. getTableDefinition()
protected abstract TableDefinition<javax.jcr.Node>
AbstractListingPlugin. newTableDefinition()
protected TableDefinition<javax.jcr.Node>
ExpandCollapseListingPlugin. newTableDefinition()
Methods in org.hippoecm.frontend.plugins.standards.list with parameters of type TableDefinition 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)
-
Uses of TableDefinition in org.hippoecm.frontend.plugins.standards.list.datatable
Constructors in org.hippoecm.frontend.plugins.standards.list.datatable with parameters of type TableDefinition Constructor Description ListDataTable(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)
-