Example #1
0
 /**
  * Gets the root <code>Renderable</code> of the HTML block. It returns <code>null</code> for
  * FRAMESETs.
  */
 public BoundableRenderable getBlockRenderable() {
   final HtmlBlockPanel htmlBlock = this.htmlBlockPanel;
   return htmlBlock == null ? null : htmlBlock.getRootRenderable();
 }