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
    • Description

      public Description(Signal<String> textSignal)
      Creates a new description with its text content bound to the given signal.
      Parameters:
      textSignal - the signal to bind, not null
      See Also: