// find *
if (orientation == Orientation.HORIZONTAL && !horizontalAuto
|| orientation == Orientation.VERTICAL && !verticalAuto) {
final FacesContext facesContext = FacesContext.getCurrentInstance();
final LayoutContainer container = getLayoutContainer();
final AbstractUISheet sheet = (AbstractUISheet) container;
if (orientation == Orientation.HORIZONTAL) {
ensureColumnWidthList(facesContext, sheet);