Package 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.
-
Method Summary
Modifier and Type Method Description Text
getGroupHeaderText()
Returns theText
object for the header text.Text
getGroupInfoText()
Returns theText
object for the information text.Text
getGroupTrailerText()
Returns theText
object for the trailer text.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.BorderStyleProperties
getBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidth
Methods inherited from interface com.ebasetech.xi.api.controls.ContainerControl
getChildControls
Methods inherited from interface com.ebasetech.xi.api.controls.Control
addCssClass, getAll, getCssClass, getErrorMsgClass, getErrorMsgStyle, getInfoMsgClass, getInfoMsgStyle, getLayoutCell, getNextSiblingControl, getPage, getParentControl, getPreviousSiblingControl, getRootHtmlElementProperties, getStyle, getWarningMsgClass, getWarningMsgStyle, hasModifier, hide, isContainer, isDisplayOnly, isDisplayOnlyIncludingParents, isEventField, isHidden, isInheritMsg, isLocalMsg, isNewLine, isShowing, refresh, removeCssClass, requestFocus, setCssClass, setDisplayOnly, setErrorMsgClass, setErrorMsgStyle, setHidden, setInfoMsgClass, setInfoMsgStyle, setNewLine, setStyle, setWarningMsgClass, setWarningMsgStyle, show
Methods inherited from interface com.ebasetech.xi.api.Element
getElementName, getElementType
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.MarginStyleProperties
getAllMargin, getBottomMargin, getLeftMargin, getRightMargin, getTopMargin, setAllMargin, setBottomMargin, setLeftMargin, setRightMargin, setTopMargin
Methods inherited from interface com.ebasetech.xi.api.MessageContainer
addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessageText, addErrorMessageText, addErrorMessageText, addInfoMessage, addInfoMessage, addInfoMessageText, addInfoMessageText, addInfoMessageText, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessageText, addWarningMessageText, addWarningMessageText, existErrorMessages, existInfoMessages, existMessages, existWarningMessages
Methods inherited from interface com.ebasetech.xi.api.controls.MessageProperties
getErrorMessageStyle, getInfoMessageStyle, getWarningMessageStyle
-
Method Details
-
getGroupHeaderText
Text getGroupHeaderText()Returns theText
object for the header text.- Since:
- V4.4
-
getGroupInfoText
Text getGroupInfoText()Returns theText
object for the information text.- Since:
- V4.4
-
getGroupTrailerText
Text getGroupTrailerText()Returns theText
object for the trailer text.- Since:
- V4.4
-