| 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.firstDay(DayOfWeek dayOfWeek)
This call requires a previously grouped data set with fixed DateIntervalType.DAY_OF_WEEK intervals, i.e. both
group() and fixed(DateIntervalType.DAY_OF_WEEK) have to be invoked previously.
|
| Modifier and Type | Method and Description |
|---|---|
static DayOfWeek[] |
DayOfWeek.getAll() |
static DayOfWeek |
DayOfWeek.getByIndex(int index) |
static DayOfWeek |
DayOfWeek.getByName(String name) |
static DayOfWeek |
DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeek[] |
DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected DayOfWeek |
ColumnGroup.firstDayOfWeek |
| Modifier and Type | Method and Description |
|---|---|
DayOfWeek |
ColumnGroup.getFirstDayOfWeek() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnGroup.setFirstDayOfWeek(DayOfWeek firstDayOfWeek) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractDataSetLookupBuilder.firstDay(DayOfWeek dayOfWeek) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.