java.lang.Object
org.pentaho.reporting.engine.classic.core.metadata.AbstractMetaData
org.pentaho.reporting.engine.classic.extensions.drilldown.DrillDownProfile
All Implemented Interfaces:
Serializable, org.pentaho.reporting.engine.classic.core.metadata.MetaData

public class DrillDownProfile extends org.pentaho.reporting.engine.classic.core.metadata.AbstractMetaData
See Also:
  • Field Summary

    Fields inherited from interface org.pentaho.reporting.engine.classic.core.metadata.MetaData

    VALUEROLE_BUNDLE_KEY, VALUEROLE_BUNDLE_NAME, VALUEROLE_CONTENT, VALUEROLE_DATEFORMAT, VALUEROLE_ELEMENT_NAME, VALUEROLE_FIELD, VALUEROLE_FORMULA, VALUEROLE_GROUP, VALUEROLE_MESSAGE, VALUEROLE_NUMBERFORMAT, VALUEROLE_QUERY, VALUEROLE_RESOURCE, VALUEROLE_VALUE
  • Constructor Summary

    Constructors
    Constructor
    Description
    DrillDownProfile(Class linkCustomizerType)
     
    DrillDownProfile(String name, String bundleLocation, String keyPrefix, boolean expert, boolean preferred, boolean hidden, boolean deprecated, Class linkCustomizerType, Map<String,String> attributes, org.pentaho.reporting.engine.classic.core.metadata.MaturityLevel maturityLevel, int compatibilityLevel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     

    Methods inherited from class org.pentaho.reporting.engine.classic.core.metadata.AbstractMetaData

    computePrefix, getBundle, getBundleLocation, getCompatibilityLevel, getDeprecationMessage, getDescription, getDisplayName, getFeatureMaturityLevel, getGrouping, getGroupingOrdinal, getIcon, getItemOrdinal, getKeyPrefix, getMetaAttribute, getName, isDeprecated, isExperimental, isExpert, isHidden, isPreferred

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DrillDownProfile

      public DrillDownProfile(String name, String bundleLocation, String keyPrefix, boolean expert, boolean preferred, boolean hidden, boolean deprecated, Class linkCustomizerType, Map<String,String> attributes, org.pentaho.reporting.engine.classic.core.metadata.MaturityLevel maturityLevel, int compatibilityLevel)
    • DrillDownProfile

      public DrillDownProfile(Class linkCustomizerType)
  • Method Details

    • getLinkCustomizerType

      public Class getLinkCustomizerType()
    • getAttribute

      public String getAttribute(String name)
    • getAttributes

      public String[] getAttributes()
    • getGroupDisplayName

      public String getGroupDisplayName(Locale locale)