Examples of StyleExpressionPropertyLocationInfo


Examples of org.pentaho.reporting.designer.core.inspections.StyleExpressionPropertyLocationInfo

        {
          final StyleMetaData attrMetaData = element.getMetaData().getStyleDescription(styleKey);
          resultHandler.notifyInspectionResult(new InspectionResult(this, InspectionResult.Severity.WARNING,
              Messages.getString("InvalidFormatInspection.StyleExpressionInvalidFormat",
                  element.getName(), attrMetaData.getDisplayName(Locale.getDefault()), fmtString, metaData.getDisplayName(Locale.getDefault())),
              new StyleExpressionPropertyLocationInfo(element, styleKey, metaData.getName())));
        }
      }
    }
    catch (Exception e)
    {
View Full Code Here

Examples of org.pentaho.reporting.designer.core.inspections.StyleExpressionPropertyLocationInfo

          }

          resultHandler.notifyInspectionResult(new InspectionResult(this, InspectionResult.Severity.WARNING,
              Messages.getString("ExpressionsParameterInspection.StyleExpressionMandatoryPropertyMissing",
                  element.getName(), displayName, metaData.getDisplayName(Locale.getDefault())),
              new StyleExpressionPropertyLocationInfo(element, styleKey, metaData.getName())));
        }
      }

      if (expression instanceof ValidateableExpression)
      {
View Full Code Here

Examples of org.pentaho.reporting.designer.core.inspections.StyleExpressionPropertyLocationInfo

            final StyleMetaData styleDescription = element.getMetaData().getStyleDescription(styleKey);
            resultHandler.notifyInspectionResult(new InspectionResult(this, InspectionResult.Severity.WARNING,
                Messages.getString("InvalidFieldReferenceInspection.StyleExpressionInvalidField",
                    element.getName(), styleDescription.getDisplayName(Locale.getDefault()),
                    field, metaData.getDisplayName(Locale.getDefault())),
                new StyleExpressionPropertyLocationInfo(element, styleKey, metaData.getName())
            ));
          }
        }
      }
    }
View Full Code Here

Examples of org.pentaho.reporting.designer.core.inspections.StyleExpressionPropertyLocationInfo

          }

          resultHandler.notifyInspectionResult(new InspectionResult(this, InspectionResult.Severity.WARNING,
              Messages.getString("ExpressionsParameterInspection.StyleExpressionMandatoryPropertyMissing",
                  element.getName(), displayName, metaData.getDisplayName(Locale.getDefault())),
              new StyleExpressionPropertyLocationInfo(element, styleKey, metaData.getName())));
        }
      }

      if (expression instanceof ValidateableExpression)
      {
View Full Code Here

Examples of org.pentaho.reporting.designer.core.inspections.StyleExpressionPropertyLocationInfo

            final StyleMetaData styleDescription = element.getMetaData().getStyleDescription(styleKey);
            resultHandler.notifyInspectionResult(new InspectionResult(this, InspectionResult.Severity.WARNING,
                Messages.getString("InvalidFieldReferenceInspection.StyleExpressionInvalidField",
                    element.getName(), styleDescription.getDisplayName(Locale.getDefault()),
                    field, metaData.getDisplayName(Locale.getDefault())),
                new StyleExpressionPropertyLocationInfo(element, styleKey, metaData.getName())));
          }
        }
      }
    }
    catch (Exception e)
View Full Code Here

Examples of org.pentaho.reporting.designer.core.inspections.StyleExpressionPropertyLocationInfo

        {
          final StyleMetaData attrMetaData = element.getMetaData().getStyleDescription(styleKey);
          resultHandler.notifyInspectionResult(new InspectionResult(this, InspectionResult.Severity.WARNING,
              Messages.getString("InvalidFormatInspection.StyleExpressionInvalidFormat",
                  element.getName(), attrMetaData.getDisplayName(Locale.getDefault()), fmtString, metaData.getDisplayName(Locale.getDefault())),
              new StyleExpressionPropertyLocationInfo(element, styleKey, metaData.getName())));
        }
      }
    }
    catch (Exception e)
    {
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.