You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/07/10 03:32:25 UTC

svn commit: r792776 - in /myfaces/core/trunk/api/src/main/java/javax/faces/component/html: _HtmlDataTable.java _HtmlPanelGrid.java

Author: lu4242
Date: Fri Jul 10 01:32:25 2009
New Revision: 792776

URL: http://svn.apache.org/viewvc?rev=792776&view=rev
Log:
MYFACES-2282 h:dataTable and h:panelGrid should implement bodyrows behavior (tbody encapsulation)

Modified:
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlDataTable.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGrid.java

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlDataTable.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlDataTable.java?rev=792776&r1=792775&r2=792776&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlDataTable.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlDataTable.java Fri Jul 10 01:32:25 2009
@@ -58,6 +58,14 @@
   public abstract String getBgcolor();
 
   /**
+   * CSV of several row index to start (and end a previous) tbody element
+   * 
+   * @since 2.0
+   */
+  @JSFProperty
+  public abstract String getBodyrows();
+  
+  /**
    * HTML: Specifies the width of the border of this element, in pixels.  Deprecated in HTML 4.01.
    * 
    */

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGrid.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGrid.java?rev=792776&r1=792775&r2=792776&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGrid.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGrid.java Fri Jul 10 01:32:25 2009
@@ -55,6 +55,14 @@
   public abstract String getBgcolor();
 
   /**
+   * CSV of several row index to start (and end a previous) tbody element
+   * 
+   * @since 2.0
+   */
+  @JSFProperty
+  public abstract String getBodyrows();
+  
+  /**
    * HTML: Specifies the width of the border of this element, in pixels.  Deprecated in HTML 4.01.
    * 
    * @JSFProperty