Uses of Class
org.ujorm.tools.web.table.ColumnModel
Packages that use ColumnModel
-
Uses of ColumnModel in org.ujorm.tools.web.report
Methods in org.ujorm.tools.web.report that return ColumnModelModifier and TypeMethodDescriptionColumnModel<D,?> ReportBuilder.getColumn(int index) Get column model by index@NotNull ColumnModel<D,?> ReportBuilder.getSortedColumn()Get sorted column or a stub if the sorted column not foundMethods in org.ujorm.tools.web.report with parameters of type ColumnModelModifier and TypeMethodDescriptionprotected voidReportBuilder.setSort(@NotNull ColumnModel sort) Mark a column as sortable -
Uses of ColumnModel in org.ujorm.tools.web.table
Fields in org.ujorm.tools.web.table with type parameters of type ColumnModelModifier and TypeFieldDescriptionprotected final List<ColumnModel<D,?>> GridBuilder.columnsColumnsMethods in org.ujorm.tools.web.table that return ColumnModelModifier and TypeMethodDescriptionColumnModel<D,?> GridBuilder.getColumn(int index) Get column model by index@NotNull ColumnModel<D,?> GridBuilder.getSortedColumn()Get sorted column or a stub of the sorted column was not foundstatic @NotNull ColumnModelstatic <D,V> ColumnModel<D, V> ColumnModel.ofStub()Create a stub columnMethods in org.ujorm.tools.web.table that return types with arguments of type ColumnModelModifier and TypeMethodDescriptionStream<ColumnModel<D,?>> GridBuilder.getColumns()Returns all table columns in a streamMethods in org.ujorm.tools.web.table with parameters of type ColumnModelModifier and TypeMethodDescriptionvoidGridBuilder.build(@NotNull ApiElement parent, @NotNull ColumnModel sortedColumn, @NotNull Function<GridBuilder<D>, Stream<D>> resource) Build the HTML page including a tableprotected voidGridBuilder.setSort(@NotNull ColumnModel sort) Mark a column as sorted