[richfaces-svn-commits] JBoss Rich Faces SVN: r15896 - in root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces: model and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Nov 17 12:28:37 EST 2009


Author: abelevich
Date: 2009-11-17 12:28:37 -0500 (Tue, 17 Nov 2009)
New Revision: 15896

Added:
   root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces/model/
   root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces/model/Ordering.java
Log:
add Ordering enum

Added: root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces/model/Ordering.java
===================================================================
--- root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces/model/Ordering.java	                        (rev 0)
+++ root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces/model/Ordering.java	2009-11-17 17:28:37 UTC (rev 15896)
@@ -0,0 +1,31 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+package org.richfaces.model;
+/**
+ * 
+ * @author Maksim Kaszynski
+ *
+ */
+public enum Ordering {
+	ASCENDING, 
+	DESCENDING,
+	UNSORTED
+}



More information about the richfaces-svn-commits mailing list