net.sf.jasperreports.engine.fill
Class DatasetSortUtil
java.lang.Object
net.sf.jasperreports.engine.fill.DatasetSortUtil
public class DatasetSortUtil
- extends Object
- Version:
- $Id: DatasetSortUtil.java 5221 2012-04-04 14:08:30Z lucianc $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatasetSortUtil
public DatasetSortUtil()
getAllSortFields
public static JRSortField[] getAllSortFields(JRFillDataset dataset)
- Returns all current sort field criteria, including the dynamic ones provided as report parameter.
needSorting
public static boolean needSorting(JRFillDataset dataset)
getSortedDataSource
public static SortedDataSource getSortedDataSource(JRBaseFiller filler,
JRFillDataset dataset,
Locale locale)
throws JRException
- Throws:
JRException
Copyright © 2012. All Rights Reserved.