//the first row will be expanded
int rowNumber = 1;
for (final MultiViewRow row : rows) {
panel.add( row.getName(),
new LoadContentCommand() {
public Widget load() {
final SimplePanel content = new SimplePanel();
if ( assets.containsKey( row.getUuid() ) ) {