31323334353637
* @param item the theme. * @return the panel. */ public Panel render(final Theme item) { return new ThemeMetaDataPanel(item); }