Class Abbr

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

@Tag("abbr") public class Abbr extends HtmlContainer implements ClickNotifier<Abbr>
Component representing a <abbr> element.
Author:
Vaadin Ltd
See Also:
  • Constructor Details

    • Abbr

      public Abbr()
      Creates a new empty abbreviation.
    • Abbr

      public Abbr(Component... components)
      Creates a new abbreviation with the given child components.
      Parameters:
      components - the child components
    • Abbr

      public Abbr(String text)
      Creates a new abbreviation with the given text.
      Parameters:
      text - the text
    • Abbr

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