org.pentaho.reporting.engine.classic.core.elementfactory.DateFieldElementFactory.createDateElement(String, Rectangle2D, Color, ElementAlignment, ElementAlignment, FontDefinition, String, DateFormat, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.DateFieldElementFactory.createDateElement(String, Rectangle2D, Color, ElementAlignment, ElementAlignment, FontDefinition, String, String, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.DateFieldElementFactory.createDateElement(String, Rectangle2D, Color, ElementAlignment, FontDefinition, String, DateFormat, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.DateFieldElementFactory.createDateElement(String, Rectangle2D, Color, ElementAlignment, FontDefinition, String, String, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.LabelElementFactory.createLabelElement(String, Rectangle2D, Color, ElementAlignment, ElementAlignment, FontDefinition, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.LabelElementFactory.createLabelElement(String, Rectangle2D, Color, ElementAlignment, FontDefinition, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.MessageFieldElementFactory.createMessageElement(String, Rectangle2D, Color, ElementAlignment, ElementAlignment, FontDefinition, String, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.MessageFieldElementFactory.createMessageElement(String, Rectangle2D, Color, ElementAlignment, FontDefinition, String, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.NumberFieldElementFactory.createNumberElement(String, Rectangle2D, Color, ElementAlignment, ElementAlignment, FontDefinition, String, NumberFormat, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.NumberFieldElementFactory.createNumberElement(String, Rectangle2D, Color, ElementAlignment, ElementAlignment, FontDefinition, String, String, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.NumberFieldElementFactory.createNumberElement(String, Rectangle2D, Color, ElementAlignment, FontDefinition, String, NumberFormat, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.NumberFieldElementFactory.createNumberElement(String, Rectangle2D, Color, ElementAlignment, FontDefinition, String, String, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.ResourceFieldElementFactory.createResourceElement(String, Rectangle2D, Color, ElementAlignment, ElementAlignment, FontDefinition, String, String, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.ResourceLabelElementFactory.createResourceLabel(String, Rectangle2D, Color, ElementAlignment, ElementAlignment, FontDefinition, String, String, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.ResourceMessageElementFactory.createResourceMessage(String, Rectangle2D, Color, ElementAlignment, ElementAlignment, FontDefinition, String, String, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.TextFieldElementFactory.createStringElement(String, Rectangle2D, Color, ElementAlignment, ElementAlignment, FontDefinition, String, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.elementfactory.TextFieldElementFactory.createStringElement(String, Rectangle2D, Color, ElementAlignment, FontDefinition, String, String)
Use a more fine-grained approach to define this element by using the element-factory directly.
|
org.pentaho.reporting.engine.classic.core.parameters.FormulaParameterEvaluator.evaluate(ValidationResult, ReportParameterDefinition, ParameterContext)
This method is unsafe. Do not use it or you may open up your application to all kinds
of security risks. The method will be removed in the next release.
|
org.pentaho.reporting.engine.classic.core.Element.getDataSource()
Whereever possible use ElementType implementations instead. This method only
exists to let old reports run.
|
org.pentaho.reporting.engine.classic.core.filter.DataRowDataSource.getField()
Required for legacy-parsing, do not use elsewhere.
|
org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper.StyleManager.getGlobalStyleSheet()
This method is slower than writing to the stream directly. Do not use it.
|
org.pentaho.reporting.engine.classic.core.function.ElementVisibilitySwitchFunction.getInitialTriggerValue()
use getInitialState instead.
|
org.pentaho.reporting.engine.classic.core.modules.output.table.base.TableCutList.getKeys()
Always provide a buffer for performance reasons.
|
org.pentaho.reporting.engine.classic.core.states.DataRowConnector.getLastDatasource(DataTarget)
no longer used.
|
org.pentaho.reporting.engine.classic.core.elementfactory.ElementFactory.getLayoutCachable()
The layout cachable flag is no longer used.
|
org.pentaho.reporting.engine.classic.core.modules.misc.survey.SurveyScaleExpression.getRangePaint() |
org.pentaho.reporting.engine.classic.core.parameters.ParameterUtils.initializeDefaultValues(MasterReport, ParameterContext) |
org.pentaho.reporting.engine.classic.core.function.Expression.isActive()
The Active-Flag is no longer evaluated. We always assume it to be true.
|
org.pentaho.reporting.engine.classic.core.function.AbstractExpression.isActive()
The Active-Flag is no longer evaluated. We always assume it to be true.
|
org.pentaho.reporting.engine.classic.core.function.AbstractExpression.setActive(boolean)
All expressions are always active. This method has no effect anymore.
|
org.pentaho.reporting.engine.classic.core.Element.setDataSource(DataSource)
The data-source should not be used anymore. Use ElementType implementations instead. This method only
exists to let old reports run.
|
org.pentaho.reporting.engine.classic.core.filter.DataRowDataSource.setField(String)
Required for legacy-parsing, do not use elsewhere.
|
org.pentaho.reporting.engine.classic.core.function.PageFunction.setIgnorePageCancelEvents(boolean)
No longer used.
|
org.pentaho.reporting.engine.classic.core.elementfactory.ElementFactory.setLayoutCachable(Boolean)
The layout cachable flag is no longer used.
|
org.pentaho.reporting.engine.classic.core.modules.misc.survey.SurveyScaleExpression.setRangePaint(Paint) |