GroupAndPagePanelProperties

GroupAndPagePanelProperties is one these types:

GroupAndPagePanelProperties
GroupPanelControl
PagePanelControl

GroupAndPagePanelProperties Functions

getContentClass GroupAndPagePanelProperties.getContentClass( ) Returns the list of CSS classes applied to the content area containing child controls.
setContentClass GroupAndPagePanelProperties.setContentClass( contentClass ) Sets the inline CSS style to be applied to the content area containing child controls.
getContentHeight GroupAndPagePanelProperties.getContentHeight( ) Height of the content area.
setContentHeight GroupAndPagePanelProperties.setContentHeight( contentHeight ) Sets the height of the content area.
getContentPadding GroupAndPagePanelProperties.getContentPadding( ) Content padding properties - the space between the content and its border.
getContentStyle GroupAndPagePanelProperties.getContentStyle( ) Returns the inline CSS style applied to the content area containing child controls.
setContentStyle GroupAndPagePanelProperties.setContentStyle( contentStyle ) Sets the inline CSS style to be applied to the content area containing child controls.
getContentText GroupAndPagePanelProperties.getContentText( ) Content text properties.
getHeaderClass GroupAndPagePanelProperties.getHeaderClass( ) Returns the list of CSS classes applied to the header text.
setHeaderClass GroupAndPagePanelProperties.setHeaderClass( headerClass ) Sets one or more CSS classes to be applied to the header text.
getHeaderProperties GroupAndPagePanelProperties.getHeaderProperties( ) Header text properties.
getHeaderStyle GroupAndPagePanelProperties.getHeaderStyle( ) Returns the inline CSS style applied to the header text.
setHeaderStyle GroupAndPagePanelProperties.setHeaderStyle( headerStyle ) Sets the inline CSS style to be applied to the header text.
getInfoClass GroupAndPagePanelProperties.getInfoClass( ) Returns the list of CSS classes applied to the information text.
setInfoClass GroupAndPagePanelProperties.setInfoClass( infoClass ) Sets one or more CSS classes to be applied to the information text.
getInfoProperties GroupAndPagePanelProperties.getInfoProperties( ) Information text properties.
getInfoStyle GroupAndPagePanelProperties.getInfoStyle( ) Returns the inline CSS style applied to the information text.
setInfoStyle GroupAndPagePanelProperties.setInfoStyle( infoStyle ) Sets the inline CSS style to be applied to the information text.
getTrailerClass GroupAndPagePanelProperties.getTrailerClass( ) Returns the list of CSS classes applied to the trailer text.
setTrailerClass GroupAndPagePanelProperties.setTrailerClass( trailerClass ) Sets one or more CSS classes to be applied to the trailer text.
getTrailerProperties GroupAndPagePanelProperties.getTrailerProperties( ) Trailer text properties.
getTrailerStyle GroupAndPagePanelProperties.getTrailerStyle( ) Returns the inline CSS style applied to the trailer text.
setTrailerStyle GroupAndPagePanelProperties.setTrailerStyle( trailerStyle ) Sets the inline CSS style to be applied to the trailer text.
getWidth GroupAndPagePanelProperties.getWidth( ) Control width.
setWidth GroupAndPagePanelProperties.setWidth( width ) Sets the width of the Control.

BackgroundStyleProperties Functions

getBackgroundColor GroupAndPagePanelProperties.getBackgroundColor( ) Background color.
setBackgroundColor GroupAndPagePanelProperties.setBackgroundColor( backgroundColor ) Sets the background color, this is equivalent to the CSS background-color property and any valid value for this CSS property can be used.
getBackgroundImage GroupAndPagePanelProperties.getBackgroundImage( ) URL of the background image.
setBackgroundImage GroupAndPagePanelProperties.setBackgroundImage( backgroundImage ) Sets the URL of the background image.
getBackgroundImagePosition GroupAndPagePanelProperties.getBackgroundImagePosition( ) Background image position.
setBackgroundImagePosition GroupAndPagePanelProperties.setBackgroundImagePosition( backgroundImagePosition ) Sets the background image position.
getBackgroundImageRepeat GroupAndPagePanelProperties.getBackgroundImageRepeat( ) Background image repeat property.
setBackgroundImageRepeat GroupAndPagePanelProperties.setBackgroundImageRepeat( backgroundImageRepeat ) Sets the background image repeat property.

BorderStyleProperties Functions

getBorderColor GroupAndPagePanelProperties.getBorderColor( ) Border color applied to all borders.
setBorderColor GroupAndPagePanelProperties.setBorderColor( borderColor ) Sets border color.
getBorderRadius GroupAndPagePanelProperties.getBorderRadius( ) Border radius.
setBorderRadius GroupAndPagePanelProperties.setBorderRadius( borderRadius ) Sets border radius.
getBorderStyle GroupAndPagePanelProperties.getBorderStyle( ) Border style applied to all borders.
setBorderStyle GroupAndPagePanelProperties.setBorderStyle( borderStyle ) Sets border style.
getBorderWidth GroupAndPagePanelProperties.getBorderWidth( ) Border width applied to all four borders.
setBorderWidth GroupAndPagePanelProperties.setBorderWidth( borderWidth ) Sets the border width applied to all four borders.
getBottomBorderWidth GroupAndPagePanelProperties.getBottomBorderWidth( ) Bottom border width, overriding property borderWidth.
setBottomBorderWidth GroupAndPagePanelProperties.setBottomBorderWidth( bottomBorderWidth ) Sets the bottom border width, overriding property borderWidth.
getLeftBorderWidth GroupAndPagePanelProperties.getLeftBorderWidth( ) Left border width, overriding property borderWidth.
setLeftBorderWidth GroupAndPagePanelProperties.setLeftBorderWidth( leftBorderWidth ) Sets the left border width, overriding property borderWidth.
getRightBorderWidth GroupAndPagePanelProperties.getRightBorderWidth( ) Right border width, overriding property borderWidth.
setRightBorderWidth GroupAndPagePanelProperties.setRightBorderWidth( rightBorderWidth ) Sets the right border width, overriding property borderWidth.
getTopBorderWidth GroupAndPagePanelProperties.getTopBorderWidth( ) Top border width, overriding property borderWidth.
setTopBorderWidth GroupAndPagePanelProperties.setTopBorderWidth( topBorderWidth ) Sets the top border width, overriding property borderWidth.

LayoutControl Functions

getLayout GroupAndPagePanelProperties.getLayout( ) Returns the Layout object configured for the container control or null if no layout is configured.
getLayoutType GroupAndPagePanelProperties.getLayoutType( ) Returns a String representing the layout type for the container.

MarginStyleProperties Functions

getAllMargin GroupAndPagePanelProperties.getAllMargin( ) Single MarginStyleProperties size value used for top, bottom, left and right margin.
setAllMargin GroupAndPagePanelProperties.setAllMargin( allMargin ) Sets the MarginStyleProperties size value used for top, bottom, left and right margin.
getBottomMargin GroupAndPagePanelProperties.getBottomMargin( ) Bottom MarginStyleProperties size value.
setBottomMargin GroupAndPagePanelProperties.setBottomMargin( bottomMargin ) Sets the bottom MarginStyleProperties size value.
getLeftMargin GroupAndPagePanelProperties.getLeftMargin( ) Left MarginStyleProperties size value.
setLeftMargin GroupAndPagePanelProperties.setLeftMargin( leftMargin ) Sets the left MarginStyleProperties size value.
getRightMargin GroupAndPagePanelProperties.getRightMargin( ) Right MarginStyleProperties size value.
setRightMargin GroupAndPagePanelProperties.setRightMargin( rightMargin ) Sets the right MarginStyleProperties size value.
getTopMargin GroupAndPagePanelProperties.getTopMargin( ) Top MarginStyleProperties size value.
setTopMargin GroupAndPagePanelProperties.setTopMargin( topMargin ) Sets the top MarginStyleProperties size value.

ContainerControl Functions

getChildControls GroupAndPagePanelProperties.getChildControls( ) Returns an array of controls that are immediate children of this control.

MessageProperties Functions

getErrorMessageStyle GroupAndPagePanelProperties.getErrorMessageStyle( ) Returns the MessageStyleProperties object representing error message styling properties.
getInfoMessageStyle GroupAndPagePanelProperties.getInfoMessageStyle( ) Returns the MessageStyleProperties object representing info message styling properties.
getWarningMessageStyle GroupAndPagePanelProperties.getWarningMessageStyle( ) Returns the MessageStyleProperties object representing warning message styling properties.

Control Functions

addCssClass GroupAndPagePanelProperties.addCssClass( cssClass ) Adds one or more CSS classes to the list of classes applied to the control, retaining any existing classes.
getAll GroupAndPagePanelProperties.getAll( ) Returns a control object of the same type as the control object on which this method is invoked, that gives access to all occurrences of this control on the page.
isContainer GroupAndPagePanelProperties.isContainer( ) Returns true if this control is a container control i.e.
getCssClass GroupAndPagePanelProperties.getCssClass( ) Returns the list of CSS classes configured for the control.
setCssClass GroupAndPagePanelProperties.setCssClass( cssClass ) Sets one or more CSS classes to be applied to the control.
isDisplayOnly GroupAndPagePanelProperties.isDisplayOnly( ) Returns true if the control is marked as display only, otherwise returns false.
setDisplayOnly GroupAndPagePanelProperties.setDisplayOnly( displayOnly ) Marks the control and all its children as display only (when displayOnly is true) or enterable (when displayOnly is false).
isDisplayOnlyIncludingParents GroupAndPagePanelProperties.isDisplayOnlyIncludingParents( ) Returns true if the control or any of its parents is marked as display only, otherwise returns false.
getErrorMsgClass GroupAndPagePanelProperties.getErrorMsgClass( ) Returns the list of CSS classes configured for error messages when the messages are displayed locally to the control.
setErrorMsgClass GroupAndPagePanelProperties.setErrorMsgClass( errorMsgClass ) Sets one or more CSS classes to be applied to error messages when the messages are displayed locally to the control.
getErrorMsgStyle GroupAndPagePanelProperties.getErrorMsgStyle( ) Returns the inline CSS style configured for error messages when the messages are displayed locally to the control.
setErrorMsgStyle GroupAndPagePanelProperties.setErrorMsgStyle( errorMsgStyle ) Sets inline CSS style to be applied to error messages when the messages are displayed locally to the control.
isEventField GroupAndPagePanelProperties.isEventField( ) Returns true if the control is an event field i.e.
hasModifier GroupAndPagePanelProperties.hasModifier( modifier ) Returns true if the control has the specified modifier, otherwise returns false.
isHidden GroupAndPagePanelProperties.isHidden( ) Returns true if the control is marked as hidden, otherwise returns false.
setHidden GroupAndPagePanelProperties.setHidden( hidden ) Hides or shows the control and all its children.
hide GroupAndPagePanelProperties.hide( ) Hides the control, this is equivalent to setting property hidden to true.
getInfoMsgClass GroupAndPagePanelProperties.getInfoMsgClass( ) Returns the list of CSS classes configured for info messages when the messages are displayed locally to the control.
setInfoMsgClass GroupAndPagePanelProperties.setInfoMsgClass( infoMsgClass ) Sets one or more CSS classes to be applied to info messages when the messages are displayed locally to the control.
getInfoMsgStyle GroupAndPagePanelProperties.getInfoMsgStyle( ) Returns the inline CSS style configured for info messages when the messages are displayed locally to the control.
setInfoMsgStyle GroupAndPagePanelProperties.setInfoMsgStyle( infoMsgStyle ) Sets inline CSS style to be applied to info messages when the messages are displayed locally to the control.
isInheritMsg GroupAndPagePanelProperties.isInheritMsg( ) Returns true if Use parent control setting is checked in the Message Options properties for the control, otherwise returns false.
getLayoutCell GroupAndPagePanelProperties.getLayoutCell( ) Returns the LayoutCell object which can be used to override properties of the parent control's layout as applied to this control.
isLocalMsg GroupAndPagePanelProperties.isLocalMsg( ) Returns true if Local Message is checked in the Message Options properties for the control, otherwise returns false.
isNewLine GroupAndPagePanelProperties.isNewLine( ) Returns the new line property.
setNewLine GroupAndPagePanelProperties.setNewLine( newLine ) Sets or unsets the control's new line property.
getNextSiblingControl GroupAndPagePanelProperties.getNextSiblingControl( ) Returns the control that appears after this control within the same parent, or null if no such control exists.
getPage GroupAndPagePanelProperties.getPage( ) Returns the com.ebasetech.xi.api.Page where this control is located.
getParentControl GroupAndPagePanelProperties.getParentControl( ) Returns this control's parent control or null if no such parent exists.
getPreviousSiblingControl GroupAndPagePanelProperties.getPreviousSiblingControl( ) Returns the control that appears before this control within the same parent, or null if no such control exists.
refresh GroupAndPagePanelProperties.refresh( ) Refreshes this control in the user's browser when the page is next displayed.
removeCssClass GroupAndPagePanelProperties.removeCssClass( cssClass ) Removes one or more CSS classes from the control.
requestFocus GroupAndPagePanelProperties.requestFocus( ) Sets the browser focus to the control.
getRootHtmlElementProperties GroupAndPagePanelProperties.getRootHtmlElementProperties( ) Return the root com.ebasetech.xi.api.controls.HtmlElementProperties for the Control
show GroupAndPagePanelProperties.show( ) Shows the control, this is equivalent to setting property hidden to false.
isShowing GroupAndPagePanelProperties.isShowing( ) Returns true if the control will be included in the web page when it's next displayed to the user, otherwise returns false.
getStyle GroupAndPagePanelProperties.getStyle( ) Returns the inline CSS style configured for the control.
setStyle GroupAndPagePanelProperties.setStyle( style ) Sets inline CSS style to be applied to the control.
getWarningMsgClass GroupAndPagePanelProperties.getWarningMsgClass( ) Returns the list of CSS classes configured for warning messages when the messages are displayed locally to the control.
setWarningMsgClass GroupAndPagePanelProperties.setWarningMsgClass( warningMsgClass ) Sets one or more CSS classes to be applied to warning messages when the messages are displayed locally to the control.
getWarningMsgStyle GroupAndPagePanelProperties.getWarningMsgStyle( ) Returns the inline CSS style configured for warning messages when the messages are displayed locally to the control.
setWarningMsgStyle GroupAndPagePanelProperties.setWarningMsgStyle( warningMsgStyle ) Sets inline CSS style to be applied to warning messages when the messages are displayed locally to the control.

MessageContainer Functions

addErrorMessage GroupAndPagePanelProperties.addErrorMessage( message [, stopProcessing ] ) Adds an error message that will be displayed to the user.
addErrorMessage GroupAndPagePanelProperties.addErrorMessage( messageNo [, replaceParameters ] [, stopProcessing ] ) Adds an error message that will be displayed to the user.
addErrorMessageText GroupAndPagePanelProperties.addErrorMessageText( text [, replaceParameters ] [, stopProcessing ] ) Adds an error message that will be displayed to the user, sourced from an existing text.
addInfoMessage GroupAndPagePanelProperties.addInfoMessage( message [, stopProcessing ] ) Adds an information message that will be displayed to the user.
addInfoMessageText GroupAndPagePanelProperties.addInfoMessageText( text [, replaceParameters ] [, stopProcessing ] ) Adds an info message that will be displayed to the user, sourced from an existing text.
addWarningMessage GroupAndPagePanelProperties.addWarningMessage( message [, stopProcessing ] ) Adds a warning message that will be displayed to the user.
addWarningMessage GroupAndPagePanelProperties.addWarningMessage( messageNo [, replaceParameters ] [, stopProcessing ] ) Adds a warning message that will be displayed to the user.
addWarningMessageText GroupAndPagePanelProperties.addWarningMessageText( text [, replaceParameters ] [, stopProcessing ] ) Adds a warning message that will be displayed to the user, sourced from an existing text.
existErrorMessages GroupAndPagePanelProperties.existErrorMessages( ) Returns true if undisplayed error messages exist for this element, otherwise returns false.
existInfoMessages GroupAndPagePanelProperties.existInfoMessages( ) Returns true if undisplayed info messages exist for this element, otherwise returns false.
existMessages GroupAndPagePanelProperties.existMessages( ) Returns true if undisplayed info, warning or error messages exist for this element, otherwise returns false.
existWarningMessages GroupAndPagePanelProperties.existWarningMessages( ) Returns true if undisplayed warning messages exist for this element, otherwise returns false.

Element Functions

getElementName GroupAndPagePanelProperties.getElementName( ) Returns the element name
getElementType GroupAndPagePanelProperties.getElementType( ) Returns the element type