Class DrillDownModel


  • public class DrillDownModel
    extends Object
    • Constructor Detail

      • DrillDownModel

        public DrillDownModel()
    • Method Detail

      • removePropertyChangeListener

        public void removePropertyChangeListener​(PropertyChangeListener listener)
      • firePropertyChange

        public void firePropertyChange​(String propertyName,
                                       Object oldValue,
                                       Object newValue)
      • isLimitedEditor

        public boolean isLimitedEditor()
      • setLimitedEditor

        public void setLimitedEditor​(boolean limitedEditor)
      • setDrillDownConfig

        public void setDrillDownConfig​(String drillDownConfig)
      • getDrillDownConfig

        public String getDrillDownConfig()
      • getDrillDownPath

        public String getDrillDownPath()
      • setDrillDownPath

        public void setDrillDownPath​(String drillDownPath)
      • setDrillDownParameter

        public void setDrillDownParameter​(DrillDownParameter[] drillDownParameters)
      • getTooltipFormula

        public String getTooltipFormula()
      • setTooltipFormula

        public void setTooltipFormula​(String tooltipFormula)
      • getTargetFormula

        public String getTargetFormula()
      • setTargetFormula

        public void setTargetFormula​(String targetFormula)
      • refresh

        public void refresh()
      • clear

        public void clear()
      • initializeFromFormula

        public boolean initializeFromFormula​(String formulaWithPrefix,
                                             boolean formulaFragment)
      • getResultDrillDownFormula

        public String getResultDrillDownFormula​(boolean formulaFragment)
      • getDrillDownFormula

        public String getDrillDownFormula()