com.vaadin.flow.component.html.

Class Footer

All Implemented Interfaces:

AttachNotifier, ClickNotifier<Footer>, DetachNotifier, HasComponents, HasElement, HasEnabled, HasOrderedComponents, HasSize, HasStyle, HasText, Serializable

@Tag("footer") public class Footer extends HtmlContainer implements ClickNotifier<Footer>, HasOrderedComponents

Component representing a <footer> element.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • Footer

      public Footer()

      Creates a new empty footer.

    • Footer

      public Footer(Component... components)

      Creates a new footer with the given child components.

      Parameters:

      components - the child components