Uses of Class
org.dashbuilder.dataset.date.Month
-
Packages that use Month Package Description org.dashbuilder.dataset org.dashbuilder.dataset.date org.dashbuilder.dataset.group org.dashbuilder.dataset.impl -
-
Uses of Month in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset with parameters of type Month Modifier and Type Method Description TDataSetLookupBuilder. firstMonth(Month month)This call requires a previously grouped data set with fixed DateIntervalType.MONTH intervals, i.e. both group() and fixed(DateIntervalType.MONTH) have to be invoked previously. -
Uses of Month in org.dashbuilder.dataset.date
Methods in org.dashbuilder.dataset.date that return Month Modifier and Type Method Description static Month[]Month. getAll()static MonthMonth. getByIndex(int index)static MonthMonth. getByName(String name)MonthTimeInstant. getFirstMonthOfYear()static MonthMonth. valueOf(String name)Returns the enum constant of this type with the specified name.static Month[]Month. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.dataset.date with parameters of type Month Modifier and Type Method Description voidTimeInstant. setFirstMonthOfYear(Month firstMonthOfYear)Constructors in org.dashbuilder.dataset.date with parameters of type Month Constructor Description TimeInstant(TimeInstant.TimeMode timeMode, DateIntervalType intervalType, Month firstMonthOfYear, TimeAmount timeAmount) -
Uses of Month in org.dashbuilder.dataset.group
Fields in org.dashbuilder.dataset.group declared as Month Modifier and Type Field Description protected MonthColumnGroup. firstMonthOfYearMethods in org.dashbuilder.dataset.group that return Month Modifier and Type Method Description MonthColumnGroup. getFirstMonthOfYear()Methods in org.dashbuilder.dataset.group with parameters of type Month Modifier and Type Method Description voidColumnGroup. setFirstMonthOfYear(Month firstMonthOfYear) -
Uses of Month in org.dashbuilder.dataset.impl
Methods in org.dashbuilder.dataset.impl with parameters of type Month Modifier and Type Method Description TAbstractDataSetLookupBuilder. firstMonth(Month month)
-