public class SortColumn extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
asc |
static String |
ASCENDING |
String |
column |
static String |
DESCENDING |
| Constructor and Description |
|---|
SortColumn(String column,
boolean asc)
Constructor
|
public static final String ASCENDING
public static final String DESCENDING
public String column
public boolean asc
public SortColumn(String column, boolean asc)
column - column to sort onasc - sort directionCopyright © 2005–2018 Alfresco Software. All rights reserved.