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.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 TypeMethodDescriptionvoid
NativeTable.removeBody
(NativeTableBody body) Removes a body element from the table.