max property

int max
final

max is the maximum number of columns that the ResponsiveLayoutCell must span.

The DefaultLayoutFactory will use the max value when positioning the ResponsiveLayoutCell, but will use a smaller value when the number of columns of a ResponsiveLayoutGrid > max.

Implementation

final int max;