LayoutInfo layoutInfo =
new LayoutInfo(layoutTokens.getSize(), innerWidth.intValue(), layoutTokens, layout.getClientId(facesContext),
layout.isIgnoreFree());
parseFixedWidth(layoutInfo, layout, facesContext);
layoutInfo.parseColumnLayout(innerWidth.doubleValue(),
getCellSpacing(facesContext, layout));
setColumnWidths(layout, layoutInfo, facesContext);
layout.getAttributes().put(ATTR_WIDTH_LIST,
layoutInfo.getSpaceList());