RepeatingTableControl

RepeatingTableControl is one these types:

RepeatingTableControl
RepeatingTableListControl

A Repeater Control provides a flexible way of displaying data from a table. Each row of the table is displayed inside a RepeatingTableRowControl and this can have any Layout and can include any other control as a child.

Further documentation

AriaControlProperties Functions

addAriaCustomAttribute RepeatingTableControl.addAriaCustomAttribute( name , value ) Add an ARIA custom attribute with a specified name and value.
getAriaCustomAttributes RepeatingTableControl.getAriaCustomAttributes( ) Returns a comma separated list of the ARIA custom attributes for the control.
setAriaCustomAttributes RepeatingTableControl.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 RepeatingTableControl.getAriaDescribedBy( ) Returns the ARIA described-by element ID for the control.
getAriaLabelledBy RepeatingTableControl.getAriaLabelledBy( ) Returns the ARIA labelled-by element ID for the control.
getAriaLabelText RepeatingTableControl.getAriaLabelText( ) Returns the com.ebasetech.xi.api.Text object for the ARIA label text.
getAriaRole RepeatingTableControl.getAriaRole( ) Returns the ARIA role for the control.
setAriaRole RepeatingTableControl.setAriaRole( role ) Sets the ARIA role for the control.
removeAriaCustomAttribute RepeatingTableControl.removeAriaCustomAttribute( name ) Remove an ARIA custom attribute specified by name.

BaseTableControl Functions

getActivePageNumberProperties RepeatingTableControl.getActivePageNumberProperties( ) Text styling properties for active (clickable) page numbers in the navigation bar.
getCurrentPageClass RepeatingTableControl.getCurrentPageClass( ) Returns the list of CSS classes configured for inactive pages (i.e.
setCurrentPageClass RepeatingTableControl.setCurrentPageClass( currentPageClass ) Sets one or more CSS classes to be applied to inactive pages (i.e.
getCurrentPageStyle RepeatingTableControl.getCurrentPageStyle( ) Returns the inline CSS style configured for inactive pages (i.e.
setCurrentPageStyle RepeatingTableControl.setCurrentPageStyle( currentPageStyle ) Sets the inline CSS style to be applied to inactive pages (i.e.
isDisplayInfoPrefix RepeatingTableControl.isDisplayInfoPrefix( ) Indicates whether or not the navigation bar prefix text is displayed.
setDisplayInfoPrefix RepeatingTableControl.setDisplayInfoPrefix( displayInfoPrefix ) Sets whether or not the navigation bar prefix text is displayed.
isDisplayScrollTopBottomIcons RepeatingTableControl.isDisplayScrollTopBottomIcons( ) Indicates whether or not scroll to top and scroll to bottom icons or corresponding texts are included in the navigation bar.
setDisplayScrollTopBottomIcons RepeatingTableControl.setDisplayScrollTopBottomIcons( displayScrollTopBottomIcons ) Sets whether or not scroll to top and scroll to bottom icons or corresponding texts are included in the navigation bar.
getFilterExpression RepeatingTableControl.getFilterExpression( ) Returns an FPL conditional expression that limits which table rows are displayed or null if no expression is configured.
setFilterExpression RepeatingTableControl.setFilterExpression( filterExpression ) Sets an FPL conditional expression that limits which table rows are displayed.
getFirstDisplayRow RepeatingTableControl.getFirstDisplayRow( ) Returns the row number of the first displayable row - equivalent to scroll to top.
getInactiveNavigationClass RepeatingTableControl.getInactiveNavigationClass( ) Returns the list of CSS classes configured for inactive (not clickable) scroll icons/texts in the navigation bar.
setInactiveNavigationClass RepeatingTableControl.setInactiveNavigationClass( inactiveNavigationClass ) Sets one or more CSS classes to be applied to inactive (not clickable) scroll icons/texts in the navigation bar.
getInactiveNavigationStyle RepeatingTableControl.getInactiveNavigationStyle( ) Returns the inline CSS style configured for inactive (not clickable) scroll icons/texts in the navigation bar.
setInactiveNavigationStyle RepeatingTableControl.setInactiveNavigationStyle( inactiveNavigationStyle ) Sets the inline CSS style to be applied to inactive (not clickable) scroll icons/texts in the navigation bar.
getInactivePageNumberProperties RepeatingTableControl.getInactivePageNumberProperties( ) Text styling properties for inactive (not clickable) page numbers in the navigation bar.
getInactiveScrollDownIcon RepeatingTableControl.getInactiveScrollDownIcon( ) URL of the inactive (not clickable) scroll down icon in the navigation bar.
setInactiveScrollDownIcon RepeatingTableControl.setInactiveScrollDownIcon( inactiveScrollDownIcon ) Sets the URL of the inactive (not clickable) scroll down icon in the navigation bar.
getInactiveScrollToBottomIcon RepeatingTableControl.getInactiveScrollToBottomIcon( ) URL of the inactive (not clickable) scroll to bottom icon in the navigation bar.
setInactiveScrollToBottomIcon RepeatingTableControl.setInactiveScrollToBottomIcon( inactiveScrollToBottomIcon ) Sets the URL of the inactive ( not clickable) scroll to bottom icon in the navigation bar.
getInactiveScrollToTopIcon RepeatingTableControl.getInactiveScrollToTopIcon( ) URL of the inactive (not clickable) scroll to top icon in the navigation bar.
setInactiveScrollToTopIcon RepeatingTableControl.setInactiveScrollToTopIcon( inactiveScrollToTopIcon ) Sets the URL of the inactive (not clickable) scroll to top icon in the navigation bar.
getInactiveScrollUpIcon RepeatingTableControl.getInactiveScrollUpIcon( ) URL of the inactive (not clickable) scroll up icon in the navigation bar.
setInactiveScrollUpIcon RepeatingTableControl.setInactiveScrollUpIcon( inactiveScrollUpIcon ) Sets the URL of the inactive (not clickable) scroll up icon in the navigation bar.
isIncludePageNumbers RepeatingTableControl.isIncludePageNumbers( ) Indicates whether or not clickable page numbers are included in the navigation bar.
setIncludePageNumbers RepeatingTableControl.setIncludePageNumbers( includePageNumbers ) Sets whether or not clickable page numbers are included in the navigation bar.
getInfoPrefixClass RepeatingTableControl.getInfoPrefixClass( ) Returns the list of CSS classes configured for the navigation bar prefix text.
setInfoPrefixClass RepeatingTableControl.setInfoPrefixClass( infoPrefixClass ) Sets one or more CSS classes to be applied to the navigation bar prefix text.
getInfoPrefixStyle RepeatingTableControl.getInfoPrefixStyle( ) Returns the inline CSS style configured for the navigation bar prefix text.
setInfoPrefixStyle RepeatingTableControl.setInfoPrefixStyle( infoPrefixStyle ) Sets the inline CSS style to be applied to the navigation bar prefix text.
getMaxNumberOfResultPages RepeatingTableControl.getMaxNumberOfResultPages( ) Returns the maximum number of page numbers included in the navigation bar when property includePageNumbers is true.
setMaxNumberOfResultPages RepeatingTableControl.setMaxNumberOfResultPages( maxNumberOfResultPages ) Sets the maximum number of page numbers included in the navigation bar when property includePageNumbers is true.
getNavigationAlignBottom RepeatingTableControl.getNavigationAlignBottom( ) Returns the alignment of the navigation bar relative to the table when the bar is displayed below the table.
setNavigationAlignBottom RepeatingTableControl.setNavigationAlignBottom( navigationAlignBottom ) Sets the alignment of the navigation bar relative to the table when the bar is displayed below the table.
getNavigationAlignTop RepeatingTableControl.getNavigationAlignTop( ) Returns the alignment of the navigation bar relative to the table when the bar is displayed above the table.
setNavigationAlignTop RepeatingTableControl.setNavigationAlignTop( navigationAlignTop ) Sets the alignment of the navigation bar relative to the table when the bar is displayed above the table.
getNavigationBarClass RepeatingTableControl.getNavigationBarClass( ) Returns the list of CSS classes configured for the <div> tag containing the entire navigation bar.
setNavigationBarClass RepeatingTableControl.setNavigationBarClass( navigationBarClass ) Sets one or more CSS classes to be applied to the <div> tag containing the entire navigation bar.
getNavigationBarStyle RepeatingTableControl.getNavigationBarStyle( ) Returns the inline CSS style configured for the <div> tag containing the entire navigation bar.
setNavigationBarStyle RepeatingTableControl.setNavigationBarStyle( navigationBarStyle ) Sets the inline CSS style to be applied to the <div> tag containing the entire navigation bar.
getNavigationClass RepeatingTableControl.getNavigationClass( ) Returns the list of CSS classes configured for active (clickable) scroll icons/texts in the navigation bar.
setNavigationClass RepeatingTableControl.setNavigationClass( navigationClass ) Sets one or more CSS classes to be applied to active (clickable) scroll icons/texts in the navigation bar.
getNavigationDisplay RepeatingTableControl.getNavigationDisplay( ) Returns the position of the navigation bar.
setNavigationDisplay RepeatingTableControl.setNavigationDisplay( navigationDisplay ) Sets the position of the navigation bar.
getNavigationStyle RepeatingTableControl.getNavigationStyle( ) Returns the inline CSS style configured for active (clickable) scroll icons/texts in the navigation bar.
setNavigationStyle RepeatingTableControl.setNavigationStyle( navigationStyle ) Sets the inline CSS style to be applied to active (clickable) scroll icons/texts in the navigation bar.
getNavigationStyleProperties RepeatingTableControl.getNavigationStyleProperties( ) Navigation bar styling properties
getNumVisibleRows RepeatingTableControl.getNumVisibleRows( ) Returns the number of rows in a scroll set i.e.
setNumVisibleRows RepeatingTableControl.setNumVisibleRows( numVisibleRows ) Sets the number of rows in a scroll set i.e.
getPageNavigationInactiveProperties RepeatingTableControl.getPageNavigationInactiveProperties( ) Text styling properties for inactive (not clickable) icons/texts in the navigation bar.
getPageNavigationProperties RepeatingTableControl.getPageNavigationProperties( ) Text styling properties for active (clickable) icons/texts in the navigation bar.
getPageNumbersClass RepeatingTableControl.getPageNumbersClass( ) Returns the list of CSS classes configured for active (clickable) page numbers in the navigation bar.
setPageNumbersClass RepeatingTableControl.setPageNumbersClass( pageNumbersClass ) Sets one or more CSS classes to be applied to active (clickable) page numbers in the navigation bar.
getPageNumbersStyle RepeatingTableControl.getPageNumbersStyle( ) Returns the inline CSS style configured for active (clickable) page numbers in the navigation bar.
setPageNumbersStyle RepeatingTableControl.setPageNumbersStyle( pageNumbersStyle ) Sets the inline CSS style to be applied to active (clickable) page numbers in the navigation bar.
getRowInformationClass RepeatingTableControl.getRowInformationClass( ) Returns the list of CSS classes configured for the row information text in the navigation bar.
setRowInformationClass RepeatingTableControl.setRowInformationClass( rowInformationClass ) Sets one or more CSS classes to be applied to the row information text in the navigation bar.
getRowInformationProperties RepeatingTableControl.getRowInformationProperties( ) Navigation bar row information text properties Further documentation.
getRowInformationStyle RepeatingTableControl.getRowInformationStyle( ) Returns the inline CSS style configured for the row information text in the navigation bar.
setRowInformationStyle RepeatingTableControl.setRowInformationStyle( rowInformationStyle ) Sets the inline CSS style to be applied to the row information text in the navigation bar.
getRowPrefixProperties RepeatingTableControl.getRowPrefixProperties( ) Navigation bar prefix text properties.
scrollDown RepeatingTableControl.scrollDown( ) Scroll the table vertically down one page
getScrollDownIcon RepeatingTableControl.getScrollDownIcon( ) URL of the active (clickable) scroll down icon in the navigation bar.
setScrollDownIcon RepeatingTableControl.setScrollDownIcon( scrollDownIcon ) Sets the URL of the active (clickable) scroll down icon in the navigation bar.
scrollToBottom RepeatingTableControl.scrollToBottom( ) Scroll the table vertically to the last page
getScrollToBottomIcon RepeatingTableControl.getScrollToBottomIcon( ) URL of the active (clickable) scroll to bottom icon in the navigation bar.
setScrollToBottomIcon RepeatingTableControl.setScrollToBottomIcon( scrollToBottomIcon ) Sets the URL of the active (clickable) scroll to bottom icon in the navigation bar.
scrollToTop RepeatingTableControl.scrollToTop( ) Scroll the table vertically to the first page
getScrollToTopIcon RepeatingTableControl.getScrollToTopIcon( ) URL of the active (clickable) scroll to top icon in the navigation bar.
setScrollToTopIcon RepeatingTableControl.setScrollToTopIcon( scrollToTopIcon ) Sets the URL of the active (clickable) scroll to top icon in the navigation bar.
scrollUp RepeatingTableControl.scrollUp( ) Scroll the table vertically up one page
getScrollUpIcon RepeatingTableControl.getScrollUpIcon( ) URL of the active (clickable) scroll up icon in the navigation bar.
setScrollUpIcon RepeatingTableControl.setScrollUpIcon( scrollUpIcon ) Sets the URL of the active (clickable) scroll up icon in the navigation bar.
isShowInactiveScrollIcons RepeatingTableControl.isShowInactiveScrollIcons( ) Indicates whether or not inactive scroll icons/texts are included in the navigation bar.
setShowInactiveScrollIcons RepeatingTableControl.setShowInactiveScrollIcons( showInactiveScrollIcons ) Sets whether or not inactive scroll icons/texts are included in the navigation bar.
isShowInfoMessage RepeatingTableControl.isShowInfoMessage( ) Indicates whether or not the row information text is displayed in the navigation bar.
setShowInfoMessage RepeatingTableControl.setShowInfoMessage( showInfoMessage ) Sets whether or not the row information text is displayed in the navigation bar.
isStartNewRowOnNextPage RepeatingTableControl.isStartNewRowOnNextPage( ) When a page is included in a PDF, indicates whether the content of a table row can be split across two pages.
setStartNewRowOnNextPage RepeatingTableControl.setStartNewRowOnNextPage( startNewRowOnNextPage ) When a page is included in a PDF, sets whether the content of a table row can be split across two pages.
getTable RepeatingTableControl.getTable( ) Returns the com.ebasetech.xi.api.Table displayed by this control.
getVisibleRow RepeatingTableControl.getVisibleRow( ) Returns the row number of the first row currently visible to the user i.e.
setVisibleRow RepeatingTableControl.setVisibleRow( row ) Scrolls the table to make the table row with row number row visible.

LayoutControl Functions

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

RepeatingStyleProperties Functions

getWidth RepeatingTableControl.getWidth( ) Returns the width.
setWidth RepeatingTableControl.setWidth( width ) Sets the width.

BackgroundStyleProperties Functions

getBackgroundColor RepeatingTableControl.getBackgroundColor( ) Background color.
setBackgroundColor RepeatingTableControl.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 RepeatingTableControl.getBackgroundImage( ) URL of the background image.
setBackgroundImage RepeatingTableControl.setBackgroundImage( backgroundImage ) Sets the URL of the background image.
getBackgroundImagePosition RepeatingTableControl.getBackgroundImagePosition( ) Background image position.
setBackgroundImagePosition RepeatingTableControl.setBackgroundImagePosition( backgroundImagePosition ) Sets the background image position.
getBackgroundImageRepeat RepeatingTableControl.getBackgroundImageRepeat( ) Background image repeat property.
setBackgroundImageRepeat RepeatingTableControl.setBackgroundImageRepeat( backgroundImageRepeat ) Sets the background image repeat property.

BorderStyleProperties Functions

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

ContainerControl Functions

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

MarginStyleProperties Functions

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

MessageProperties Functions

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

PaddingStyleProperties Functions

getAllPadding RepeatingTableControl.getAllPadding( ) Single PaddingStyleProperties size value used for top, bottom, left and right padding.
setAllPadding RepeatingTableControl.setAllPadding( allPadding ) Sets the PaddingStyleProperties size value used for top, bottom, left and right padding.
getBottomPadding RepeatingTableControl.getBottomPadding( ) Bottom PaddingStyleProperties size value.
setBottomPadding RepeatingTableControl.setBottomPadding( bottomPadding ) Sets the bottom PaddingStyleProperties size value.
getLeftPadding RepeatingTableControl.getLeftPadding( ) Left PaddingStyleProperties size value.
setLeftPadding RepeatingTableControl.setLeftPadding( leftPadding ) Sets the left PaddingStyleProperties size value.
getRightPadding RepeatingTableControl.getRightPadding( ) Right PaddingStyleProperties size value.
setRightPadding RepeatingTableControl.setRightPadding( rightPadding ) Sets the right PaddingStyleProperties size value.
getTopPadding RepeatingTableControl.getTopPadding( ) Top PaddingStyleProperties size value.
setTopPadding RepeatingTableControl.setTopPadding( topPadding ) Sets the top PaddingStyleProperties size value.

TextStyleProperties Functions

getLineHeight RepeatingTableControl.getLineHeight( ) Line height.
setLineHeight RepeatingTableControl.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 RepeatingTableControl.getTextBold( ) Text bold setting.
setTextBold RepeatingTableControl.setTextBold( textBold ) Sets the text bold setting.
getTextColor RepeatingTableControl.getTextColor( ) Text color.
setTextColor RepeatingTableControl.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 RepeatingTableControl.getTextDecoration( ) Text decoration property (shown as Lines in the designer).
setTextDecoration RepeatingTableControl.setTextDecoration( textDecoration ) Sets the text decoration property (shown as Lines in the designer).
getTextFont RepeatingTableControl.getTextFont( ) List of text fonts.
setTextFont RepeatingTableControl.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 RepeatingTableControl.getTextItalic( ) Text italic setting.
setTextItalic RepeatingTableControl.setTextItalic( textItalic ) Sets the text italic setting.
getTextSize RepeatingTableControl.getTextSize( ) Text size.
setTextSize RepeatingTableControl.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.

Control Functions

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

MessageContainer Functions

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

Element Functions

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