com.ebasetech.xi.api.controls
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 Summary
 Text getGroupHeaderText()
          Returns the Text object for the header text.
 Text getGroupInfoText()
          Returns the Text object for the information text.
 Text getGroupTrailerText()
          Returns the Text object for the trailer text.
 
Methods inherited from interface com.ebasetech.xi.api.controls.GroupAndPagePanelProperties
getContentClass, getContentHeight, getContentPadding, getContentStyle, getContentText, getHeaderClass, getHeaderProperties, getHeaderStyle, getInfoClass, getInfoProperties, getInfoStyle, getTrailerClass, getTrailerProperties, getTrailerStyle, getWidth, setContentClass, setContentHeight, setContentStyle, setHeaderClass, setHeaderStyle, setInfoClass, setInfoStyle, setTrailerClass, setTrailerStyle, setWidth
 
Methods inherited from interface com.ebasetech.xi.api.controls.LayoutControl
getLayout, getLayoutType
 
Methods inherited from interface com.ebasetech.xi.api.controls.ContainerControl
getChildControls
 
Methods inherited from interface com.ebasetech.xi.api.controls.Control
getAll, getCssClass, getErrorMsgClass, getErrorMsgStyle, getLayoutCell, getNextSiblingControl, getPage, getParentControl, getPreviousSiblingControl, getStyle, getWarningMsgClass, getWarningMsgStyle, hasModifier, hide, isDisplayOnly, isDisplayOnlyIncludingParents, isEventField, isHidden, isInheritMsg, isLocalMsg, isNewLine, isShowing, refresh, requestFocus, setCssClass, setDisplayOnly, setErrorMsgClass, setErrorMsgStyle, setHidden, setNewLine, setStyle, setWarningMsgClass, setWarningMsgStyle, show
 
Methods inherited from interface com.ebasetech.xi.api.Element
getElementName, getElementType
 
Methods inherited from interface com.ebasetech.xi.api.MessageContainer
addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, existErrorMessages, existMessages, existWarningMessages
 
Methods inherited from interface com.ebasetech.xi.api.controls.MessageProperties
getErrorMessageStyle, getWarningMessageStyle
 
Methods inherited from interface com.ebasetech.xi.api.controls.BackgroundStyleProperties
getBackgroundColor, getBackgroundImage, getBackgroundImagePosition, getBackgroundImageRepeat, setBackgroundColor, setBackgroundImage, setBackgroundImagePosition, setBackgroundImageRepeat
 
Methods inherited from interface com.ebasetech.xi.api.controls.MarginStyleProperties
getAllMargin, getBottomMargin, getLeftMargin, getRightMargin, getTopMargin, setAllMargin, setBottomMargin, setLeftMargin, setRightMargin, setTopMargin
 
Methods inherited from interface com.ebasetech.xi.api.controls.BorderStyleProperties
getBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidth
 

Method Detail

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