com.ebasetech.xi.api.controls
Interface RepeatingTableControl

All Superinterfaces:
BackgroundStyleProperties, BaseTableControl, BorderStyleProperties, ContainerControl, Control, Element, EventOwner, LayoutControl, MarginStyleProperties, MessageContainer, MessageProperties, PaddingStyleProperties, RepeatingStyleProperties, java.io.Serializable, TextStyleProperties, WebFormEventOwner

public interface RepeatingTableControl
extends LayoutControl, BaseTableControl, RepeatingStyleProperties

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

Further documentation

Since:
V4.4

Method Summary
 
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.BaseTableControl
getActivePageNumberProperties, getCurrentPageClass, getCurrentPageStyle, getFilterExpression, getFirstDisplayRow, getInactiveNavigationClass, getInactiveNavigationStyle, getInactivePageNumberProperties, getInactiveScrollDownIcon, getInactiveScrollToBottomIcon, getInactiveScrollToTopIcon, getInactiveScrollUpIcon, getInfoPrefixClass, getInfoPrefixStyle, getMaxNumberOfResultPages, getNavigationAlignBottom, getNavigationAlignTop, getNavigationBarClass, getNavigationBarStyle, getNavigationClass, getNavigationDisplay, getNavigationStyle, getNavigationStyleProperties, getNumVisibleRows, getPageNavigationInactiveProperties, getPageNavigationProperties, getPageNumbersClass, getPageNumbersStyle, getRowInformationClass, getRowInformationProperties, getRowInformationStyle, getRowPrefixProperties, getScrollDownIcon, getScrollToBottomIcon, getScrollToTopIcon, getScrollUpIcon, getTable, getVisibleRow, isDisplayInfoPrefix, isDisplayScrollTopBottomIcons, isIncludePageNumbers, isShowInactiveScrollIcons, isShowInfoMessage, isStartNewRowOnNextPage, scrollDown, scrollToBottom, scrollToTop, scrollUp, setCurrentPageClass, setCurrentPageStyle, setDisplayInfoPrefix, setDisplayScrollTopBottomIcons, setFilterExpression, setInactiveNavigationClass, setInactiveNavigationStyle, setInactiveScrollDownIcon, setInactiveScrollToBottomIcon, setInactiveScrollToTopIcon, setInactiveScrollUpIcon, setIncludePageNumbers, setInfoPrefixClass, setInfoPrefixStyle, setMaxNumberOfResultPages, setNavigationAlignBottom, setNavigationAlignTop, setNavigationBarClass, setNavigationBarStyle, setNavigationClass, setNavigationDisplay, setNavigationStyle, setNumVisibleRows, setPageNumbersClass, setPageNumbersStyle, setRowInformationClass, setRowInformationStyle, setScrollDownIcon, setScrollToBottomIcon, setScrollToTopIcon, setScrollUpIcon, setShowInactiveScrollIcons, setShowInfoMessage, setStartNewRowOnNextPage, setVisibleRow
 
Methods inherited from interface com.ebasetech.xi.api.controls.RepeatingStyleProperties
getWidth, setWidth
 
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.TextStyleProperties
getLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSize
 
Methods inherited from interface com.ebasetech.xi.api.controls.PaddingStyleProperties
getAllPadding, getBottomPadding, getLeftPadding, getRightPadding, getTopPadding, setAllPadding, setBottomPadding, setLeftPadding, setRightPadding, setTopPadding
 
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.BackgroundStyleProperties
getBackgroundColor, getBackgroundImage, getBackgroundImagePosition, getBackgroundImageRepeat, setBackgroundColor, setBackgroundImage, setBackgroundImagePosition, setBackgroundImageRepeat