@Deprecated public class GridBuilderOld<D> extends GridBuilder<D>
columns, config
Constructor and Description |
---|
GridBuilderOld(GridBuilderConfig config)
Deprecated.
|
GridBuilderOld(HtmlConfig config)
Deprecated.
|
GridBuilderOld(CharSequence title)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
printTable(Element table,
Function<GridBuilder<D>,Stream<D>> resource)
Deprecated.
Print table body
|
add, add, add, add, add, addColumn, addColumn, addInternal, addOrder, build, build, getColumn, getColumns, getColumnSize, getSortedColumn, isSortable, isSortableCalculated, setSort, sortable, sortable, sortable
public GridBuilderOld(CharSequence title)
public GridBuilderOld(HtmlConfig config)
public GridBuilderOld(GridBuilderConfig config)
protected void printTable(@Nonnull Element table, @Nonnull Function<GridBuilder<D>,Stream<D>> resource)
printTable
in class GridBuilder<D>
table
- If a name of the element is a "table"
or an empty text
then do not create new table element.resource
- Data sourceCopyright 2019-2022, Pavel Ponec