Usages of IColumn
Properties
| childColumns | in IColumn | Gets the child columns. | |
| parentColumn | in IColumn | Gets the parent of this column. | |
| rootColumn | in ITable | Gets the virtual root of the column hierarchy | |
| columns | in Table | Gets the top-level IColumns in this table. | |
| rootColumn | in Table | ||
| columns | in TableDecorator | Gets a StripeDecorator<IColumn> instance that can be used to decorate the IColumn instances in the table that this decorator has been created for. | |
| selectedColumns | in IStripeSelection | Gets an IObservableCollection<T> of the selected columns. | |
| selectedColumns | in StripeSelection |
Method Return Values
| createChildColumn (IColumn, number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?, ) | in ITable | Create a new column as the indexth child of parent with the given parameters. | |
| createColumn (number?, number?, Insets?, IStripeStyle?, IColumn['tag']?, number?) | in ITable | Creates and returns a column as last child of table. | |
| findColumn (INode, Point, function(IStripe):boolean?) | in ITable | Finds a column underneath a certain point. | |
| copyColumn (IColumn) | in Table | Called 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 ITable | Create a new column 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 (IColumn, IColumn, number?) | in ITable | Sets parent as new parent of column, inserting column at the given index. | |
| copyColumn (IColumn) | in Table | Called 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 TableLayoutConfigurator | Returns the LayoutGridColumn in the grid to which the leafColumn is mapped. |