We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.