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

Packages that use BandTypeEnum
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.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.type   
 

Uses of BandTypeEnum in net.sf.jasperreports.components.table.fill
 

Methods in net.sf.jasperreports.components.table.fill with parameters of type BandTypeEnum
protected  JRSection TableReportGroup.wrapBand(JRBand band, BandTypeEnum bandType)
           
 

Uses of BandTypeEnum in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return BandTypeEnum
 BandTypeEnum JROrigin.getBandTypeValue()
           
 

Constructors in net.sf.jasperreports.engine with parameters of type BandTypeEnum
JROrigin(BandTypeEnum bandType)
           
JROrigin(java.lang.String reportName, BandTypeEnum bandType)
           
JROrigin(java.lang.String reportName, java.lang.String groupName, BandTypeEnum bandTypeValue)
           
 

Uses of BandTypeEnum in net.sf.jasperreports.engine.design
 

Methods in net.sf.jasperreports.engine.design with parameters of type BandTypeEnum
protected  void JasperDesign.setBandOrigin(JRBand band, BandTypeEnum type)
           
protected  void JRDesignGroup.setBandOrigin(JRBand band, BandTypeEnum type)
           
protected  void JasperDesign.setSectionOrigin(JRSection section, BandTypeEnum type)
           
protected  void JRDesignGroup.setSectionOrigin(JRSection section, BandTypeEnum type)
           
 

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

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



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com