* @return the panel.
*/
public Panel render(final GadgetMetaDataDTO item)
{
String tabParam = Session.getInstance().getParameterValue("tab");
return new GadgetMetaDataPanel(item, tabParam != null ? Long.valueOf(tabParam) : null, GadgetDefinitionModel
.getInstance(), "Are you sure you want to delete this app? "
+ "Deleting this app will remove it from the start page of every user that has added it to a tab.");
}