Represents a "pseudo"-column nested inside a real column.
This class is created to handle parallel fragmented flows (e.g. table columns
in a single table row). A pseudo-column behaves in the same way as the
original column, sharing its properties. Property changes on the
pseudo-column are not propagated to the original column. The LayoutContext of
the original column is also cloned and used by the pseudo-column, not to
propagate state changes of the LayoutContext caused by the pseudo-column.
Param: column
The original (parent) column
Param: viewRoot
Root element for the pseudo-column, i.e., the root of the
fragmented flow.
Represents a "pseudo"-column nested inside a real column. This class is created to handle parallel fragmented flows (e.g. table columns in a single table row). A pseudo-column behaves in the same way as the original column, sharing its properties. Property changes on the pseudo-column are not propagated to the original column. The LayoutContext of the original column is also cloned and used by the pseudo-column, not to propagate state changes of the LayoutContext caused by the pseudo-column.
Param: column
The original (parent) column
Param: viewRoot
Root element for the pseudo-column, i.e., the root of the fragmented flow.
Param: parentNodeContext
A NodeContext generating this PseudoColumn