Пример #1
0
  public void buildPortlets() {
    this.setBackgroundColor(
        storedDashboard.getConfiguration().getSimpleValue(Dashboard.CFG_BACKGROUND, "white"));

    portalLayout =
        new PortalLayout(
            extendLocatorId("PortalLayout"),
            this,
            storedDashboard.getColumns(),
            storedDashboard.getColumnWidths());

    portalLayout.setOverflow(Overflow.AUTO);
    portalLayout.setWidth100();
    portalLayout.setHeight100();

    loadPortletWindows();

    addMember(portalLayout);
  }