Uses of Class
net.sf.jasperreports.engine.type.FooterPositionEnum
-
Packages that use FooterPositionEnum 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.base Contains base implementations for the library's main interfaces.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 FooterPositionEnum in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return FooterPositionEnum Modifier and Type Method Description FooterPositionEnumTableReportGroup. getFooterPositionValue()Methods in net.sf.jasperreports.components.table.fill with parameters of type FooterPositionEnum Modifier and Type Method Description voidTableReportGroup. setFooterPosition(FooterPositionEnum footerPosition) -
Uses of FooterPositionEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return FooterPositionEnum Modifier and Type Method Description FooterPositionEnumJRGroup. getFooterPositionValue()Specifies how the group footer section behaves with regards to its position on the current page.Methods in net.sf.jasperreports.engine with parameters of type FooterPositionEnum Modifier and Type Method Description voidJRGroup. setFooterPosition(FooterPositionEnum footerPosition)Specifies the group footer section behavior with regards to its position on the current page. -
Uses of FooterPositionEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as FooterPositionEnum Modifier and Type Field Description protected FooterPositionEnumJRBaseGroup. footerPositionValueMethods in net.sf.jasperreports.engine.base that return FooterPositionEnum Modifier and Type Method Description FooterPositionEnumJRBaseGroup. getFooterPositionValue()Methods in net.sf.jasperreports.engine.base with parameters of type FooterPositionEnum Modifier and Type Method Description voidJRBaseGroup. setFooterPosition(FooterPositionEnum footerPositionValue) -
Uses of FooterPositionEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return FooterPositionEnum Modifier and Type Method Description FooterPositionEnumGroupFooterElementRange. getCurrentFooterPosition()FooterPositionEnumSimpleGroupFooterElementRange. getCurrentFooterPosition()FooterPositionEnumJRFillGroup. getFooterPositionValue()FooterPositionEnumGroupFooterElementRange. getMasterFooterPosition()FooterPositionEnumSimpleGroupFooterElementRange. getMasterFooterPosition()Methods in net.sf.jasperreports.engine.fill with parameters of type FooterPositionEnum Modifier and Type Method Description voidGroupFooterElementRange. setCurrentFooterPosition(FooterPositionEnum footerPosition)voidSimpleGroupFooterElementRange. setCurrentFooterPosition(FooterPositionEnum crtFooterPosition)voidJRFillGroup. setFooterPosition(FooterPositionEnum footerPosition)voidGroupFooterElementRange. setMasterFooterPosition(FooterPositionEnum footerPosition)voidSimpleGroupFooterElementRange. setMasterFooterPosition(FooterPositionEnum masterFooterPosition)Constructors in net.sf.jasperreports.engine.fill with parameters of type FooterPositionEnum Constructor Description SimpleGroupFooterElementRange(ElementRange elementRange, FooterPositionEnum masterFooterPosition) -
Uses of FooterPositionEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return FooterPositionEnum Modifier and Type Method Description static FooterPositionEnumFooterPositionEnum. getByName(java.lang.String name)static FooterPositionEnumFooterPositionEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static FooterPositionEnumFooterPositionEnum. getByValue(java.lang.Byte value)Deprecated.Used only by deprecated serialized fields.static FooterPositionEnumFooterPositionEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FooterPositionEnum[]FooterPositionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-