Uses of Class
com.vaadin.flow.component.html.NativeTableHeaderCell
Packages that use NativeTableHeaderCell
-
Uses of NativeTableHeaderCell in com.vaadin.flow.component.html
Methods in com.vaadin.flow.component.html that return NativeTableHeaderCellModifier and TypeMethodDescriptionNativeTableRow.addHeaderCell()
Add a header cell to this row.NativeTableRow.insertHeaderCell
(int position) Insert a new header cell into a given position.Methods in com.vaadin.flow.component.html that return types with arguments of type NativeTableHeaderCellModifier and TypeMethodDescriptionNativeTableRow.getHeaderCell
(int index) Returns the header cell at a given position relative to other header cells.NativeTableRow.getHeaderCells()
Returns a list of all header cells in this row.Methods in com.vaadin.flow.component.html with parameters of type NativeTableHeaderCellModifier and TypeMethodDescriptionvoid
NativeTableRow.removeHeaderCell
(NativeTableHeaderCell headerCell) Removes a header cell.