Uses of Interface
net.sf.jasperreports.engine.JRSortField

Packages that use JRSortField
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.data Provides various report data source implementations and allows creating custom data sources. 
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). 
 

Uses of JRSortField in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRSortField
 JRSortField[] JRReport.getSortFields()
           
 JRSortField[] JRDataset.getSortFields()
          Returns the dataset's sort fields.
 

Uses of JRSortField in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRSortField
 class JRBaseSortField
           
 

Fields in net.sf.jasperreports.engine.base declared as JRSortField
protected  JRSortField[] JRBaseDataset.sortFields
           
 

Methods in net.sf.jasperreports.engine.base that return JRSortField
 JRSortField[] JRBaseReport.getSortFields()
          Gets an array of sort report fields.
 JRSortField[] JRBaseDataset.getSortFields()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRSortField
protected  JRBaseSortField JRBaseObjectFactory.getSortField(JRSortField sortField)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRSortField
JRBaseSortField(JRSortField sortField, JRBaseObjectFactory factory)
           
 

Uses of JRSortField in net.sf.jasperreports.engine.data
 

Methods in net.sf.jasperreports.engine.data with parameters of type JRSortField
static void JRSortableDataSource.verifySortFields(JRField[] fields, JRSortField[] sortFields)
           
 

Constructors in net.sf.jasperreports.engine.data with parameters of type JRSortField
JRSortableDataSource(JRDataSource ds, JRField[] fields, JRSortField[] sortFields, java.util.Locale locale)
           
 

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

Classes in net.sf.jasperreports.engine.design that implement JRSortField
 class JRDesignSortField
           
 

Methods in net.sf.jasperreports.engine.design that return JRSortField
 JRSortField[] JRDesignDataset.getSortFields()
           
 JRSortField JRDesignDataset.removeSortField(JRSortField sortField)
          Removes a sort field from the dataset.
 JRSortField JasperDesign.removeSortField(JRSortField sortField)
           
 JRSortField JRDesignDataset.removeSortField(java.lang.String fieldName)
          Removes a sort field from the dataset.
 JRSortField JasperDesign.removeSortField(java.lang.String fieldName)
           
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRSortField
 void JRDesignDataset.addSortField(JRSortField sortField)
          Adds a sort field to the dataset.
 void JasperDesign.addSortField(JRSortField sortField)
           
 JRSortField JRDesignDataset.removeSortField(JRSortField sortField)
          Removes a sort field from the dataset.
 JRSortField JasperDesign.removeSortField(JRSortField sortField)
           
 

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

Methods in net.sf.jasperreports.engine.fill that return JRSortField
 JRSortField[] JRFillDataset.getSortFields()
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com