public void showFooterPanel() {
   footerCheckBox = new CheckBox(constants.enableFooter());
   builderContent.add(footerCheckBox);
 }