public void setWidth(String width) {
        if (getHflex() != null && !(width == null || getHflex().equals("min"))) {
            throw new UiException("Not allowed to set hflex and width at the same time except hflex=\"min\"");
        }
        setWidth0(width);