* E. g. <code>width="#{tobagoContext.pageDimension.width.pixel - 100}"</code>
*/
public Dimension getPageDimension() {
final FacesContext facesContext = FacesContext.getCurrentInstance();
final AbstractUIPage page = ComponentUtils.findPage(facesContext);
return new Dimension(page.getWidth(), page.getHeight());
}