com.vaadin.flow.component.html.

Class Header

All Implemented Interfaces:

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

@Tag("header") public class Header extends HtmlContainer implements ClickNotifier<Header>, HasOrderedComponents

Component representing a <header> element.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • Header

      public Header()

      Creates a new empty header.

    • Header

      public Header(Component... components)

      Creates a new header with the given child components.

      Parameters:

      components - the child components