com.vaadin.flow.component.html.

Class DescriptionList.Description

All Implemented Interfaces:

AttachNotifier, ClickNotifier<DescriptionList.Description>, DetachNotifier, HasComponents, HasElement, HasEnabled, HasSize, HasStyle, HasText, Serializable

Enclosing class:

DescriptionList

@Tag("dd") public static class DescriptionList.Description extends HtmlContainer implements ClickNotifier<DescriptionList.Description>

Component representing a <dd> element.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • Description

      public Description()

      Creates a new empty description.

    • Description

      public Description(Component... components)

      Creates a new description with the given child components.

      Parameters:

      components - the child components

    • Description

      public Description(String text)

      Creates a new description with the given text.

      Parameters:

      text - the text