log().i("button",a.getOffset(),row,a.getOffset()+a.getColumns()-1,row);
if (action.isSecondary()) {
if (secButton == null) {
secButton = new PopupButton(getElement().find("secondary"));
builder.getCurrentComposite().addComponent(getElement(), secButton,a.getOffset(),row,a.getOffset()+a.getColumns()-1,row);
secLayout = new VerticalLayout();
secLayout.setWidth("200px");
secButton.addComponent(secLayout);
}