com.vaadin.flow.component.html.

Class Article

All Implemented Interfaces:

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

@Tag("article") public class Article extends HtmlContainer implements ClickNotifier<Article>, HasOrderedComponents

Component representing a <article> element.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • Article

      public Article()

      Creates a new empty article.

    • Article

      public Article(Component... components)

      Creates a new article with the given child components.

      Parameters:

      components - the child components