protected String getListWidth(AbstractInplaceSelect select) {
   String width = HtmlDimensions.formatSize(select.getListWidth());
   if (width == null || width.length() == 0) {
     width = "200px";
   }
   return width;
 }