Package org.exoplatform.portal.webui.page

Examples of org.exoplatform.portal.webui.page.UIPageBrowser$DeleteActionListener


@Serialized
public class UIPageManagementPortlet extends UIPortletApplication {
    public static String PAGE_LIST_HEIGHT = "pageListHeight";

    public UIPageManagementPortlet() throws Exception {
        UIPageBrowser pageBrowser = addChild(UIPageBrowser.class, null, null);
        pageBrowser.setShowAddNewPage(true);
        UIVirtualList virtualList = pageBrowser.getChild(UIVirtualList.class);
        virtualList.setAutoAdjustHeight(true);
    }
View Full Code Here

TOP

Related Classes of org.exoplatform.portal.webui.page.UIPageBrowser$DeleteActionListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.