Uses of Class
net.sf.jasperreports.engine.type.FooterPositionEnum

Packages that use FooterPositionEnum
net.sf.jasperreports.components.table.fill   
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.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 FooterPositionEnum in net.sf.jasperreports.components.table.fill
 

Methods in net.sf.jasperreports.components.table.fill that return FooterPositionEnum
 FooterPositionEnum TableReportGroup.getFooterPositionValue()
           
 

Methods in net.sf.jasperreports.components.table.fill with parameters of type FooterPositionEnum
 void TableReportGroup.setFooterPosition(FooterPositionEnum footerPosition)
           
 

Uses of FooterPositionEnum in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return FooterPositionEnum
 FooterPositionEnum JRGroup.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
 void JRGroup.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
protected  FooterPositionEnum JRBaseGroup.footerPositionValue
           
 

Methods in net.sf.jasperreports.engine.base that return FooterPositionEnum
 FooterPositionEnum JRBaseGroup.getFooterPositionValue()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type FooterPositionEnum
 void JRBaseGroup.setFooterPosition(FooterPositionEnum footerPositionValue)
           
 

Uses of FooterPositionEnum in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill that return FooterPositionEnum
 FooterPositionEnum JRFillGroup.getFooterPositionValue()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type FooterPositionEnum
 void JRFillGroup.setFooterPosition(FooterPositionEnum footerPosition)
           
 

Uses of FooterPositionEnum in net.sf.jasperreports.engine.type
 

Methods in net.sf.jasperreports.engine.type that return FooterPositionEnum
static FooterPositionEnum FooterPositionEnum.getByName(java.lang.String name)
           
static FooterPositionEnum FooterPositionEnum.getByValue(byte value)
           
static FooterPositionEnum FooterPositionEnum.getByValue(java.lang.Byte value)
           
static FooterPositionEnum FooterPositionEnum.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.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com