Uses of Class
net.sf.jasperreports.engine.type.SplitTypeEnum
-
Packages that use SplitTypeEnum Package Description net.sf.jasperreports.components.table Contains classes for the built-in Table component.net.sf.jasperreports.engine Provides access to the library's main functionality through facade 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 Containsenumtypes used by the library's main classes. -
-
Uses of SplitTypeEnum in net.sf.jasperreports.components.table
Methods in net.sf.jasperreports.components.table that return SplitTypeEnum Modifier and Type Method Description SplitTypeEnumCompiledRow. getSplitType()SplitTypeEnumRow. getSplitType()SplitTypeEnumStandardRow. getSplitType()Methods in net.sf.jasperreports.components.table with parameters of type SplitTypeEnum Modifier and Type Method Description voidStandardRow. setSplitType(SplitTypeEnum splitType) -
Uses of SplitTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return SplitTypeEnum Modifier and Type Method Description SplitTypeEnumJRBand. getSplitTypeValue()Specifies the band split behavior.Methods in net.sf.jasperreports.engine with parameters of type SplitTypeEnum Modifier and Type Method Description voidJRBand. setSplitType(SplitTypeEnum splitType) -
Uses of SplitTypeEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as SplitTypeEnum Modifier and Type Field Description protected SplitTypeEnumJRBaseBand. splitTypeValueMethods in net.sf.jasperreports.engine.base that return SplitTypeEnum Modifier and Type Method Description SplitTypeEnumJRBaseBand. getSplitTypeValue()Methods in net.sf.jasperreports.engine.base with parameters of type SplitTypeEnum Modifier and Type Method Description voidJRBaseBand. setSplitType(SplitTypeEnum splitTypeValue) -
Uses of SplitTypeEnum in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as SplitTypeEnum Modifier and Type Field Description protected SplitTypeEnumJRDesignBand. splitTypeValueMethods in net.sf.jasperreports.engine.design that return SplitTypeEnum Modifier and Type Method Description SplitTypeEnumJRDesignBand. getSplitTypeValue()Methods in net.sf.jasperreports.engine.design with parameters of type SplitTypeEnum Modifier and Type Method Description voidJRDesignBand. setSplitType(SplitTypeEnum splitTypeValue) -
Uses of SplitTypeEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return SplitTypeEnum Modifier and Type Method Description SplitTypeEnumJRFillBand. getSplitTypeValue()Methods in net.sf.jasperreports.engine.fill with parameters of type SplitTypeEnum Modifier and Type Method Description voidJRFillBand. setSplitType(SplitTypeEnum splitType) -
Uses of SplitTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return SplitTypeEnum Modifier and Type Method Description static SplitTypeEnumSplitTypeEnum. getByName(String name)static SplitTypeEnumSplitTypeEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static SplitTypeEnumSplitTypeEnum. getByValue(Byte value)Deprecated.Used only by deprecated serialized fields.static SplitTypeEnumSplitTypeEnum. valueOf(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.
-