= (SheetRendererWorkaround) ComponentUtil.getRenderer(facesContext, this);
space -= renderer.getContentBorder(facesContext, this);
if (renderer.needVerticalScrollbar(facesContext, this)) {
space -= renderer.getScrollbarWidth(facesContext, this);
}
LayoutInfo layoutInfo = new LayoutInfo(getRendererdColumns().size(),
space, LayoutTokens.parse(layoutTokens), this.getClientId(facesContext), false);
parseFixedWidth(facesContext, layoutInfo);
layoutInfo.parseColumnLayout(space);
currentWidthList = layoutInfo.getSpaceList();
}
if (currentWidthList != null) {
if (columns.size() != currentWidthList.size()) {
LOG.warn("widthList.size() = " + currentWidthList.size()