com.vaadin.flow.component.html.

Class FieldSet.Legend

All Implemented Interfaces:

AttachNotifier, DetachNotifier, HasComponents, HasElement, HasEnabled, HasSize, HasStyle, HasText, Serializable

Enclosing class:

FieldSet

@Tag("legend") public static class FieldSet.Legend extends HtmlContainer

Represents an HTML <legend> element.

See Also:

  • Constructor Details

    • Legend

      public Legend()

      Creates a new empty legend.

    • Legend

      public Legend(String text)

      Creates a new legend with text.

      Parameters:

      text - the text to set as legend.