Interface SectionControl

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

public interface SectionControl
extends BasicBlockControl
Section Control A container that wraps content in a section tag.
  <section>
  .. child controls
  </section>
  

Further documentation.