Usages of IRow
Properties
| childRows | in IRow | Gets the child rows. | |
| parentRow | in IRow | Gets the parent of this row. | |
| rootRow | in ITable | Gets the virtual root of the row hierarchy | |
| rootRow | in Table | ||
| rows | in Table | Gets the top-level IRows in this table. | |
| rows | in TableDecorator | Gets a StripeDecorator<IRow> instance that can be used to decorate the IRow instances in the table that this decorator has been created for. | |
| selectedRows | in IStripeSelection | Gets an IObservableCollection<T> of the selected rows. | |
| selectedRows | in StripeSelection |
Method Return Values
| createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?, ) | in ITable | Create a new row as the indexth child of parent with the given parameters. | |
| createRow (number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?) | in ITable | Creates and returns a row as last child of table. | |
| findRow (INode, Point, function(IStripe):boolean?) | in ITable | Finds a row underneath a certain point. | |
| copyRow (IRow) | in Table | Called during clone to create a copy of row. | |
| createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?, ) | in Table |
Method Parameters
| createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?, ) | in ITable | Create a new row as the indexth child of parent with the given parameters. | |
| getCellBounds (INode, IColumn, IRow) | in ITable | Calculates the absolute bounds of a table cell that is determined by column and row | |
| getCellBounds (IColumn, IRow) | in ITable | Calculates the relative bounds of a table cell that is determined by column and row | |
| placeNodeInCell (IGraph, INode, INode, IColumn, IRow, boolean?, boolean?) | in ITable | Places node in the center of the table cell determined by column and row. | |
| setParent (IRow, IRow, number?) | in ITable | Sets parent as new parent of row, inserting row at the given index. | |
| copyRow (IRow) | in Table | Called during clone to create a copy of row. | |
| createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?, ) | in Table | ||
| setParent (IRow, IRow, number?) | in Table | ||
| getRowDescriptor (IRow) | in TableLayoutConfigurator | Returns the LayoutGridRow of the row in the grid to which the leafRow is mapped. |