BaseDesktopUtils.createIsRenderedBoundValue(INFO_RETURN_CHILD);
OrBoundValue newChildrenExist = new OrBoundValue( pageButtonsExistBV,
returnNavExistsBV);
IfBoundValue hasContentFooterBV = new IfBoundValue( hasContentMarlinBean,
_HAS_CONTENT_FOOTER,
_NO_CONTENT_FOOTER );
IfBoundValue childNameBV = new IfBoundValue( newChildrenExist,
_HAS_PAGE_NAV,
hasContentFooterBV);
contentFooterSwitcher.setAttributeValue(CHILD_NAME_ATTR, childNameBV);
// create footnote region above contentFooterSwitcher in StackLayout