View Javadoc

1   /*
2    * $Id: ISortedDataModel.java,v 1.18 2011/06/16 09:29:41 jbmeslin Exp $
3    */
4   package org.rcfaces.core.model;
5   
6   import javax.faces.component.UIComponent;
7   
8   /**
9    * @author Olivier Oeuillot (latest modification by $Author: jbmeslin $)
10   * @version $Revision: 1.18 $ $Date: 2011/06/16 09:29:41 $
11   */
12  public interface ISortedDataModel {
13      void setSortParameters(UIComponent component,
14              ISortedComponent sortedComponents[]);
15  }