com.vaadin.flow.component.html.

Class DescriptionList.Term

All Implemented Interfaces:

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

Enclosing class:

DescriptionList

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

Component representing a <dt> element.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • Term

      public Term()

      Creates a new empty term.

    • Term

      public Term(Component... components)

      Creates a new term with the given child components.

      Parameters:

      components - the child components

    • Term

      public Term(String text)

      Creates a new term with the given text.

      Parameters:

      text - the text