503504505506507508509510511512513
if ( widgetList.isEmpty() ) { return null; } gwtItem = new DropdownButton( groups.getCaption() ) {{ setSize( MINI ); for ( final Widget _item : widgetList ) { add( _item ); } }};