Package org.openfaces.component.util

Examples of org.openfaces.component.util.IterationStatus


        }
        return selectedMenu;
    }

    public String getSubDemoUrl() {
        IterationStatus status = Faces.var("status", IterationStatus.class);
        int newIndex = status.getIndex();
        MenuItem selectedMenu = getSelectedMenu();
        DemoItem di = selectedMenu.getDemos().get(newIndex);
        FacesContext context = FacesContext.getCurrentInstance();
        ExternalContext externalContext = context.getExternalContext();
        return externalContext.getRequestContextPath() + di.getDemoUrl();
View Full Code Here

TOP

Related Classes of org.openfaces.component.util.IterationStatus

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.