Interface GroupPanelControl

All Superinterfaces:
BackgroundStyleProperties, BorderStyleProperties, ContainerControl, Control, Element, EventOwner, GroupAndPagePanelProperties, LayoutControl, MarginStyleProperties, MessageContainer, MessageProperties, java.io.Serializable, WebFormEventOwner

public interface GroupPanelControl
extends GroupAndPagePanelProperties
A Group Panel Control is a titled box container with three texts: header text, information text and trailer text. These texts and any child controls are displayed in a tabular layout. Child controls are displayed in the content area between the information text and trailer text and are laid out according to the layout configured for the control.

Further documentation.

  • Method Details

    • getGroupHeaderText

      Text getGroupHeaderText()
      Returns the Text object for the header text.
      Since:
      V4.4
    • getGroupInfoText

      Text getGroupInfoText()
      Returns the Text object for the information text.
      Since:
      V4.4
    • getGroupTrailerText

      Text getGroupTrailerText()
      Returns the Text object for the trailer text.
      Since:
      V4.4