documentationfor yFiles for HTML 3.0.0.2

Usages of IColumn

Properties

childColumnsin IColumnGets the child columns.
parentColumnin IColumnGets the parent of this column.
rootColumnin ITableGets the virtual root of the column hierarchy
columnsin TableGets the top-level IColumns in this table.
rootColumnin Table
columnsin TableDecoratorGets a StripeDecorator<IColumn> instance that can be used to decorate the IColumn instances in the table that this decorator has been created for.
selectedColumnsin IStripeSelectionGets an IObservableCollection<T> of the selected columns.
selectedColumnsin StripeSelection

Method Return Values

createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?, )in ITableCreate a new column as the indexth child of parent with the given parameters.
createColumn (number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?)in ITableCreates and returns a column as last child of table.
findColumn (INode, Point, function(IStripe):boolean?)in ITableFinds a column underneath a certain point.
copyColumn (IColumn)in TableCalled during clone to create a copy of column.
createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?, )in Table

Method Parameters

createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?, )in ITableCreate a new column 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 (IColumn, IColumn, number?)in ITableSets parent as new parent of column, inserting column at the given index.
copyColumn (IColumn)in TableCalled during clone to create a copy of column.
createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?, )in Table
setParent (IColumn, IColumn, number?)in Table
getColumnDescriptor (IColumn)in TableLayoutConfiguratorReturns the LayoutGridColumn in the grid to which the leafColumn is mapped.