if ( showAttributes() ) {
final int optionsRowIndex = currentLayoutRow;
if ( !this.showingOptions ) {
ClickableLabel showMoreOptions = new ClickableLabel( "(show options...)",
new ClickHandler() {
public void onClick( ClickEvent event ) {
showingOptions = true;
renderOptions( optionsRowIndex );