[richfaces-svn-commits] JBoss Rich Faces SVN: r15840 - root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Nov 5 09:26:30 EST 2009


Author: abelevich
Date: 2009-11-05 09:26:30 -0500 (Thu, 05 Nov 2009)
New Revision: 15840

Modified:
   root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces/component/Column.java
Log:


Modified: root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces/component/Column.java
===================================================================
--- root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces/component/Column.java	2009-11-05 14:25:51 UTC (rev 15839)
+++ root/ui-sandbox/trunk/components/tables/api/src/main/java/org/richfaces/component/Column.java	2009-11-05 14:26:30 UTC (rev 15840)
@@ -34,19 +34,6 @@
 	
 	
 	/**
-	 * Out this column on new row
-	 * @parameter
-	 * @return the acceptClass
-	 */
-	public abstract boolean isBreakBefore();
-
-	/**
-	 * @param newBreakBefore the value  to set
-	 */
-	public abstract void setBreakBefore(boolean newBreakBefore);
-	
-	
-	/**
 	 * The column allows data sorting
 	 * @return
 	 */
@@ -79,4 +66,18 @@
 	
 	public abstract boolean isSelfSorted();
 	public abstract void setSelfSorted(boolean selfSorted);
+	
+
+	/**
+	 * Out this column on new row
+	 * @parameter
+	 * @return the acceptClass
+	 */
+	public abstract boolean isBreakBefore();
+
+	/**
+	 * @param newBreakBefore the value  to set
+	 */
+	public abstract void setBreakBefore(boolean breakBefore);
+	
 }



More information about the richfaces-svn-commits mailing list