| Package | Description |
|---|---|
| org.dashbuilder.dataset | |
| org.dashbuilder.dataset.date | |
| org.dashbuilder.dataset.group | |
| org.dashbuilder.dataset.impl |
| Modifier and Type | Method and Description |
|---|---|
T |
DataSetLookupBuilder.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Month[] |
Month.getAll() |
static Month |
Month.getByIndex(int index) |
static Month |
Month.getByName(String name) |
Month |
TimeInstant.getFirstMonthOfYear() |
static Month |
Month.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeInstant.setFirstMonthOfYear(Month firstMonthOfYear) |
| Constructor and Description |
|---|
TimeInstant(TimeInstant.TimeMode timeMode,
DateIntervalType intervalType,
Month firstMonthOfYear,
TimeAmount timeAmount) |
| Modifier and Type | Field and Description |
|---|---|
protected Month |
ColumnGroup.firstMonthOfYear |
| Modifier and Type | Method and Description |
|---|---|
Month |
ColumnGroup.getFirstMonthOfYear() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnGroup.setFirstMonthOfYear(Month firstMonthOfYear) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractDataSetLookupBuilder.firstMonth(Month month) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.