com.vaadin.flow.component.html.

Class Span

    • Constructor Detail

      • Span

        public Span()

        Creates a new empty span.

      • Span

        public Span(Component... components)

        Creates a new span with the given child components.

        Parameters:

        components - the child components

      • Span

        public Span(String text)

        Creates a new span with the given text.

        Parameters:

        text - the text