コード例 #1
0
ファイル: DashboardView.java プロジェクト: j1cken/rhq
  public void rebuild() {
    // destroy all of the portlets and recreate from scratch
    portalLayout.removeFromParent();
    portalLayout.destroy();
    portalLayout = null;

    buildPortlets();
  }