| Package | Description |
|---|---|
| net.sf.nervalreports.core |
| Modifier and Type | Method and Description |
|---|---|
static ReportGroupType |
ReportGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportGroupType[] |
ReportGroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportGenerator.beginGroup(ReportGroupType type)
Begin a group of report elements.
|
void |
ReportGenerator.beginGroup(ReportGroupType type,
String name)
Begin a named group of report elements.
|
protected abstract void |
ReportGenerator.doBeginGroup(ReportGroupType type,
String name)
The format specific implementation of
ReportGenerator.beginGroup(net.sf.nervalreports.core.ReportGroupType). |
protected abstract void |
ReportGenerator.doEndGroup(ReportGroupType type)
The format specific implementation of
ReportGenerator.endGroup(). |
Copyright © 2016. All rights reserved.