documentationfor yFiles for HTML 2.6

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 toplevel IRows in this table.
rowDecoratorin 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 ISelectionModel<T> of the selected rows.
selectedRowsin StripeSelection

Method Return Values

createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, Object?, number?, )in ITableCreate a new row as the indexth child of owner with the given parameters.
createRow (number?, number?, Insets?, IStripeStyle?, Object?, 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?, Object?, number?)in Table

Method Parameters

createChildRow (IRow, number?, number?, Insets?, IStripeStyle?, Object?, number?, )in ITableCreate a new row as the indexth child of owner 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 owner 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?, Object?, number?)in Table
setParent (IRow, IRow, number?)in Table
getRowDescriptor (IRow)in TableLayoutConfiguratorReturns the RowDescriptor of the row in the grid to which the leafRow is mapped.