documentationfor yFiles for HTML 3.0.0.3

Properties

layoutGridCellDescriptorsin LayoutGridDataGets or sets the mapping from nodes to LayoutGridCellDescriptors.
layoutGridCellDescriptorsResultin TabularLayoutDataGets a mapper from nodes to their assigned layout grid cell descriptors.

Fields

LAYOUT_GRID_CELL_DESCRIPTOR_DATA_KEYin LayoutGridA data key for storing a set of layout grid cells for each node.
LAYOUT_GRID_CELL_DESCRIPTOR_RESULT_DATA_KEYin TabularLayoutA data key for publishing the layout grid cell descriptors for all nodes in the graph.

Method Return Values

createCellDescriptor (LayoutGridRow, LayoutGridColumn)in LayoutGridCreates a LayoutGridCellDescriptor defined by the given column and row.
createCellDescriptor (number, number)in LayoutGridCreates a LayoutGridCellDescriptor defined by the given column and row index.
createCellSpanDescriptor (number, number, number, number)in LayoutGridCreates a LayoutGridCellDescriptor that spans multiple columns and rows.
createCellSpanDescriptor (IEnumerable<LayoutGridRow>, IEnumerable<LayoutGridColumn>)in LayoutGridCreates a LayoutGridCellDescriptor that spans multiple columns and rows.
createCellSpanDescriptor (LayoutGridRow, LayoutGridColumn, LayoutGridRow, LayoutGridColumn)in LayoutGridCreates a LayoutGridCellDescriptor spanning multiple columns and rows.
createColumnSpanDescriptor (number)in LayoutGridCreates a LayoutGridCellDescriptor that spans a whole column.
createDynamicCellDescriptor ()in LayoutGridCreates a dynamic LayoutGridCellDescriptor.
createRowSpanDescriptor (number)in LayoutGridCreates a LayoutGridCellDescriptor spanning a whole row.
getAssignedCells (INode)in TableLayoutConfiguratorReturns the LayoutGridCellDescriptor assigned to the node.
getLayoutGridCellDescriptor ()in PartitionCellReturns the LayoutGridCellDescriptor of the LayoutGrid covering this cell.

Method Parameters

LayoutGridData ()in LayoutGridData