com.vaadin.flow.component.html.

Class Section

All Implemented Interfaces:

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

@Tag("section") public class Section extends HtmlContainer implements ClickNotifier<Section>, HasOrderedComponents, HasAriaLabel

Component representing a <section> element.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • Section

      public Section()

      Creates a new empty section.

    • Section

      public Section(Component... components)

      Creates a new section with the given child components.

      Parameters:

      components - the child components