@Deprecated public abstract class SortableTableModel extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
SORT_ASCENDING
Deprecated.
|
static int |
SORT_DESCENDING
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
doSort(ActionEvent event)
Deprecated.
Sorts the table.
|
String |
getSort()
Deprecated.
|
boolean |
isAscending()
Deprecated.
|
void |
setAscending(boolean ascending)
Deprecated.
|
void |
setSort(String sort)
Deprecated.
|
public static final int SORT_ASCENDING
public static final int SORT_DESCENDING
public void doSort(ActionEvent event)
event
- public String getSort()
public void setSort(String sort)
public boolean isAscending()
public void setAscending(boolean ascending)
Copyright © 2011 Nuxeo SA. All Rights Reserved.