Class Section

All Implemented Interfaces:
AttachNotifier, ClickNotifier<Section>, DetachNotifier, HasComponents, HasElement, HasEnabled, HasOrderedComponents, HasSize, HasStyle, HasText, Serializable

@Tag("section") public class Section extends HtmlContainer implements ClickNotifier<Section>, HasOrderedComponents
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