} else if (newChild instanceof Listfoot) {
            if (_listfoot != null && _listfoot != newChild)
                throw new UiException("Only one listfoot is allowed: " + this);
            if (inSelectMold())
                log.warn("Mold select ignores listfoot");