Namespace: rxTableRow

rxTableRow

Members


config :rxTable.tableConfig

The configuration object that the table/row was built with.
Type:

data :Object

A promise to a data object representing all the columns in the row.

The data will be transformed by the data method for the rxTableColumn.columnType specified in the configuration for each column.

Type:
  • Object

The first link element in the row (typically the device link).
Type:

The rxActionMenu page object for the table (see encore.rxActionMenu).
Type:
  • encore.rxActionMenu

rootElement :external:ElementFinder

The root <tr> ElementFinder for this table row.
Type:

rowIndex :Integer

The row index that the row was built with.
Type:
  • Integer

rxTable :rxTable

The rxTable object that the row was built with.
Type:

Methods


<static> initialize(rxTable, rowIndex)

Parameters:
Name Type Description
rxTable rxTable Parent rxTable page object for the row.
rowIndex Integer The zero-index of a row in the table.
Returns:
Page object representing the indicated row for the parent rxTable.
Type
rxTableRow

column(columnIndex)

Parameters:
Name Type Description
columnIndex Integer The zero-index of a column in the row.
Returns:
- The rxTableColumn page object for the column (see rxTableColumn).
Type
rxTableColumn