//
// Events
//
////////////////////////////////////////////////////////////////////////////
private void ensureAtLeastOneMenu() throws Exception {
new ComponentConfiguratorBeforeAssociation(this) {
@Override
protected void configure() throws Exception {
if (getMenus().isEmpty()) {
JavaInfoUtils.executeScript(MenuBarInfo.this, CodeUtils.getSource(
"import com.smartgwt.client.widgets.menu.Menu;",