Uses of Class
net.sf.jasperreports.engine.type.BandTypeEnum
-
Packages that use BandTypeEnum Package Description net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.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.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.type Containsenumtypes used by the library's main classes. -
-
Uses of BandTypeEnum in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill with parameters of type BandTypeEnum Modifier and Type Method Description protected JRSectionTableReportGroup. wrapBand(JRBand band, BandTypeEnum bandType) -
Uses of BandTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return BandTypeEnum Modifier and Type Method Description BandTypeEnumJROrigin. getBandTypeValue()Constructors in net.sf.jasperreports.engine with parameters of type BandTypeEnum Constructor Description JROrigin(java.lang.String reportName, java.lang.String groupName, BandTypeEnum bandTypeValue)JROrigin(java.lang.String reportName, BandTypeEnum bandType)JROrigin(BandTypeEnum bandType) -
Uses of BandTypeEnum in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design with parameters of type BandTypeEnum Modifier and Type Method Description protected voidJasperDesign. setBandOrigin(JRBand band, BandTypeEnum type)protected voidJRDesignGroup. setBandOrigin(JRBand band, BandTypeEnum type)protected voidJasperDesign. setSectionOrigin(JRSection section, BandTypeEnum type)protected voidJRDesignGroup. setSectionOrigin(JRSection section, BandTypeEnum type) -
Uses of BandTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return BandTypeEnum Modifier and Type Method Description static BandTypeEnumBandTypeEnum. getByName(java.lang.String name)static BandTypeEnumBandTypeEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static BandTypeEnumBandTypeEnum. getByValue(java.lang.Byte value)Deprecated.Used only by deprecated serialized fields.static BandTypeEnumBandTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BandTypeEnum[]BandTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-