Package org.librebiz.pureport.definition

Examples of org.librebiz.pureport.definition.Iteration


    private void endSectionContainer() {
        sectionContainer = sectionContainerStack.remove(0);
    }

    private void startIterate(Attributes attrs) {
        Iteration iteration = new Iteration();
        iteration.setId(attrs.getValue("id"));
        iteration.setIndexId(attrs.getValue("index-id"));
        iteration.setCollection(attrs.getValue("collection"));
        sectionContainer.addContent(iteration);
        startSectionContainer(iteration);
    }
View Full Code Here

TOP

Related Classes of org.librebiz.pureport.definition.Iteration

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.