public class DatatableProjection extends Object implements Comparator<Object[]>
| Modifier and Type | Field and Description |
|---|---|
protected String |
filter |
protected boolean |
filterIsRegex |
protected Pattern |
filterRegex |
protected int |
length |
protected int |
nSort |
protected int |
offset |
protected static String |
PARAM_bRegex |
protected static String |
PARAM_iColumns |
protected static String |
PARAM_iDisplayLength |
protected static String |
PARAM_iDisplayStart |
protected static String |
PARAM_iSortingCols |
protected static String |
PARAM_PREFIX_iSortCol |
protected static String |
PARAM_PREFIX_sSortDir |
protected static String |
PARAM_sEcho |
protected static String |
PARAM_sSearch |
protected String |
sEcho |
protected boolean[] |
sortAscending |
protected int[] |
sortColumns |
protected String |
sortSignature |
| Constructor and Description |
|---|
DatatableProjection() |
DatatableProjection(Map<String,String> requestParams) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Object[] row) |
int |
compare(Object[] row1,
Object[] row2) |
int |
getLength() |
int |
getOffset() |
String |
getsEcho() |
String |
getSortSignature() |
boolean |
hasFilter() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequalsprotected static final String PARAM_iDisplayStart
protected static final String PARAM_iDisplayLength
protected static final String PARAM_iColumns
protected static final String PARAM_sSearch
protected static final String PARAM_bRegex
protected static final String PARAM_iSortingCols
protected static final String PARAM_PREFIX_iSortCol
protected static final String PARAM_PREFIX_sSortDir
protected static final String PARAM_sEcho
protected int[] sortColumns
protected boolean[] sortAscending
protected int nSort
protected String filter
protected boolean filterIsRegex
protected Pattern filterRegex
protected int offset
protected int length
protected String sEcho
protected String sortSignature
public boolean accept(Object[] row)
public int compare(Object[] row1, Object[] row2)
compare in interface Comparator<Object[]>public String getSortSignature()
public boolean hasFilter()
public int getOffset()
public int getLength()
public String getsEcho()
Copyright © 2014. All rights reserved.