Uses of Class
io.revealbi.core.RVDateRule
Packages that use RVDateRule
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of RVDateRule in io.revealbi.core
Methods in io.revealbi.core that return RVDateRuleModifier and TypeMethodDescriptionRVDateDashboardFilter.getRule()The date rule used for filtering.Methods in io.revealbi.core with parameters of type RVDateRuleModifier and TypeMethodDescriptionvoidRVDateDashboardFilter.setRule(RVDateRule v) The date rule used for filtering.Constructors in io.revealbi.core with parameters of type RVDateRuleModifierConstructorDescriptionCreates a new date filter with the specified rule.RVDateDashboardFilter(String title, RVDateRule rule) Creates a new date filter with the specified title and rule.