documentationfor yFiles for HTML 2.6

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 toplevel IColumns in this table.
rootColumnin Table
columnDecoratorin 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 ISelectionModel<T> of the selected columns.
selectedColumnsin StripeSelection

Method Return Values

createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, Object?, number?, )in ITableCreate a new column as the indexth child of owner with the given parameters.
createColumn (number?, number?, Insets?, IStripeStyle?, Object?, 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?, Object?, number?)in Table

Method Parameters

createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, Object?, number?, )in ITableCreate a new column 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 (IColumn, IColumn, number?)in ITableSets owner 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?, Object?, number?)in Table
setParent (IColumn, IColumn, number?)in Table
getColumnDescriptor (IColumn)in TableLayoutConfiguratorReturns the ColumnDescriptor of the column in the grid to which the leafColumn is mapped.