documentationfor yFiles for HTML 3.0.0.3

Usages of IRow

Properties

childRowsin IRowGets the child rows.
parentRowin IRowGets the parent of this row.
rootRowin ITableGets the virtual root of the row hierarchy
rootRowin Table
rowsin TableGets the top-level IRows in this table.
rowsin TableDecoratorGets a StripeDecorator<IRow> instance that can be used to decorate the IRow instances in the table that this decorator has been created for.
selectedRowsin IStripeSelectionGets an IObservableCollection<T> of the selected rows.
selectedRowsin StripeSelection

Method Return Values

createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?, )in ITableCreate a new row as the indexth child of parent with the given parameters.
createRow (number?, number?, Insets?, IStripeStyle?, IRow['tag']?, number?)in ITableCreates and returns a row as last child of table.
findRow (INode, Point, function(IStripe):boolean?)in ITableFinds a row underneath a certain point.
copyRow (IRow)in TableCalled 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 ITableCreate a new row as the indexth child of parent with the given parameters.
getCellBounds (INode, IColumn, IRow)in ITableCalculates the absolute bounds of a table cell that is determined by column and row
getCellBounds (IColumn, IRow)in ITableCalculates the relative bounds of a table cell that is determined by column and row
placeNodeInCell (IGraph, INode, INode, IColumn, IRow, boolean?, boolean?)in ITablePlaces node in the center of the table cell determined by column and row.
setParent (IRow, IRow, number?)in ITableSets parent as new parent of row, inserting row at the given index.
copyRow (IRow)in TableCalled 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 TableLayoutConfiguratorReturns the LayoutGridRow of the row in the grid to which the leafRow is mapped.