Package com.ebasetech.xi.api.controls
Interface RepeatingTableControl
- All Superinterfaces:
AriaControlProperties
,BackgroundStyleProperties
,BaseTableControl
,BorderStyleProperties
,ContainerControl
,Control
,Element
,EventOwner
,LayoutControl
,MarginStyleProperties
,MessageContainer
,MessageProperties
,PaddingStyleProperties
,RepeatingStyleProperties
,java.io.Serializable
,TextStyleProperties
,WebFormEventOwner
- All Known Subinterfaces:
RepeatingTableListControl
public interface RepeatingTableControl extends LayoutControl, BaseTableControl, RepeatingStyleProperties, AriaControlProperties
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.
- Since:
- V4.4
-
Method Summary
Methods inherited from interface com.ebasetech.xi.api.controls.AriaControlProperties
addAriaCustomAttribute, getAriaCustomAttributes, getAriaDescribedBy, getAriaLabelledBy, getAriaLabelText, getAriaRole, removeAriaCustomAttribute, setAriaCustomAttributes, setAriaRole
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.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.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.ContainerControl
getChildControls
Methods inherited from interface com.ebasetech.xi.api.controls.Control
addCssClass, getAll, getCssClass, getErrorMsgClass, getErrorMsgStyle, getInfoMsgClass, getInfoMsgStyle, getLayoutCell, getNextSiblingControl, getPage, getParentControl, getPreviousSiblingControl, getRootHtmlElementProperties, getStyle, getWarningMsgClass, getWarningMsgStyle, hasModifier, hide, isContainer, isDisplayOnly, isDisplayOnlyIncludingParents, isEventField, isHidden, isInheritMsg, isLocalMsg, isNewLine, isShowing, refresh, removeCssClass, requestFocus, setCssClass, setDisplayOnly, setErrorMsgClass, setErrorMsgStyle, setHidden, setInfoMsgClass, setInfoMsgStyle, setNewLine, setStyle, setWarningMsgClass, setWarningMsgStyle, show
Methods inherited from interface com.ebasetech.xi.api.Element
getElementName, getElementType
Methods inherited from interface com.ebasetech.xi.api.controls.LayoutControl
getLayout, getLayoutType
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.MessageContainer
addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessageText, addErrorMessageText, addErrorMessageText, addInfoMessage, addInfoMessage, addInfoMessageText, addInfoMessageText, addInfoMessageText, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessageText, addWarningMessageText, addWarningMessageText, existErrorMessages, existInfoMessages, existMessages, existWarningMessages
Methods inherited from interface com.ebasetech.xi.api.controls.MessageProperties
getErrorMessageStyle, getInfoMessageStyle, getWarningMessageStyle
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.RepeatingStyleProperties
getWidth, setWidth
Methods inherited from interface com.ebasetech.xi.api.controls.TextStyleProperties
getLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSize