Class ShowFilteredDataFrame<R,​C,​V>

  • All Implemented Interfaces:
    com.macrofocus.molap.dataframe.DataFrame<R,​C,​V>, com.macrofocus.molap.dataframe.MutableDataFrame<R,​C,​V>

    public class ShowFilteredDataFrame<R,​C,​V>
    extends com.macrofocus.molap.dataframe.ReMappedDataFrame<R,​C,​V>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.macrofocus.molap.dataframe.ReMappedDataFrame

        com.macrofocus.molap.dataframe.ReMappedDataFrame.ReMappedRecipe<R extends java.lang.Object,​C extends java.lang.Object>
      • Nested classes/interfaces inherited from class com.macrofocus.molap.dataframe.AbstractDataFrame

        com.macrofocus.molap.dataframe.AbstractDataFrame.ColumnSeries
    • Field Summary

      • Fields inherited from class com.macrofocus.molap.dataframe.ReMappedDataFrame

        dataFrame
    • Constructor Summary

      Constructors 
      Constructor Description
      ShowFilteredDataFrame​(com.macrofocus.molap.dataframe.DataFrame<R,​C,​V> filteredDataFrame, com.macrofocus.molap.dataframe.DataFrame<R,​C,​V> completeDataFrame, MutableProperty<java.lang.Boolean> showFiltered)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.macrofocus.molap.dataframe.DataFrame<R,​C,​V> getCompleteDataFrame()  
      com.macrofocus.molap.dataframe.DataFrame<R,​C,​V> getFilteredDataFrame()  
      MutableProperty<java.lang.Boolean> getShowFiltered()  
      void setShowFiltered​(MutableProperty<java.lang.Boolean> showFiltered)  
      • Methods inherited from class com.macrofocus.molap.dataframe.ReMappedDataFrame

        getColumnClass, getColumnIndex, getOriginalDataFrame, getRow, getRowClass, getRowIndex, getValueAt, invalidate, join, originalDataFrameChanged, scheduleUpdate, setDataFrame, setRecipe, setValueAt, updateImmediatelly
      • Methods inherited from class com.macrofocus.molap.dataframe.AbstractMutableDataFrame

        reindexRows, reindexRows
      • Methods inherited from class com.macrofocus.molap.dataframe.AbstractDataFrame

        addDataFrameListener, addWeakDataFrameListener, aggregate, aggregate, append, appendAndReindex, benchmark, columns, filter, getCentroid, getColumn, getColumnAddress, getColumnCount, getColumnKey, getColumnName, getConstant, getCount, getCountDistinct, getCountDistinctWithNull, getCube, getDataFrameAggregation, getDistributiveStatistics, getFirst, getFirstQuartile, getMax, getMean, getMedian, getMin, getRandom, getRowAddress, getRowCount, getRowKey, getStatistics, getStdDev, getSum, getThirdQuartile, getUnivariateStatistics, getVariance, getVarianceByPopulation, getWeightedMean, getWeightedSum, notifyDataFrameChanged, orderRows, print, print, printSchema, reindexColumns, reindexRows, reindexRows, reindexRows, remapColumns, removeColumns, removeDataFrameListener, removeDataFrameListeners, removeDuplicates, rows
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.macrofocus.molap.dataframe.DataFrame

        addDataFrameListener, addWeakDataFrameListener, aggregate, aggregate, append, appendAndReindex, benchmark, columns, filter, getCentroid, getColumn, getColumnAddress, getColumnCount, getColumnKey, getColumnName, getConstant, getCount, getCountDistinct, getCountDistinctWithNull, getDataFrameAggregation, getDistributiveStatistics, getFirst, getFirstQuartile, getMax, getMean, getMedian, getMin, getRandom, getRowAddress, getRowCount, getRowKey, getStatistics, getStdDev, getSum, getThirdQuartile, getUnivariateStatistics, getVariance, getVarianceByPopulation, getWeightedMean, getWeightedSum, orderRows, print, print, printSchema, reindexColumns, reindexRows, reindexRows, reindexRows, remapColumns, removeColumns, removeDataFrameListener, removeDataFrameListeners, removeDuplicates, rows
      • Methods inherited from interface com.macrofocus.molap.dataframe.MutableDataFrame

        reindexRows, reindexRows
    • Constructor Detail

      • ShowFilteredDataFrame

        public ShowFilteredDataFrame​(com.macrofocus.molap.dataframe.DataFrame<R,​C,​V> filteredDataFrame,
                                     com.macrofocus.molap.dataframe.DataFrame<R,​C,​V> completeDataFrame,
                                     MutableProperty<java.lang.Boolean> showFiltered)
    • Method Detail

      • setShowFiltered

        public void setShowFiltered​(MutableProperty<java.lang.Boolean> showFiltered)
      • getShowFiltered

        public MutableProperty<java.lang.Boolean> getShowFiltered()
      • getFilteredDataFrame

        public com.macrofocus.molap.dataframe.DataFrame<R,​C,​V> getFilteredDataFrame()
      • getCompleteDataFrame

        public com.macrofocus.molap.dataframe.DataFrame<R,​C,​V> getCompleteDataFrame()