Uses of Class
com.vaadin.flow.component.html.NativeTableBody
Packages that use NativeTableBody
-
Uses of NativeTableBody in com.vaadin.flow.component.html
Methods in com.vaadin.flow.component.html that return NativeTableBodyModifier and TypeMethodDescriptionNativeTable.addBody()Adds a new body element to the table.NativeTable.getBody()Returns the first body element in this table.NativeTable.getBody(int index) Returns the<tbody>element at a given position relative to other<tbody>elements.Methods in com.vaadin.flow.component.html that return types with arguments of type NativeTableBodyModifier and TypeMethodDescriptionNativeTable.getBodies()Returns the list of<tbody>elements in this table.Methods in com.vaadin.flow.component.html with parameters of type NativeTableBodyModifier and TypeMethodDescriptionvoidNativeTable.removeBody(NativeTableBody body) Removes a body element from the table.