Examples of markAsContentRefHolder()


Examples of org.pentaho.reporting.engine.classic.core.layout.model.RenderBox.markAsContentRefHolder()

    }

    final RenderBox box =
        createBox(layout, stateKey, style, report.getElementType(), report.getAttributes(), report.getObjectID());
    box.getStaticBoxLayoutProperties().setPlaceholderBox(StaticBoxLayoutProperties.PlaceholderType.COMPLEX);
    box.markAsContentRefHolder();
    // for the sake of debugging ..
    final String name = report.getName();
    if (name != null && name.startsWith(Band.ANONYMOUS_BAND_PREFIX) == false)
    {
      box.setName(name);
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.