com.vaadin.flow.component.html.

Class NativeTableHeaderCell

All Implemented Interfaces:

AttachNotifier, ClickNotifier<NativeTableHeaderCell>, DetachNotifier, HasComponents, HasElement, HasEnabled, HasSize, HasStyle, HasText, Serializable

@Tag("th") public class NativeTableHeaderCell extends HtmlContainer implements ClickNotifier<NativeTableHeaderCell>

Component representing a <th> element.

Since:

24.4

See Also:

  • Constructor Details

    • NativeTableHeaderCell

      public NativeTableHeaderCell()

      Creates a new empty header cell component.

    • NativeTableHeaderCell

      public NativeTableHeaderCell(Component... components)

      Creates a new header cell with the given children components.

      Parameters:

      components - the children components.

    • NativeTableHeaderCell

      public NativeTableHeaderCell(String text)

      Creates a new header cell with the given text.

      Parameters:

      text - the text.