action.setAttributeValue( WIDTH_ATTR, ONE_HUNDRED_PERCENT_ATTRIBUTE_VALUE);
MarlinBean actionButtonRow = new MarlinBean(ROW_LAYOUT_NAME);
MarlinBean actionButtonCell = new MarlinBean(CELL_FORMAT_NAME);
actionButtonCell.setAttributeValue( H_ALIGN_ATTR, CENTER_ATTRIBUTE_VALUE);
actionButtonCell.addIndexedChild(
ContextPoppingUINode.getUINode(ACTIONS_CHILD));
actionButtonRow.addIndexedChild( actionButtonCell);
action.addIndexedChild( actionButtonRow);