Klasse UiWebPageFooter

java.lang.Object
org.obrel.core.RelatedObject
Alle implementierten Schnittstellen:
org.obrel.core.Relatable

public class UiWebPageFooter extends UiComposite<UiWebPageFooter>
A composite that represents the header of a web page.
  • Konstruktordetails

    • UiWebPageFooter

      public UiWebPageFooter(UiContainer<?> parent)
      Creates a new instance.
      Parameter:
      parent - the parent container
  • Methodendetails

    • addCopyrightMessage

      public void addCopyrightMessage(String copyrightHolder)
      Adds a copyright message to the footer that includes the current year. The label has the style name DefaultStyleNames.FOOTER_COPYRIGHT.
      Parameter:
      copyrightHolder - The display name of the copyright holder(s)