Package com.macrofocus.high_d.table
Class ShowFilteredDataFrame<R,C,V>
- java.lang.Object
-
- com.macrofocus.molap.dataframe.AbstractDataFrame<R,C,V>
-
- com.macrofocus.molap.dataframe.AbstractMutableDataFrame<R,C,V>
-
- com.macrofocus.molap.dataframe.ReMappedDataFrame<R,C,V>
-
- com.macrofocus.high_d.table.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>
-
-
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
-
-
-
-
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()
-
-