[ http://issues.apache.org/jira/browse/MYFACES-83?page=history ]

Heath Borders-Wing updated MYFACES-83:
--------------------------------------

    Attachment: HtmlTableRendererBase.java

Refactoring and commenting.

> Refactored HtmlTableRendererBase
> --------------------------------
>
>          Key: MYFACES-83
>          URL: http://issues.apache.org/jira/browse/MYFACES-83
>      Project: MyFaces
>         Type: New Feature
>     Versions: 1.0.8 beta
>  Environment: WSAD 5.1.2, IE6
>     Reporter: Heath Borders-Wing
>     Priority: Minor
>  Attachments: HtmlTableRendererBase.java
>
> I refactored the logic to start a new row, render a single body cell, and end 
> a row into 3 different methods:
> renderRowStart(FacesContext, ResponseWriter, UIData, rowStyleClass) throws 
> IOException
> renderRowEnd(FacesContext, ResponseWriter, UIData) throws IOException
> renderColumnBody(FacesContext, ResponseWriter, UIData, UIColumn, 
> columnStyleClass) throws IOException
> These are just hooks for developers that want to extend the 
> HtmlTableRendererBase.  It shouldn't have any impact on the behavior.
> Additionally, I javadoc-ed the class.  Please check my documentation to make 
> sure it is correct.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to