public void setHeight(String height) {
        if (getVflex() != null && !(height == null || getVflex().equals("min"))) {
            throw new UiException("Not allowed to set vflex and height at the same time except vflex=\"min\"");
        }
        setHeight0(height);