Class TableBody

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, Serializable, TableRowContainer

    @Tag("tbody")
    public class TableBody
    extends com.vaadin.flow.component.Component
    implements TableRowContainer
    Represents the table body element (<tbody>). Can contain a list of table rows.
    Author:
    Stefan Uebe
    See Also:
    TableRow, Serialized Form
    • Constructor Detail

      • TableBody

        public TableBody()