Package org.eclipse.birt.report.engine.api.impl

Examples of org.eclipse.birt.report.engine.api.impl.Action


                try {
                    IReportRunnable runnable = services.getReportRunnable();
                    String systemId = runnable == null ? null
                            : runnable.getReportName();

                    Action act = new Action(systemId, hlAction);

                    String link = null;
                    String tooltip = EngineUtil.getActionTooltip(hlAction);

                    Object ac = services.getOption(RenderOption.ACTION_HANDLER);
View Full Code Here

TOP

Related Classes of org.eclipse.birt.report.engine.api.impl.Action

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.