|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SplitTypeEnum | |
|---|---|
| net.sf.jasperreports.engine | Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. |
| net.sf.jasperreports.engine.base | Contains base implementations for the library's main interfaces. |
| net.sf.jasperreports.engine.design | Contains design time implementations for the library's main interfaces as well as report compiling tools. |
| net.sf.jasperreports.engine.fill | Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). |
| net.sf.jasperreports.engine.type | |
| Uses of SplitTypeEnum in net.sf.jasperreports.engine |
|---|
| Methods in net.sf.jasperreports.engine that return SplitTypeEnum | |
|---|---|
SplitTypeEnum |
JRBand.getSplitTypeValue()
Specifies the band split behavior. |
| Methods in net.sf.jasperreports.engine with parameters of type SplitTypeEnum | |
|---|---|
void |
JRBand.setSplitType(SplitTypeEnum splitType)
|
| Uses of SplitTypeEnum in net.sf.jasperreports.engine.base |
|---|
| Fields in net.sf.jasperreports.engine.base declared as SplitTypeEnum | |
|---|---|
protected SplitTypeEnum |
JRBaseBand.splitTypeValue
|
| Methods in net.sf.jasperreports.engine.base that return SplitTypeEnum | |
|---|---|
SplitTypeEnum |
JRBaseBand.getSplitTypeValue()
|
| Methods in net.sf.jasperreports.engine.base with parameters of type SplitTypeEnum | |
|---|---|
void |
JRBaseBand.setSplitType(SplitTypeEnum splitTypeValue)
|
| Uses of SplitTypeEnum in net.sf.jasperreports.engine.design |
|---|
| Fields in net.sf.jasperreports.engine.design declared as SplitTypeEnum | |
|---|---|
protected SplitTypeEnum |
JRDesignBand.splitTypeValue
|
| Methods in net.sf.jasperreports.engine.design that return SplitTypeEnum | |
|---|---|
SplitTypeEnum |
JRDesignBand.getSplitTypeValue()
|
| Methods in net.sf.jasperreports.engine.design with parameters of type SplitTypeEnum | |
|---|---|
void |
JRDesignBand.setSplitType(SplitTypeEnum splitTypeValue)
|
| Uses of SplitTypeEnum in net.sf.jasperreports.engine.fill |
|---|
| Methods in net.sf.jasperreports.engine.fill that return SplitTypeEnum | |
|---|---|
SplitTypeEnum |
JRFillBand.getSplitTypeValue()
|
| Methods in net.sf.jasperreports.engine.fill with parameters of type SplitTypeEnum | |
|---|---|
void |
JRFillBand.setSplitType(SplitTypeEnum splitType)
|
| Uses of SplitTypeEnum in net.sf.jasperreports.engine.type |
|---|
| Methods in net.sf.jasperreports.engine.type that return SplitTypeEnum | |
|---|---|
static SplitTypeEnum |
SplitTypeEnum.getByName(java.lang.String name)
|
static SplitTypeEnum |
SplitTypeEnum.getByValue(byte value)
|
static SplitTypeEnum |
SplitTypeEnum.getByValue(java.lang.Byte value)
|
static SplitTypeEnum |
SplitTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SplitTypeEnum[] |
SplitTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||