Package org.ujorm.tools.web.table
Class GridBuilderOld<D>
java.lang.Object
org.ujorm.tools.web.table.GridBuilder<D>
org.ujorm.tools.web.table.GridBuilderOld<D>
Deprecated.
Build a content of a HTML page for a sortable data grid.
- Author:
- Pavel Ponec
-
Field Summary
Fields inherited from class org.ujorm.tools.web.table.GridBuilder
columns, config -
Constructor Summary
ConstructorsConstructorDescriptionGridBuilderOld(CharSequence title) Deprecated.GridBuilderOld(GridBuilderConfig config) Deprecated.GridBuilderOld(HtmlConfig config) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprintTable(@NotNull Element table, @NotNull Function<GridBuilder<D>, Stream<D>> resource) Deprecated.Print table bodyMethods inherited from class org.ujorm.tools.web.table.GridBuilder
add, add, add, add, add, addColumn, addColumn, addInternal, addOrder, build, build, getColumn, getColumns, getColumnSize, getSortedColumn, isSortable, isSortableCalculated, setSort, sortable, sortable, sortable
-
Constructor Details
-
GridBuilderOld
Deprecated. -
GridBuilderOld
Deprecated. -
GridBuilderOld
Deprecated.
-
-
Method Details
-
printTable
protected void printTable(@NotNull @NotNull Element table, @NotNull @NotNull Function<GridBuilder<D>, Stream<D>> resource) Deprecated.Print table body- Overrides:
printTablein classGridBuilder<D>- Parameters:
table- If a name of the element is a"table"or an empty text then do not create new table element.resource- Data source
-