Interface FooterControl

All Superinterfaces:
AriaControlProperties, BackgroundStyleProperties, BasicBlockControl, BorderStyleProperties, ContainerControl, Control, Element, EventOwner, LayoutControl, MarginStyleProperties, MessageContainer, MessageProperties, PaddingStyleProperties, java.io.Serializable, TextStyleProperties, WebFormEventOwner

public interface FooterControl
extends BasicBlockControl
Footer Control

A container that wraps content in a footer tag. Typically used for page footers.

  <footer>
  .. child controls
  </footer>
  
Further documentation.