preferred property

int preferred
final

preferred is the preferred number of columns that the ResponsiveLayoutCell ideally spans.

The DefaultLayoutFactory will use the preferred value when positioning the ResponsiveLayoutCell, but might choose a lower or higher ColumnSpan when needed (see min and max).

Implementation

final int preferred;