public interface TableControl extends ContainerControl, MessageProperties, BaseTableControl
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddRowCellClass()
Returns the list of CSS classes applied to the table row containing the add row button.
|
java.lang.String |
getAddRowCellStyle()
Returns the inline CSS style applied to the table row containing the add row button.
|
java.lang.String |
getAddRowClass()
Returns the list of CSS classes applied to the add row button.
|
java.lang.String |
getAddRowStyle()
Returns the inline CSS style applied to the add row button.
|
TableControlAddRowProperties |
getAddRowStyleProperties()
Styling properties for the add row button.
|
java.lang.String |
getCollapseBreakPoint()
Returns the breakpoint width e.g.
|
java.lang.String |
getCollapsedRowHeaderStyle()
Returns the inline CSS style applied to column headers displayed in collapsed table rows; these are table rows displayed vertically when the device viewport is smaller than
the breakpoint configured for the Collapse Breakpoint property.
|
java.lang.String |
getCollapsedRowStyle()
Returns the inline CSS style applied to collapsed table rows; these are table rows displayed vertically when the device viewport is smaller than
the breakpoint configured for the Collapse Breakpoint property.
|
TableColumnHeaderProperties |
getColumnHeaderStyleProperties()
Styling properties for column header texts.
|
java.lang.String |
getColumnHeadingClass()
Returns the list of CSS classes applied to column header texts.
|
java.lang.String |
getColumnHeadingStyle()
Returns the inline CSS style applied to column header texts.
|
java.lang.String |
getDeletableCellClass()
Returns the list of CSS classes applied to the Delete Column table cells.
|
java.lang.String |
getDeletableCellStyle()
Returns the inline CSS style applied to the the Delete Column table cells.
|
java.lang.String |
getDeletableDataClass()
Returns the list of CSS classes applied to the Delete Column checkboxes.
|
java.lang.String |
getDeletableDataStyle()
Returns the inline CSS style applied to the the Delete Column checkboxes.
|
java.lang.String |
getDeletableWidth()
Returns the width of the delete column.
|
java.lang.String |
getHeaderClass()
Returns the list of CSS classes applied to the table header text.
|
java.lang.String |
getHeaderStyle()
Returns the inline CSS style applied to the table header text.
|
TableControlTextProperties |
getHeaderStyleProperties()
Styling properties for the table header text.
|
java.lang.String |
getInfoClass()
Returns the list of CSS classes applied to the table information text.
|
TableControlTextProperties |
getInformationStyleProperties()
Styling properties for the table information text.
|
java.lang.String |
getInfoStyle()
Returns the inline CSS style applied to the table information text.
|
java.lang.String |
getPatternTextClass()
Returns the list of CSS classes applied to any value pattern text in the column header.
|
java.lang.String |
getPatternTextStyle()
Returns the inline CSS style applied to any value pattern text in the column header.
|
java.lang.String |
getScrollLeftIcon()
Returns the URL of the horizontal scroll left icon.
|
java.lang.String |
getScrollRightIcon()
Returns the URL of the horizontal scroll right icon.
|
java.lang.String |
getSelectableCellClass()
Returns the list of CSS classes applied to the Select Column table cells.
|
java.lang.String |
getSelectableCellStyle()
Returns the inline CSS style applied to the Select Column table cells.
|
java.lang.String |
getSelectableDataClass()
Returns the list of CSS classes applied to the Select Column checkboxes.
|
java.lang.String |
getSelectableDataStyle()
Returns the inline CSS style applied to the Select Column checkboxes.
|
java.lang.String |
getSelectableWidth()
Returns the width of the select column.
|
java.lang.String |
getSortAscendingIcon()
Returns the URL of the column header icon used to sort the table in ascending order.
|
java.lang.String |
getSortDescendingIcon()
Returns the URL of the column header icon used to sort the table in descending order.
|
java.lang.String |
getStripeColor()
Returns stripe color applied as a background color to alternate table rows.
|
TableCellStyleProperties |
getTableCellStyleProperties()
Styling properties for table column cells.
|
java.lang.String |
getTableClass()
Returns the list of CSS classes applied to the outer table of the Table Control.
|
TableCellStyleProperties |
getTableDeleteStyleProperties()
Styling properties for the delete column.
|
java.lang.String |
getTableGridClass()
Returns the list of CSS classes applied to the inner table containing column headers and table row data.
|
java.lang.String |
getTableGridStyle()
Returns the inline CSS style applied to the inner table containing column headers and table row data.
|
Text |
getTableHeaderText()
Returns the
Text object for the table header text. |
Text |
getTableInfoText()
Returns the
Text object for the table information text. |
java.lang.String |
getTablePageScrollClass()
Returns the list of CSS classes applied to the horizontal scroll icons.
|
java.lang.String |
getTablePageScrollStyle()
Returns the inline CSS style applied to the the horizontal scroll icons.
|
java.lang.String |
getTableRowCellClass()
Returns the list of CSS classes applied to the table cells used to present table row data.
|
java.lang.String |
getTableRowCellStyle()
Returns the inline CSS style applied to the table cells used to present table row data.
|
java.lang.String |
getTableRowDataClass()
Returns the list of CSS classes applied to table row data.
|
java.lang.String |
getTableRowDataStyle()
Returns the inline CSS style applied to table row data.
|
TableRowStyleProperties |
getTableRowStyleProperties()
Background and border styling properties applied to table row data.
|
TableCellStyleProperties |
getTableSelectStyleProperties()
Styling properties for the select column.
|
java.lang.String |
getTableSortClass()
Returns the list of CSS classes applied to the column header sort icons.
|
TableSortProperties |
getTableSortProperties()
Column sort icon properties.
|
java.lang.String |
getTableSortStyle()
Returns the inline CSS style applied to the the column header sort icons.
|
java.lang.String |
getTableStyle()
Returns the inline CSS style applied to the outer table of the Table Control.
|
TableControlStyleProperties |
getTableStyleProperties()
Styling properties for the entire table.
|
Text |
getTableTrailerText()
Returns the
Text object for the table trailer text. |
java.lang.String |
getTrailerClass()
Returns the list of CSS classes applied to the table trailer text.
|
java.lang.String |
getTrailerStyle()
Returns the inline CSS style applied to the table trailer text.
|
TableControlTextProperties |
getTrailerStyleProperties()
Styling properties for the table trailer text.
|
java.lang.String |
getUnsortedIcon()
Returns the URL of the column header icon displayed when the table is not currently sorted by this column.
|
java.lang.String |
getWidth()
Table width.
|
boolean |
isDeletable()
Returns whether or not the user row deletion built-in feature is activated.
|
boolean |
isInsertable()
Returns whether or not the user row insertion built-in feature is activated.
|
boolean |
isSelectable()
Returns whether or not the user row selection built-in feature is activated.
|
boolean |
isShowColumnHeaders()
Indicates whether or not column headers are displayed.
|
boolean |
isShowTableHeadersOverPDFPages()
When a page is included in a PDF, indicates whether column headers will be re-displayed at the top of each expansion page.
|
void |
scrollLeft()
Scroll the table horizontally left one page
|
void |
scrollRight()
Scroll the table horizontally right one page
|
void |
setAddRowCellClass(java.lang.String addRowCellClass)
Sets one or more CSS classes to be applied to the table row containing the add row button.
|
void |
setAddRowCellStyle(java.lang.String addRowCellStyle)
Sets the inline CSS style to be applied to the table row containing the add row button.
|
void |
setAddRowClass(java.lang.String addRowClass)
Sets one or more CSS classes to be applied to the add row button.
|
void |
setAddRowStyle(java.lang.String addRowStyle)
Sets the inline CSS style to be applied to the add row button.
|
void |
setCollapseBreakPoint(java.lang.String collapseBreakPoint)
Sets the breakpoint width e.g.
|
void |
setCollapsedRowHeaderStyle(java.lang.String collapsedRowHeaderStyle)
Sets the inline CSS style applied to column headers displayed in collapsed table rows; these are table rows displayed vertically when the device viewport is smaller than
the breakpoint configured for the Collapse Breakpoint property.
|
void |
setCollapsedRowStyle(java.lang.String collapsedRowStyle)
Sets the inline CSS style applied to collapsed table rows; these are table rows displayed vertically when the device viewport is smaller than
the breakpoint configured for the Collapse Breakpoint property.
|
void |
setColumnHeadingClass(java.lang.String columnHeadingClass)
Sets one or more CSS classes to be applied to column header texts.
|
void |
setColumnHeadingStyle(java.lang.String columnHeadingStyle)
Sets the inline CSS style to be applied to column header texts.
|
void |
setDeletable(boolean deletable)
Sets whether or not the user row deletion built-in feature is activated.
|
void |
setDeletableCellClass(java.lang.String deletableCellClass)
Sets one or more CSS classes to be applied to the Delete Column table cells.
|
void |
setDeletableCellStyle(java.lang.String deletableCellStyle)
Sets the inline CSS style applied to the Delete Column table cells.
|
void |
setDeletableDataClass(java.lang.String deletableDataClass)
Sets one or more CSS classes to be applied to the Delete Column checkboxes.
|
void |
setDeletableDataStyle(java.lang.String deletableDataStyle)
Sets the inline CSS style applied to the Delete Column checkboxes.
|
void |
setDeletableWidth(java.lang.String deletableWidth)
Sets the width of the delete column.
|
void |
setHeaderClass(java.lang.String headerClass)
Sets one or more CSS classes to be applied to the table header text.
|
void |
setHeaderStyle(java.lang.String headerStyle)
Sets the inline CSS style to be applied to the table header text.
|
void |
setInfoClass(java.lang.String infoClass)
Sets one or more CSS classes to be applied to the table information text.
|
void |
setInfoStyle(java.lang.String infoStyle)
Sets the inline CSS style to be applied to the table information text.
|
void |
setInsertable(boolean insertable)
Sets whether or not the user row insertion built-in feature is activated.
|
void |
setPatternTextClass(java.lang.String patternTextClass)
Sets one or more CSS classes to be applied to any value pattern text in the column header.
|
void |
setPatternTextStyle(java.lang.String patternTextStyle)
Sets the inline CSS style to be applied to any value pattern text in the column header.
|
void |
setScrollLeftIcon(java.lang.String scrollLeftIcon)
Sets the URL of the horizontal scroll left icon.
|
void |
setScrollRightIcon(java.lang.String scrollRightIcon)
Sets the URL of the horizontal scroll right icon.
|
void |
setSelectable(boolean selectable)
Sets whether or not the user row selection built-in feature is activated.
|
void |
setSelectableCellClass(java.lang.String selectableCellClass)
Sets one or more CSS classes to be applied to the Select Column table cells.
|
void |
setSelectableCellStyle(java.lang.String selectableCellStyle)
Sets the inline CSS style applied to the Select Column table cells.
|
void |
setSelectableDataClass(java.lang.String selectableDataClass)
Sets one or more CSS classes to be applied to the Select Column checkboxes.
|
void |
setSelectableDataStyle(java.lang.String selectableDataStyle)
Sets the inline CSS style applied to the Select Column checkboxes.
|
void |
setSelectableWidth(java.lang.String selectableWidth)
Sets the width of the select column.
|
void |
setShowColumnHeaders(boolean showColumnHeaders)
Sets whether or not column headers are displayed.
|
void |
setShowTableHeadersOverPDFPages(boolean showTableHeadersOverPDFPages)
When a page is included in a PDF, sets whether column headers will be re-displayed at the top of each expansion page.
|
void |
setSortAscendingIcon(java.lang.String sortAscendingIcon)
Sets the URL of the column header icon used to sort the table in ascending order.
|
void |
setSortDescendingIcon(java.lang.String sortDescendingIcon)
Sets the URL of the column header icon used to sort the table in descending order.
|
void |
setStripeColor(java.lang.String stripeColor)
Sets the stripe color applied as a background color to alternate table rows.
|
void |
setTableClass(java.lang.String tableClass)
Sets one or more CSS classes to be applied to the outer table of the Table Control.
|
void |
setTableGridClass(java.lang.String tableGridClass)
Sets one or more CSS classes to be applied to the inner table containing column headers and table row data.
|
void |
setTableGridStyle(java.lang.String tableGridStyle)
Sets the inline CSS style to be applied to the inner table containing column headers and table row data.
|
void |
setTablePageScrollClass(java.lang.String tablePageScrollClass)
Sets one or more CSS classes to be applied to the horizontal scroll icons.
|
void |
setTablePageScrollStyle(java.lang.String tablePageScrollStyle)
Sets the inline CSS style applied to the horizontal scroll icons.
|
void |
setTableRowCellClass(java.lang.String tableRowCellClass)
Sets one or more CSS classes to be applied to the table cells used to present table row data.
|
void |
setTableRowCellStyle(java.lang.String tableRowCellStyle)
Sets the inline CSS style applied to be applied to the table cells used to present table row data.
|
void |
setTableRowDataClass(java.lang.String tableRowDataClass)
Sets one or more CSS classes to be applied to table row data.
|
void |
setTableRowDataStyle(java.lang.String tableRowDataStyle)
Sets the inline CSS style applied to be applied to table row data.
|
void |
setTableSortClass(java.lang.String tableSortClass)
Sets one or more CSS classes to be applied to the column header sort icons.
|
void |
setTableSortStyle(java.lang.String tableSortStyle)
Sets the inline CSS style applied to the column header sort icons.
|
void |
setTableStyle(java.lang.String tableStyle)
Sets the inline CSS style to be applied to the outer table of the Table Control.
|
void |
setTrailerClass(java.lang.String trailerClass)
Sets one or more CSS classes to be applied to the table trailer text.
|
void |
setTrailerStyle(java.lang.String trailerStyle)
Sets the inline CSS style to be applied to the table trailer text.
|
void |
setUnsortedIcon(java.lang.String unsortedIcon)
Sets the URL of the column header icon displayed when the table is not currently sorted by this column.
|
void |
setWidth(java.lang.String width)
Sets the table width.
|
getChildControls
addCssClass, getAll, getCssClass, getErrorMsgClass, getErrorMsgStyle, getInfoMsgClass, getInfoMsgStyle, getLayoutCell, getNextSiblingControl, getPage, getParentControl, getPreviousSiblingControl, 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
getElementName, getElementType
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
getErrorMessageStyle, getInfoMessageStyle, getWarningMessageStyle
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
void scrollLeft()
void scrollRight()
Text getTableHeaderText()
Text
object for the table header text.
Text getTableInfoText()
Text
object for the table information text.
Text getTableTrailerText()
Text
object for the table trailer text.
java.lang.String getWidth()
setWidth(String)
for details of supported values when setting this property.void setWidth(java.lang.String width)
Any valid value for the CSS width property can be specified e.g. 300px.
Warning: any margins specified for the table will be in addition to the width value and can cause the Table Control to "break out" of its parent space.
boolean isInsertable()
void setInsertable(boolean insertable)
boolean isDeletable()
void setDeletable(boolean deletable)
boolean isSelectable()
void setSelectable(boolean selectable)
boolean isShowColumnHeaders()
true
, column headers are displayed, even for empty tables.void setShowColumnHeaders(boolean showColumnHeaders)
true
, column headers are displayed, even for empty tables.java.lang.String getSortAscendingIcon()
void setSortAscendingIcon(java.lang.String sortAscendingIcon)
java.lang.String getSortDescendingIcon()
void setSortDescendingIcon(java.lang.String sortDescendingIcon)
java.lang.String getUnsortedIcon()
void setUnsortedIcon(java.lang.String unsortedIcon)
java.lang.String getScrollLeftIcon()
void setScrollLeftIcon(java.lang.String scrollLeftIcon)
java.lang.String getScrollRightIcon()
void setScrollRightIcon(java.lang.String scrollRightIcon)
java.lang.String getStripeColor()
getTableRowStyleProperties()
for alternate rows.void setStripeColor(java.lang.String stripeColor)
java.lang.String getSelectableWidth()
void setSelectableWidth(java.lang.String selectableWidth)
java.lang.String getDeletableWidth()
void setDeletableWidth(java.lang.String deletableWidth)
boolean isShowTableHeadersOverPDFPages()
WebForm.generatePdf()
void setShowTableHeadersOverPDFPages(boolean showTableHeadersOverPDFPages)
WebForm.generatePdf()
TableSortProperties getTableSortProperties()
TableControlStyleProperties getTableStyleProperties()
TableControlTextProperties getHeaderStyleProperties()
TableControlTextProperties getInformationStyleProperties()
TableControlTextProperties getTrailerStyleProperties()
TableControlAddRowProperties getAddRowStyleProperties()
TableColumnHeaderProperties getColumnHeaderStyleProperties()
TableRowStyleProperties getTableRowStyleProperties()
getStripeColor()
.
TableCellStyleProperties getTableCellStyleProperties()
TableCellStyleProperties getTableSelectStyleProperties()
TableCellStyleProperties getTableDeleteStyleProperties()
java.lang.String getHeaderClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setHeaderClass(String)
void setHeaderClass(java.lang.String headerClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getHeaderStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setHeaderStyle(String)
void setHeaderStyle(java.lang.String headerStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getPatternTextClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setPatternTextClass(String)
void setPatternTextClass(java.lang.String patternTextClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getPatternTextStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setPatternTextStyle(String)
void setPatternTextStyle(java.lang.String patternTextStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getInfoClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setInfoClass(String)
void setInfoClass(java.lang.String infoClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getInfoStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setInfoStyle(String)
void setInfoStyle(java.lang.String infoStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTrailerClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTrailerClass(String)
void setTrailerClass(java.lang.String trailerClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTrailerStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTrailerStyle(String)
void setTrailerStyle(java.lang.String trailerStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getColumnHeadingClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setColumnHeadingClass(String)
void setColumnHeadingClass(java.lang.String columnHeadingClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getColumnHeadingStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setColumnHeadingStyle(String)
void setColumnHeadingStyle(java.lang.String columnHeadingStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getAddRowClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setAddRowClass(String)
void setAddRowClass(java.lang.String addRowClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getAddRowStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setAddRowStyle(String)
void setAddRowStyle(java.lang.String addRowStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getAddRowCellClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setAddRowCellClass(String)
void setAddRowCellClass(java.lang.String addRowCellClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getAddRowCellStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setAddRowCellStyle(String)
void setAddRowCellStyle(java.lang.String addRowCellStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTableClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTableClass(String)
void setTableClass(java.lang.String tableClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTableStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTableStyle(String)
void setTableStyle(java.lang.String tableStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTableGridClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTableGridClass(String)
void setTableGridClass(java.lang.String tableGridClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTableGridStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTableGridStyle(String)
void setTableGridStyle(java.lang.String tableGridStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTableRowCellClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTableRowCellClass(String)
void setTableRowCellClass(java.lang.String tableRowCellClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTableRowCellStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTableRowCellStyle(String)
void setTableRowCellStyle(java.lang.String tableRowCellStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTableRowDataClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTableRowDataClass(String)
void setTableRowDataClass(java.lang.String tableRowDataClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTableRowDataStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTableRowDataStyle(String)
void setTableRowDataStyle(java.lang.String tableRowDataStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getSelectableCellClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setSelectableCellClass(String)
void setSelectableCellClass(java.lang.String selectableCellClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getSelectableCellStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setSelectableCellStyle(String)
void setSelectableCellStyle(java.lang.String selectableCellStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getSelectableDataClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setSelectableDataClass(String)
void setSelectableDataClass(java.lang.String selectableDataClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getSelectableDataStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setSelectableDataStyle(String)
void setSelectableDataStyle(java.lang.String selectableDataStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getDeletableCellClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setDeletableCellClass(String)
void setDeletableCellClass(java.lang.String deletableCellClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getDeletableCellStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setDeletableCellStyle(String)
void setDeletableCellStyle(java.lang.String deletableCellStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getDeletableDataClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setDeletableDataClass(String)
void setDeletableDataClass(java.lang.String deletableDataClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getDeletableDataStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setDeletableCellStyle(String)
void setDeletableDataStyle(java.lang.String deletableDataStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTableSortClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTableSortClass(String)
void setTableSortClass(java.lang.String tableSortClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTableSortStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTableSortStyle(String)
void setTableSortStyle(java.lang.String tableSortStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTablePageScrollClass()
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTablePageScrollClass(String)
void setTablePageScrollClass(java.lang.String tablePageScrollClass)
These classes are configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getTablePageScrollStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setTablePageScrollStyle(String)
void setTablePageScrollStyle(java.lang.String tablePageScrollStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getCollapseBreakPoint()
void setCollapseBreakPoint(java.lang.String collapseBreakPoint)
java.lang.String getCollapsedRowStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setCollapsedRowStyle(String)
void setCollapsedRowStyle(java.lang.String collapsedRowStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
java.lang.String getCollapsedRowHeaderStyle()
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.
setCollapsedRowHeaderStyle(String)
void setCollapsedRowHeaderStyle(java.lang.String collapsedRowHeaderStyle)
This inline style is configured in the studio using the Advanced Properties button within the Table Control Styling Assistant.