Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.table.sort
Class SortableTableModel

java.lang.Object
  extended by org.nuxeo.ecm.webapp.table.sort.SortableTableModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GenericTableModel

Deprecated.

@Deprecated
public abstract class SortableTableModel
extends Object
implements Serializable

Provides support for sorting table models. Inspired from Tomahawk examples. Abstract method design pattern.

Author:
Razvan Caraghin
See Also:
Serialized Form

Field Summary
static int SORT_ASCENDING
          Deprecated.  
static int SORT_DESCENDING
          Deprecated.  
 
Method Summary
 void doSort(ActionEvent event)
          Deprecated. Sorts the table.
 String getSort()
          Deprecated.  
 boolean isAscending()
          Deprecated.  
 void setAscending(boolean ascending)
          Deprecated.  
 void setSort(String sort)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SORT_ASCENDING

public static final int SORT_ASCENDING
Deprecated. 
See Also:
Constant Field Values

SORT_DESCENDING

public static final int SORT_DESCENDING
Deprecated. 
See Also:
Constant Field Values
Method Detail

doSort

public void doSort(ActionEvent event)
Deprecated. 
Sorts the table.

Parameters:
event -

getSort

public String getSort()
Deprecated. 

setSort

public void setSort(String sort)
Deprecated. 

isAscending

public boolean isAscending()
Deprecated. 

setAscending

public void setAscending(boolean ascending)
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.