Package org.exoplatform.webui.core

Examples of org.exoplatform.webui.core.UIRepeater.configure()


    public static final String[] ACTIONS = { "View", "Edit", "Delete" };

    public UISampleVirtualList() throws Exception {
        UIRepeater uiRepeater = createUIComponent(UIRepeater.class, null, null);
        uiRepeater.configure(BEAN_ID, BEAN_NAMES, ACTIONS);
        uiRepeater.setSource(makeDataSource());

        UIVirtualList uiVirtualList = addChild(UIVirtualList.class, null, null);
        uiVirtualList.setUIComponent(uiRepeater);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.