|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupPanelControl
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 | |
---|---|
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 |
---|
Text getGroupHeaderText()
Text
object for the header text.
Text getGroupInfoText()
Text
object for the information text.
Text getGroupTrailerText()
Text
object for the trailer text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |