FooterControl
BasicBlockControl Functions
getHeight | FooterControl.getHeight( ) | Panel height. |
setHeight | FooterControl.setHeight( height ) | Sets the panel height, and is equivalent to the CSS height property and any valid value for this CSS property can be used. |
getWidth | FooterControl.getWidth( ) | Panel width. |
setWidth | FooterControl.setWidth( width ) | Sets the panel width. |
AriaControlProperties Functions
addAriaCustomAttribute | FooterControl.addAriaCustomAttribute( name , value ) | Add an ARIA custom attribute with a specified name and value. |
getAriaCustomAttributes | FooterControl.getAriaCustomAttributes( ) | Returns a comma separated list of the ARIA custom attributes for the control. |
setAriaCustomAttributes | FooterControl.setAriaCustomAttributes( ariaCustomAttributes ) | Sets the ARIA custom attributes as a comma separated list associated with the control property and overrides the aria custom attributes value. |
getAriaDescribedBy | FooterControl.getAriaDescribedBy( ) | Returns the ARIA described-by element ID for the control. |
getAriaLabelledBy | FooterControl.getAriaLabelledBy( ) | Returns the ARIA labelled-by element ID for the control. |
getAriaLabelText | FooterControl.getAriaLabelText( ) | Returns the com.ebasetech.xi.api.Text object for the ARIA label text. |
getAriaRole | FooterControl.getAriaRole( ) | Returns the ARIA role for the control. |
setAriaRole | FooterControl.setAriaRole( role ) | Sets the ARIA role for the control. |
removeAriaCustomAttribute | FooterControl.removeAriaCustomAttribute( name ) | Remove an ARIA custom attribute specified by name. |
BackgroundStyleProperties Functions
getBackgroundColor | FooterControl.getBackgroundColor( ) | Background color. |
setBackgroundColor | FooterControl.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 | FooterControl.getBackgroundImage( ) | URL of the background image. |
setBackgroundImage | FooterControl.setBackgroundImage( backgroundImage ) | Sets the URL of the background image. |
getBackgroundImagePosition | FooterControl.getBackgroundImagePosition( ) | Background image position. |
setBackgroundImagePosition | FooterControl.setBackgroundImagePosition( backgroundImagePosition ) | Sets the background image position. |
getBackgroundImageRepeat | FooterControl.getBackgroundImageRepeat( ) | Background image repeat property. |
setBackgroundImageRepeat | FooterControl.setBackgroundImageRepeat( backgroundImageRepeat ) | Sets the background image repeat property. |
BorderStyleProperties Functions
getBorderColor | FooterControl.getBorderColor( ) | Border color applied to all borders. |
setBorderColor | FooterControl.setBorderColor( borderColor ) | Sets border color. |
getBorderRadius | FooterControl.getBorderRadius( ) | Border radius. |
setBorderRadius | FooterControl.setBorderRadius( borderRadius ) | Sets border radius. |
getBorderStyle | FooterControl.getBorderStyle( ) | Border style applied to all borders. |
setBorderStyle | FooterControl.setBorderStyle( borderStyle ) | Sets border style. |
getBorderWidth | FooterControl.getBorderWidth( ) | Border width applied to all four borders. |
setBorderWidth | FooterControl.setBorderWidth( borderWidth ) | Sets the border width applied to all four borders. |
getBottomBorderWidth | FooterControl.getBottomBorderWidth( ) | Bottom border width, overriding property borderWidth . |
setBottomBorderWidth | FooterControl.setBottomBorderWidth( bottomBorderWidth ) | Sets the bottom border width, overriding property borderWidth . |
getLeftBorderWidth | FooterControl.getLeftBorderWidth( ) | Left border width, overriding property borderWidth . |
setLeftBorderWidth | FooterControl.setLeftBorderWidth( leftBorderWidth ) | Sets the left border width, overriding property borderWidth . |
getRightBorderWidth | FooterControl.getRightBorderWidth( ) | Right border width, overriding property borderWidth . |
setRightBorderWidth | FooterControl.setRightBorderWidth( rightBorderWidth ) | Sets the right border width, overriding property borderWidth . |
getTopBorderWidth | FooterControl.getTopBorderWidth( ) | Top border width, overriding property borderWidth . |
setTopBorderWidth | FooterControl.setTopBorderWidth( topBorderWidth ) | Sets the top border width, overriding property borderWidth . |
LayoutControl Functions
getLayout | FooterControl.getLayout( ) | Returns the Layout object configured for the container control or null if no layout is configured. |
getLayoutType | FooterControl.getLayoutType( ) | Returns a String representing the layout type for the container. |
MarginStyleProperties Functions
getAllMargin | FooterControl.getAllMargin( ) | Single MarginStyleProperties size value used for top, bottom, left and right margin. |
setAllMargin | FooterControl.setAllMargin( allMargin ) | Sets the MarginStyleProperties size value used for top, bottom, left and right margin. |
getBottomMargin | FooterControl.getBottomMargin( ) | Bottom MarginStyleProperties size value. |
setBottomMargin | FooterControl.setBottomMargin( bottomMargin ) | Sets the bottom MarginStyleProperties size value. |
getLeftMargin | FooterControl.getLeftMargin( ) | Left MarginStyleProperties size value. |
setLeftMargin | FooterControl.setLeftMargin( leftMargin ) | Sets the left MarginStyleProperties size value. |
getRightMargin | FooterControl.getRightMargin( ) | Right MarginStyleProperties size value. |
setRightMargin | FooterControl.setRightMargin( rightMargin ) | Sets the right MarginStyleProperties size value. |
getTopMargin | FooterControl.getTopMargin( ) | Top MarginStyleProperties size value. |
setTopMargin | FooterControl.setTopMargin( topMargin ) | Sets the top MarginStyleProperties size value. |
PaddingStyleProperties Functions
getAllPadding | FooterControl.getAllPadding( ) | Single PaddingStyleProperties size value used for top, bottom, left and right padding. |
setAllPadding | FooterControl.setAllPadding( allPadding ) | Sets the PaddingStyleProperties size value used for top, bottom, left and right padding. |
getBottomPadding | FooterControl.getBottomPadding( ) | Bottom PaddingStyleProperties size value. |
setBottomPadding | FooterControl.setBottomPadding( bottomPadding ) | Sets the bottom PaddingStyleProperties size value. |
getLeftPadding | FooterControl.getLeftPadding( ) | Left PaddingStyleProperties size value. |
setLeftPadding | FooterControl.setLeftPadding( leftPadding ) | Sets the left PaddingStyleProperties size value. |
getRightPadding | FooterControl.getRightPadding( ) | Right PaddingStyleProperties size value. |
setRightPadding | FooterControl.setRightPadding( rightPadding ) | Sets the right PaddingStyleProperties size value. |
getTopPadding | FooterControl.getTopPadding( ) | Top PaddingStyleProperties size value. |
setTopPadding | FooterControl.setTopPadding( topPadding ) | Sets the top PaddingStyleProperties size value. |
TextStyleProperties Functions
getLineHeight | FooterControl.getLineHeight( ) | Line height. |
setLineHeight | FooterControl.setLineHeight( lineHeight ) | Sets the line height, this is equivalent to the CSS line-height property and any valid value for this CSS property can be used. |
getTextBold | FooterControl.getTextBold( ) | Text bold setting. |
setTextBold | FooterControl.setTextBold( textBold ) | Sets the text bold setting. |
getTextColor | FooterControl.getTextColor( ) | Text color. |
setTextColor | FooterControl.setTextColor( textColor ) | Sets the text color, this is equivalent to the CSS color property and any valid value for this CSS property can be used. |
getTextDecoration | FooterControl.getTextDecoration( ) | Text decoration property (shown as Lines in the designer). |
setTextDecoration | FooterControl.setTextDecoration( textDecoration ) | Sets the text decoration property (shown as Lines in the designer). |
getTextFont | FooterControl.getTextFont( ) | List of text fonts. |
setTextFont | FooterControl.setTextFont( textFont ) | Sets the list of text fonts, this is equivalent to the CSS font-family property and any valid value for this CSS property can be used. |
getTextItalic | FooterControl.getTextItalic( ) | Text italic setting. |
setTextItalic | FooterControl.setTextItalic( textItalic ) | Sets the text italic setting. |
getTextSize | FooterControl.getTextSize( ) | Text size. |
setTextSize | FooterControl.setTextSize( textSize ) | Sets the text size, this is equivalent to the CSS font-size property and any valid value for this CSS property can be used. |
ContainerControl Functions
getChildControls | FooterControl.getChildControls( ) | Returns an array of controls that are immediate children of this control. |
MessageProperties Functions
getErrorMessageStyle | FooterControl.getErrorMessageStyle( ) | Returns the MessageStyleProperties object representing error message styling properties. |
getInfoMessageStyle | FooterControl.getInfoMessageStyle( ) | Returns the MessageStyleProperties object representing info message styling properties. |
getWarningMessageStyle | FooterControl.getWarningMessageStyle( ) | Returns the MessageStyleProperties object representing warning message styling properties. |
Control Functions
addCssClass | FooterControl.addCssClass( cssClass ) | Adds one or more CSS classes to the list of classes applied to the control, retaining any existing classes. |
getAll | FooterControl.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 | FooterControl.isContainer( ) | Returns true if this control is a container control i.e. |
getCssClass | FooterControl.getCssClass( ) | Returns the list of CSS classes configured for the control. |
setCssClass | FooterControl.setCssClass( cssClass ) | Sets one or more CSS classes to be applied to the control. |
isDisplayOnly | FooterControl.isDisplayOnly( ) | Returns true if the control is marked as display only, otherwise returns false . |
setDisplayOnly | FooterControl.setDisplayOnly( displayOnly ) | Marks the control and all its children as display only (when displayOnly is true ) or
enterable (when displayOnly is false ). |
isDisplayOnlyIncludingParents | FooterControl.isDisplayOnlyIncludingParents( ) | Returns true if the control or any of its parents is marked as display only, otherwise returns false . |
getErrorMsgClass | FooterControl.getErrorMsgClass( ) | Returns the list of CSS classes configured for error messages when the messages are displayed locally to the control. |
setErrorMsgClass | FooterControl.setErrorMsgClass( errorMsgClass ) | Sets one or more CSS classes to be applied to error messages when the messages are displayed locally to the control. |
getErrorMsgStyle | FooterControl.getErrorMsgStyle( ) | Returns the inline CSS style configured for error messages when the messages are displayed locally to the control. |
setErrorMsgStyle | FooterControl.setErrorMsgStyle( errorMsgStyle ) | Sets inline CSS style to be applied to error messages when the messages are displayed locally to the control. |
isEventField | FooterControl.isEventField( ) | Returns true if the control is an event field i.e. |
hasModifier | FooterControl.hasModifier( modifier ) | Returns true if the control has the specified modifier, otherwise returns false. |
isHidden | FooterControl.isHidden( ) | Returns true if the control is marked as hidden, otherwise returns false . |
setHidden | FooterControl.setHidden( hidden ) | Hides or shows the control and all its children. |
hide | FooterControl.hide( ) | Hides the control, this is equivalent to setting property hidden to true . |
getInfoMsgClass | FooterControl.getInfoMsgClass( ) | Returns the list of CSS classes configured for info messages when the messages are displayed locally to the control. |
setInfoMsgClass | FooterControl.setInfoMsgClass( infoMsgClass ) | Sets one or more CSS classes to be applied to info messages when the messages are displayed locally to the control. |
getInfoMsgStyle | FooterControl.getInfoMsgStyle( ) | Returns the inline CSS style configured for info messages when the messages are displayed locally to the control. |
setInfoMsgStyle | FooterControl.setInfoMsgStyle( infoMsgStyle ) | Sets inline CSS style to be applied to info messages when the messages are displayed locally to the control. |
isInheritMsg | FooterControl.isInheritMsg( ) | Returns true if Use parent control setting is checked in the Message Options properties for the control, otherwise returns false . |
getLayoutCell | FooterControl.getLayoutCell( ) | Returns the LayoutCell object which can be used to override properties of the parent control's layout as applied to this control. |
isLocalMsg | FooterControl.isLocalMsg( ) | Returns true if Local Message is checked in the Message Options properties for the control, otherwise returns false . |
isNewLine | FooterControl.isNewLine( ) | Returns the new line property. |
setNewLine | FooterControl.setNewLine( newLine ) | Sets or unsets the control's new line property. |
getNextSiblingControl | FooterControl.getNextSiblingControl( ) | Returns the control that appears after this control within the same parent, or null if no such control exists. |
getPage | FooterControl.getPage( ) | Returns the com.ebasetech.xi.api.Page where this control is located. |
getParentControl | FooterControl.getParentControl( ) | Returns this control's parent control or null if no such parent exists. |
getPreviousSiblingControl | FooterControl.getPreviousSiblingControl( ) | Returns the control that appears before this control within the same parent, or null if no such control exists. |
refresh | FooterControl.refresh( ) | Refreshes this control in the user's browser when the page is next displayed. |
removeCssClass | FooterControl.removeCssClass( cssClass ) | Removes one or more CSS classes from the control. |
requestFocus | FooterControl.requestFocus( ) | Sets the browser focus to the control. |
getRootHtmlElementProperties | FooterControl.getRootHtmlElementProperties( ) | Return the root com.ebasetech.xi.api.controls.HtmlElementProperties for the Control |
show | FooterControl.show( ) | Shows the control, this is equivalent to setting property hidden to false . |
isShowing | FooterControl.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 | FooterControl.getStyle( ) | Returns the inline CSS style configured for the control. |
setStyle | FooterControl.setStyle( style ) | Sets inline CSS style to be applied to the control. |
getWarningMsgClass | FooterControl.getWarningMsgClass( ) | Returns the list of CSS classes configured for warning messages when the messages are displayed locally to the control. |
setWarningMsgClass | FooterControl.setWarningMsgClass( warningMsgClass ) | Sets one or more CSS classes to be applied to warning messages when the messages are displayed locally to the control. |
getWarningMsgStyle | FooterControl.getWarningMsgStyle( ) | Returns the inline CSS style configured for warning messages when the messages are displayed locally to the control. |
setWarningMsgStyle | FooterControl.setWarningMsgStyle( warningMsgStyle ) | Sets inline CSS style to be applied to warning messages when the messages are displayed locally to the control. |
MessageContainer Functions
addErrorMessage | FooterControl.addErrorMessage( message [, stopProcessing ] ) | Adds an error message that will be displayed to the user. |
addErrorMessage | FooterControl.addErrorMessage( messageNo [, replaceParameters ] [, stopProcessing ] ) | Adds an error message that will be displayed to the user. |
addErrorMessageText | FooterControl.addErrorMessageText( text [, replaceParameters ] [, stopProcessing ] ) | Adds an error message that will be displayed to the user, sourced from an existing text. |
addInfoMessage | FooterControl.addInfoMessage( message [, stopProcessing ] ) | Adds an information message that will be displayed to the user. |
addInfoMessageText | FooterControl.addInfoMessageText( text [, replaceParameters ] [, stopProcessing ] ) | Adds an info message that will be displayed to the user, sourced from an existing text. |
addWarningMessage | FooterControl.addWarningMessage( message [, stopProcessing ] ) | Adds a warning message that will be displayed to the user. |
addWarningMessage | FooterControl.addWarningMessage( messageNo [, replaceParameters ] [, stopProcessing ] ) | Adds a warning message that will be displayed to the user. |
addWarningMessageText | FooterControl.addWarningMessageText( text [, replaceParameters ] [, stopProcessing ] ) | Adds a warning message that will be displayed to the user, sourced from an existing text. |
existErrorMessages | FooterControl.existErrorMessages( ) | Returns true if undisplayed error messages exist for this element, otherwise returns false . |
existInfoMessages | FooterControl.existInfoMessages( ) | Returns true if undisplayed info messages exist for this element, otherwise returns false . |
existMessages | FooterControl.existMessages( ) | Returns true if undisplayed info, warning or error messages exist for this element, otherwise returns false . |
existWarningMessages | FooterControl.existWarningMessages( ) | Returns true if undisplayed warning messages exist for this element, otherwise returns false . |
Element Functions
getElementName | FooterControl.getElementName( ) | Returns the element name |
getElementType | FooterControl.getElementType( ) | Returns the element type |
A container that wraps content in a footer tag. Typically used for page footers.
Further documentation.