Module dimension

Source
Expand description

Module contains a list of implementations of Estimate and Dimension.

Structs§

CompactGridDimension
A Dimension implementation which calculates exact column/row width/height.
CompleteDimension
CompleteDimension is a Dimension implementation for a Table
ConstDimension
A constant size dimension or a value dimension.
IterGridDimension
A Dimension implementation which calculates exact column/row width/height.
PeekableGridDimension
A Dimension implementation which calculates exact column/row width/height for Records which used Cell cells.
PoolTableDimension
PoolTableDimension is a dimension resolve strategy for PoolTable
StaticDimension
A constant dimension.
ZeroDimension
A constant dimension.

Enums§

ConstSize
Const size represents either a const array values or a single value which responsible for the whole list.
DimensionPriority
A control of width/height logic for situations where we must increase some cell to align columns/row.
DimensionValue
A dimension value.

Traits§

Dimension
Dimension of a grid.
Estimate
Dimension estimation of a grid.