Uses of Interface
net.sf.jasperreports.engine.JRSortField
-
Packages that use JRSortField 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.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).net.sf.jasperreports.interactivity.sort.actions Contains Action classes for the built-in Sort component. -
-
Uses of JRSortField in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return JRSortField Modifier and Type Method Description JRSortField[]
TableReport. getSortFields()
JRSortField[]
TableReportDataset. getSortFields()
-
Uses of JRSortField in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRSortField Modifier and Type Method Description JRSortField[]
JRDataset. getSortFields()
Returns the dataset's sort fields.JRSortField[]
JRReport. getSortFields()
-
Uses of JRSortField in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRSortField Modifier and Type Class Description class
JRBaseSortField
Fields in net.sf.jasperreports.engine.base declared as JRSortField Modifier and Type Field Description protected JRSortField[]
JRBaseDataset. sortFields
Methods in net.sf.jasperreports.engine.base that return JRSortField Modifier and Type Method Description JRSortField[]
JRBaseDataset. getSortFields()
JRSortField[]
JRBaseReport. getSortFields()
Gets an array of sort report fields.Methods in net.sf.jasperreports.engine.base with parameters of type JRSortField Modifier and Type Method Description protected JRBaseSortField
JRBaseObjectFactory. getSortField(JRSortField sortField)
Constructors in net.sf.jasperreports.engine.base with parameters of type JRSortField Constructor Description JRBaseSortField(JRSortField sortField, JRBaseObjectFactory factory)
-
Uses of JRSortField in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRSortField Modifier and Type Class Description class
JRDesignSortField
Fields in net.sf.jasperreports.engine.design with type parameters of type JRSortField Modifier and Type Field Description protected List<JRSortField>
JRDesignDataset. sortFieldsList
protected Map<String,JRSortField>
JRDesignDataset. sortFieldsMap
Sort fields mapped by name.Methods in net.sf.jasperreports.engine.design that return JRSortField Modifier and Type Method Description JRSortField[]
JRDesignDataset. getSortFields()
JRSortField
JasperDesign. removeSortField(JRSortField sortField)
JRSortField
JRDesignDataset. removeSortField(JRSortField sortField)
Removes a sort field from the dataset.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRSortField Modifier and Type Method Description List<JRSortField>
JasperDesign. getSortFieldsList()
Gets a list of sort report fields.List<JRSortField>
JRDesignDataset. getSortFieldsList()
Returns the list of sort fields.Map<String,JRSortField>
JRDesignDataset. getSortFieldsMap()
Returns the map of sort fields indexed by name and type.Methods in net.sf.jasperreports.engine.design with parameters of type JRSortField Modifier and Type Method Description void
JasperDesign. addSortField(JRSortField sortField)
void
JRDesignDataset. addSortField(int index, JRSortField sortField)
Inserts a sort field at specified position into the dataset.void
JRDesignDataset. addSortField(JRSortField sortField)
Adds a sort field to the dataset.JRSortField
JasperDesign. removeSortField(JRSortField sortField)
JRSortField
JRDesignDataset. removeSortField(JRSortField sortField)
Removes a sort field from the dataset.Method parameters in net.sf.jasperreports.engine.design with type arguments of type JRSortField Modifier and Type Method Description protected void
JRDesignDataset. setSortFields(List<JRSortField> sortFields)
-
Uses of JRSortField in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRSortField Modifier and Type Method Description static JRSortField[]
DatasetSortUtil. getAllSortFields(JRFillDataset dataset)
Returns all current sort field criteria, including the dynamic ones provided as report parameter.JRSortField[]
JRFillDataset. getSortFields()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRSortField Modifier and Type Method Description void
DatasetSortInfo. addSortField(JRSortField sortField, int recordIndex, boolean collatorFlag)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRSortField Constructor Description SortFieldInfo(JRSortField sortField, int recordIndex, boolean collatorFlag)
-
Uses of JRSortField in net.sf.jasperreports.interactivity.sort.actions
Constructors in net.sf.jasperreports.interactivity.sort.actions with parameters of type JRSortField Constructor Description RemoveSortFieldCommand(JRDesignDataset dataset, JRSortField sortField)
-