1 /*
2 * $Id: ISortedDataModel2.java,v 1.1 2007/05/09 15:56:20 oeuillot Exp $
3 */
4 package org.rcfaces.core.model;
5
6 import javax.faces.component.UIColumn;
7
8 /**
9 *
10 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
11 * @version $Revision: 1.1 $ $Date: 2007/05/09 15:56:20 $
12 */
13 public interface ISortedDataModel2 {
14 boolean isColumnSortable(UIColumn column);
15 }