-
BeanTable.addColumn(String header,
com.vaadin.flow.function.ValueProvider<T,?> valueProvider)
Add a column with a value provider.
Add a column with component provider.
Set vertical alignment of the cell content, CENTER, LEFT, RIGHT.
Set class name provider for a table column, i.e.
Set component provider function for the column,
BeanTable.Column.setHeader(com.vaadin.flow.component.Component header)
Set column header as a Component
Set column header as String
Set unique key for the column
Sets the row header nature for the column for accessibility.
Set tooltip provider function for the column,
Set the column visibility.
Set the width of the column.
Get the column by its key.
Get list of the currently set columns.