Author: abelevich
Date: 2010-02-19 12:18:11 -0500 (Fri, 19 Feb 2010)
New Revision: 16476
Removed:
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/visual/
root/ui-sandbox/trunk/components/tables/ui/src/main/java/org/richfaces/model/
Modified:
root/ui-sandbox/trunk/components/tables/ui/src/main/java/org/richfaces/renderkit/DataTableRenderer.java
Log:
use SortOrder instead Ordering, remove visual models classes
Deleted:
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 2010-02-19
16:57:18 UTC (rev 16475)
+++
root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces/model/Ordering.java 2010-02-19
17:18:11 UTC (rev 16476)
@@ -1,31 +0,0 @@
-/**
- * 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
-}
Modified:
root/ui-sandbox/trunk/components/tables/ui/src/main/java/org/richfaces/renderkit/DataTableRenderer.java
===================================================================
---
root/ui-sandbox/trunk/components/tables/ui/src/main/java/org/richfaces/renderkit/DataTableRenderer.java 2010-02-19
16:57:18 UTC (rev 16475)
+++
root/ui-sandbox/trunk/components/tables/ui/src/main/java/org/richfaces/renderkit/DataTableRenderer.java 2010-02-19
17:18:11 UTC (rev 16476)
@@ -21,7 +21,6 @@
import org.richfaces.component.UIDataTableBase;
import org.richfaces.component.UISubTable;
import org.richfaces.event.SortingEvent;
-import org.richfaces.model.Ordering;
import org.richfaces.model.SortMode;
@ResourceDependencies( { @ResourceDependency(library = "javax.faces", name =
"jsf-uncompressed.js"),
Show replies by date