Uses of Class
io.revealbi.core.RVDateRange
Packages that use RVDateRange
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of RVDateRange in io.revealbi.core
Methods in io.revealbi.core that return RVDateRangeModifier and TypeMethodDescriptionRVDateDashboardFilter.getRange()The date range used for filtering.Methods in io.revealbi.core with parameters of type RVDateRangeModifier and TypeMethodDescriptionvoidRVDateDashboardFilter.setRange(RVDateRange v) The date range used for filtering.Constructors in io.revealbi.core with parameters of type RVDateRangeModifierConstructorDescriptionRVDateDashboardFilter(RVDateFilterType filterType, RVDateRange customRange) Creates a new date filter with the specified type and custom range, this is the constructor that should be used withRVDateFilterType.CUSTOM_RANGE.RVDateDashboardFilter(RVDateRange customRange) Creates a new date filter with the specified custom range.RVDateDashboardFilter(String title, RVDateFilterType filterType, RVDateRange customRange) Creates a new date filter with the specified type and custom range, this is the constructor that should be used withRVDateFilterType.CUSTOM_RANGE.RVDateDashboardFilter(String title, RVDateRange customRange) Creates a new date filter with the specified custom range.