All tr:group component attributes to specify boundary and title preferences
---------------------------------------------------------------------------

                 Key: TRINIDAD-1913
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1913
             Project: MyFaces Trinidad
          Issue Type: Improvement
         Environment: N/A
            Reporter: Dave Robinson


When groups are rendered it is up to the container component on whether to 
include a graphical group boundaries or title values. 

This improvement would be to add attributes to tr:group so that a group could 
specify it's preference to the container to either show or hide boundaries and 
to use custom title values. Here are the new attributes:

startBoundary
indicates if a visual group start boundary is desired. The default value of 
'dontCare' indicates no preference. A value of 'show' indicates a preference to 
show a start boundary. A value of 'hide' indicates a preference to not show a 
start boundary. Regardless of the start boundary value, whether a visual 
boundary will be displayed is up to the group's parent component.

endBoundary
indicates if a visual group end boundary is desired. The default value of 
'dontCare' indicates no preference. A value of 'show' indicates a preference to 
show an end boundary. A value of 'hide' indicates a preference to not show an 
end boundary. Regardless of the end boundary value, whether a visual boundary 
will be displayed is up to the group's parent component.

title
a title value for the group. Whether anything is done with this title value is 
up to the group's parent component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to