Uses of Interface
org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn
-
-
Uses of IColumn in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
Constructor parameters in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table with type arguments of type IColumn Constructor Description AjaxFallbackDefaultDataTable(String id, List<? extends IColumn<T,S>> columns, ISortableDataProvider<T,S> dataProvider, int rowsPerPage)Constructor -
Uses of IColumn in org.apache.wicket.extensions.markup.html.repeater.data.table
Subinterfaces of IColumn in org.apache.wicket.extensions.markup.html.repeater.data.table Modifier and Type Interface Description interfaceIStyledColumn<T,S>Interface that allows styling individuals DataTable columnsClasses in org.apache.wicket.extensions.markup.html.repeater.data.table that implement IColumn Modifier and Type Class Description classAbstractColumn<T,S>A helper implementation for the IColumn interfaceclassHeaderlessColumn<T,S>A column that does not have a headerclassLambdaColumn<T,S>An implementation of column that adds a label to the cell whose model is determined by the providedSerializableFunctionthat is evaluated against the current row's model objectclassPropertyColumn<T,S>A convenience implementation of column that adds a label to the cell whose model is determined by the provided wicket property expression (same as used byPropertyModel) that is evaluated against the current row's model objectMethods in org.apache.wicket.extensions.markup.html.repeater.data.table that return types with arguments of type IColumn Modifier and Type Method Description List<? extends IColumn<T,S>>DataTable. getColumns()protected org.apache.wicket.markup.repeater.Item<IColumn<T,S>>DataTable. newCellItem(String id, int index, org.apache.wicket.model.IModel<IColumn<T,S>> model)Factory method for Item container that represents a cell in the underlying DataGridViewMethod parameters in org.apache.wicket.extensions.markup.html.repeater.data.table with type arguments of type IColumn Modifier and Type Method Description protected org.apache.wicket.markup.repeater.Item<IColumn<T,S>>DataTable. newCellItem(String id, int index, org.apache.wicket.model.IModel<IColumn<T,S>> model)Factory method for Item container that represents a cell in the underlying DataGridViewprotected DataGridView<T>DataTable. newDataGridView(String id, List<? extends IColumn<T,S>> columns, org.apache.wicket.markup.repeater.data.IDataProvider<T> dataProvider)Factory method for the DataGridViewConstructor parameters in org.apache.wicket.extensions.markup.html.repeater.data.table with type arguments of type IColumn Constructor Description DataTable(String id, List<? extends IColumn<T,S>> columns, org.apache.wicket.markup.repeater.data.IDataProvider<T> dataProvider, long rowsPerPage)ConstructorDefaultDataTable(String id, List<? extends IColumn<T,S>> columns, ISortableDataProvider<T,S> dataProvider, int rowsPerPage)Constructor -
Uses of IColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.export
Subinterfaces of IColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.export Modifier and Type Interface Description interfaceIExportableColumn<T,S>AnIColumnthat can be exported.Classes in org.apache.wicket.extensions.markup.html.repeater.data.table.export that implement IColumn Modifier and Type Class Description classAbstractExportableColumn<T,S>A helper implementation ofIExportableColumn. -
Uses of IColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
Subinterfaces of IColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.filter Modifier and Type Interface Description interfaceIFilteredColumn<T,S>Represents a data table column that can be filtered.Classes in org.apache.wicket.extensions.markup.html.repeater.data.table.filter that implement IColumn Modifier and Type Class Description classChoiceFilteredPropertyColumn<T,Y,S>A filtered property column that creates a textfield filter component.classFilteredAbstractColumn<T,S>A helper implementation for a filtered column.classFilteredPropertyColumn<T,S>LikePropertyColumnbut with support for filters.classTextFilteredPropertyColumn<T,F,S>A filtered property column that creates a textfield filter component. -
Uses of IColumn in org.apache.wicket.extensions.markup.html.repeater.tree
Method parameters in org.apache.wicket.extensions.markup.html.repeater.tree with type arguments of type IColumn Modifier and Type Method Description protected DataTable<T,S>TableTree. newDataTable(String id, List<? extends IColumn<T,S>> columns, org.apache.wicket.markup.repeater.data.IDataProvider<T> dataProvider, long rowsPerPage)Factory method for the wrappedDataTable.Constructor parameters in org.apache.wicket.extensions.markup.html.repeater.tree with type arguments of type IColumn Constructor Description DefaultTableTree(String id, List<? extends IColumn<T,S>> columns, ISortableTreeProvider<T,S> provider, int rowsPerPage)Construct.DefaultTableTree(String id, List<? extends IColumn<T,S>> columns, ISortableTreeProvider<T,S> provider, int rowsPerPage, org.apache.wicket.model.IModel<? extends Set<T>> state)Construct.TableTree(String id, List<? extends IColumn<T,S>> columns, ITreeProvider<T> dataProvider, long rowsPerPage)ConstructorTableTree(String id, List<? extends IColumn<T,S>> columns, ITreeProvider<T> provider, long rowsPerPage, org.apache.wicket.model.IModel<? extends Set<T>> state)Constructor -
Uses of IColumn in org.apache.wicket.extensions.markup.html.repeater.tree.table
Subinterfaces of IColumn in org.apache.wicket.extensions.markup.html.repeater.tree.table Modifier and Type Interface Description interfaceITreeColumn<T,S>Classes in org.apache.wicket.extensions.markup.html.repeater.tree.table that implement IColumn Modifier and Type Class Description classAbstractTreeColumn<T,S>classTreeColumn<T,S>A column displaying the tree nodes hierarchy.
-