| Package | Description |
|---|---|
| org.dashbuilder.dataset.group |
| Modifier and Type | Field and Description |
|---|---|
protected GroupStrategy |
ColumnGroup.strategy |
| Modifier and Type | Method and Description |
|---|---|
static GroupStrategy |
GroupStrategy.getByName(String strategy) |
GroupStrategy |
ColumnGroup.getStrategy() |
static GroupStrategy |
GroupStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupStrategy[] |
GroupStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnGroup.setStrategy(GroupStrategy strategy) |
| Constructor and Description |
|---|
ColumnGroup(String columnId,
String newColumnId,
GroupStrategy strategy) |
ColumnGroup(String columnId,
String newColumnId,
GroupStrategy strategy,
int maxIntervals,
String intervalSize) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.