You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/11/10 09:14:02 UTC

svn commit: r1033391 [14/35] - in /myfaces/trinidad/trunk: scripts/ trinidad-examples/trinidad-blank/src/main/webapp/ trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/ trinidad-examples/trinidad-co...

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,41 +1,41 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-   The immediate children of a Table component must all be &lt;tr:column&gt; components. Each visible Trinidad Column component creates a separate column in the Table. "/>
-
-    <br/>
-
-    The child components of each Column display the data for each row in that column.
-    The Column does not create child components per row; instead, each child is repeatedly rendered (stamped) once
-    per row. Because of this stamping behavior, only certain types of components are supported as children inside a
-    Column. Supported components include all components with no behavior and most components that implement the
-    EditableValueHolder or ActionSource interfaces.
-
-    <tr:spacer height="12px"/>
-
-    <tr:outputText value="As each row is stamped, the data for the current row ( see getRowData() on the Table) is
-        copied into an EL reachable property. The name of this property is defined by the var  property on the Table.
-        Once the Table has completed rendering, this property is removed (or reverted back to its previous value).
-        In the following example, the data for each row is placed under the EL property &quot;row&quot;. "/>
-
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+   The immediate children of a Table component must all be &lt;tr:column&gt; components. Each visible Trinidad Column component creates a separate column in the Table. "/>
+
+    <br/>
+
+    The child components of each Column display the data for each row in that column.
+    The Column does not create child components per row; instead, each child is repeatedly rendered (stamped) once
+    per row. Because of this stamping behavior, only certain types of components are supported as children inside a
+    Column. Supported components include all components with no behavior and most components that implement the
+    EditableValueHolder or ActionSource interfaces.
+
+    <tr:spacer height="12px"/>
+
+    <tr:outputText value="As each row is stamped, the data for the current row ( see getRowData() on the Table) is
+        copied into an EL reachable property. The name of this property is defined by the var  property on the Table.
+        Once the Table has completed rendering, this property is removed (or reverted back to its previous value).
+        In the following example, the data for each row is placed under the EL property &quot;row&quot;. "/>
+
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,48 +1,48 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    The Trinidad Table is used to display tabular data. It also supports selection (both single and multiple), sorting, record navigation and detail-disclosure.  
-
-    <br/>
-
-    The Trinidad Table component uses a model to access the data in the underlying list. The
-    specific model class is org.apache.myfaces.trinidad.model.CollectionModel. You may also use other model
-    instances, e.g., java.util.List , array, and javax.faces.model.DataModel. The Table will automatically convert
-    the instance into a CollectionModel. 
-
-    <tr:spacer height="12px"/>
-
-    <tr:outputText value="The immediate children of a Table component must all be &lt;tr:column&gt; components. Each
-        visible Trinidad Column component creates a separate column in the Table. For more information see the
-        documentation for &lt;column&gt;"/>
-
-    <tr:spacer height="12px"/>
-
-    <tr:outputText value="When the list being displayed by a Table is huge, you can enable the Table to break up
-        the list into ranges and display a single range at a time. Range controls are provided on the Table to let the
-        user scroll to the next range, or to go back to the previous range. If the total size of the list is known, a
-        control to let the user jump directly to a particular part of the list is also provided on the Table. Use the
-        Table attributes &quot;rows&quot; and &quot;first&quot; to control the range navigation feature. When the user
-        changes the range, the Table fires a RangeChangeEvent. "/>
-
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+    The Trinidad Table is used to display tabular data. It also supports selection (both single and multiple), sorting, record navigation and detail-disclosure.  
+
+    <br/>
+
+    The Trinidad Table component uses a model to access the data in the underlying list. The
+    specific model class is org.apache.myfaces.trinidad.model.CollectionModel. You may also use other model
+    instances, e.g., java.util.List , array, and javax.faces.model.DataModel. The Table will automatically convert
+    the instance into a CollectionModel. 
+
+    <tr:spacer height="12px"/>
+
+    <tr:outputText value="The immediate children of a Table component must all be &lt;tr:column&gt; components. Each
+        visible Trinidad Column component creates a separate column in the Table. For more information see the
+        documentation for &lt;column&gt;"/>
+
+    <tr:spacer height="12px"/>
+
+    <tr:outputText value="When the list being displayed by a Table is huge, you can enable the Table to break up
+        the list into ranges and display a single range at a time. Range controls are provided on the Table to let the
+        user scroll to the next range, or to go back to the previous range. If the total size of the list is known, a
+        control to let the user jump directly to a particular part of the list is also provided on the Table. Use the
+        Table attributes &quot;rows&quot; and &quot;first&quot; to control the range navigation feature. When the user
+        changes the range, the Table fires a RangeChangeEvent. "/>
+
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableGridLines.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableMultipleRowSelection.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableMultipleRowSelection.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableMultipleRowSelection.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableMultipleRowSelection.xhtml Wed Nov 10 08:13:47 2010
@@ -1,59 +1,59 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="The monarchs of England, from House of Stuart(restored) are:"/>
-        <tr:spacer height="15px"/>
-        <tr:table width="100%" rowSelection="multiple" emptyText="No data available."
-                  value="#{tableColumn.monarchs}" var="row">
-            <tr:column >
-                <f:facet name="header">
-                    <tr:outputText value="Id"/>
-                </f:facet>
-                <tr:outputText value="#{row.id}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Name"/>
-                </f:facet>
-                <tr:outputText value="#{row.name}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Birth"/>
-                </f:facet>
-                <tr:outputText value="#{row.birth}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Death"/>
-                </f:facet>
-                <tr:outputText value="#{row.death}"/>
-            </tr:column>
-        </tr:table>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="The monarchs of England, from House of Stuart(restored) are:"/>
+        <tr:spacer height="15px"/>
+        <tr:table width="100%" rowSelection="multiple" emptyText="No data available."
+                  value="#{tableColumn.monarchs}" var="row">
+            <tr:column >
+                <f:facet name="header">
+                    <tr:outputText value="Id"/>
+                </f:facet>
+                <tr:outputText value="#{row.id}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Name"/>
+                </f:facet>
+                <tr:outputText value="#{row.name}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Birth"/>
+                </f:facet>
+                <tr:outputText value="#{row.birth}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Death"/>
+                </f:facet>
+                <tr:outputText value="#{row.death}"/>
+            </tr:column>
+        </tr:table>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableMultipleRowSelection.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableNoGridLines.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableNoGridLines.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableNoGridLines.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableNoGridLines.xhtml Wed Nov 10 08:13:47 2010
@@ -1,59 +1,59 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="The monarchs of England, from House of Stuart(restored) are:"/>
-        <tr:spacer height="15px"/>
-        <tr:table width="100%" emptyText="No data available." value="#{tableColumn.monarchs}" var="row"
-                horizontalGridVisible="false" verticalGridVisible="false">
-            <tr:column >
-                <f:facet name="header">
-                    <tr:outputText value="Id"/>
-                </f:facet>
-                <tr:outputText value="#{row.id}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Name"/>
-                </f:facet>
-                <tr:outputText value="#{row.name}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Birth"/>
-                </f:facet>
-                <tr:outputText value="#{row.birth}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Death"/>
-                </f:facet>
-                <tr:outputText value="#{row.death}"/>
-            </tr:column>
-        </tr:table>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="The monarchs of England, from House of Stuart(restored) are:"/>
+        <tr:spacer height="15px"/>
+        <tr:table width="100%" emptyText="No data available." value="#{tableColumn.monarchs}" var="row"
+                horizontalGridVisible="false" verticalGridVisible="false">
+            <tr:column >
+                <f:facet name="header">
+                    <tr:outputText value="Id"/>
+                </f:facet>
+                <tr:outputText value="#{row.id}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Name"/>
+                </f:facet>
+                <tr:outputText value="#{row.name}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Birth"/>
+                </f:facet>
+                <tr:outputText value="#{row.birth}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Death"/>
+                </f:facet>
+                <tr:outputText value="#{row.death}"/>
+            </tr:column>
+        </tr:table>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableNoGridLines.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tablePaginated.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tablePaginated.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tablePaginated.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tablePaginated.xhtml Wed Nov 10 08:13:47 2010
@@ -1,60 +1,60 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="The monarchs of England, from House of Stuart(restored) are:"/>
-        <tr:spacer height="15px"/>
-        <tr:table width="100%" emptyText="No data available." value="#{tableColumn.monarchs}" var="row"
-                verticalGridVisible="false" horizontalGridVisible="false"
-                rows="2">
-            <tr:column >
-                <f:facet name="header">
-                    <tr:outputText value="Id"/>
-                </f:facet>
-                <tr:outputText value="#{row.id}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Name"/>
-                </f:facet>
-                <tr:outputText value="#{row.name}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Birth"/>
-                </f:facet>
-                <tr:outputText value="#{row.birth}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Death"/>
-                </f:facet>
-                <tr:outputText value="#{row.death}"/>
-            </tr:column>
-        </tr:table>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="The monarchs of England, from House of Stuart(restored) are:"/>
+        <tr:spacer height="15px"/>
+        <tr:table width="100%" emptyText="No data available." value="#{tableColumn.monarchs}" var="row"
+                verticalGridVisible="false" horizontalGridVisible="false"
+                rows="2">
+            <tr:column >
+                <f:facet name="header">
+                    <tr:outputText value="Id"/>
+                </f:facet>
+                <tr:outputText value="#{row.id}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Name"/>
+                </f:facet>
+                <tr:outputText value="#{row.name}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Birth"/>
+                </f:facet>
+                <tr:outputText value="#{row.birth}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Death"/>
+                </f:facet>
+                <tr:outputText value="#{row.death}"/>
+            </tr:column>
+        </tr:table>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tablePaginated.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableShowHide.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableShowHide.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableShowHide.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableShowHide.xhtml Wed Nov 10 08:13:47 2010
@@ -1,63 +1,63 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="The monarchs of England, from House of Stuart(restored) are:"/>
-        <tr:spacer height="15px"/>
-        <tr:table width="100%" emptyText="No data available." value="#{tableColumn.monarchs}" var="row">
-            <f:facet name="detailStamp">
-                <tr:panelHorizontalLayout>
-                    <tr:spacer width="55" height="5"/>
-                    <tr:outputText value="#{row.details}" inlineStyle="color:#A49B90"/>
-                </tr:panelHorizontalLayout>
-            </f:facet>
-            <tr:column >
-                <f:facet name="header">
-                    <tr:outputText value="Id"/>
-                </f:facet>
-                <tr:outputText value="#{row.id}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Name"/>
-                </f:facet>
-                <tr:outputText value="#{row.name}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Birth"/>
-                </f:facet>
-                <tr:outputText value="#{row.birth}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Death"/>
-                </f:facet>
-                <tr:outputText value="#{row.death}"/>
-            </tr:column>
-        </tr:table>
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="The monarchs of England, from House of Stuart(restored) are:"/>
+        <tr:spacer height="15px"/>
+        <tr:table width="100%" emptyText="No data available." value="#{tableColumn.monarchs}" var="row">
+            <f:facet name="detailStamp">
+                <tr:panelHorizontalLayout>
+                    <tr:spacer width="55" height="5"/>
+                    <tr:outputText value="#{row.details}" inlineStyle="color:#A49B90"/>
+                </tr:panelHorizontalLayout>
+            </f:facet>
+            <tr:column >
+                <f:facet name="header">
+                    <tr:outputText value="Id"/>
+                </f:facet>
+                <tr:outputText value="#{row.id}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Name"/>
+                </f:facet>
+                <tr:outputText value="#{row.name}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Birth"/>
+                </f:facet>
+                <tr:outputText value="#{row.birth}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Death"/>
+                </f:facet>
+                <tr:outputText value="#{row.death}"/>
+            </tr:column>
+        </tr:table>
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableShowHide.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableSingleRowSelection.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableSingleRowSelection.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableSingleRowSelection.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableSingleRowSelection.xhtml Wed Nov 10 08:13:47 2010
@@ -1,58 +1,58 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:outputText value="The monarchs of England, from House of Stuart(restored) are:"/>
-        <tr:spacer height="15px"/>
-        <tr:table width="100%" rowSelection="single" emptyText="No data available." value="#{tableColumn.monarchs}" var="row">
-            <tr:column >
-                <f:facet name="header">
-                    <tr:outputText value="Id"/>
-                </f:facet>
-                <tr:outputText value="#{row.id}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Name"/>
-                </f:facet>
-                <tr:outputText value="#{row.name}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Birth"/>
-                </f:facet>
-                <tr:outputText value="#{row.birth}"/>
-            </tr:column>
-            <tr:column>
-                <f:facet name="header">
-                    <tr:outputText value="Death"/>
-                </f:facet>
-                <tr:outputText value="#{row.death}"/>
-            </tr:column>
-        </tr:table>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:outputText value="The monarchs of England, from House of Stuart(restored) are:"/>
+        <tr:spacer height="15px"/>
+        <tr:table width="100%" rowSelection="single" emptyText="No data available." value="#{tableColumn.monarchs}" var="row">
+            <tr:column >
+                <f:facet name="header">
+                    <tr:outputText value="Id"/>
+                </f:facet>
+                <tr:outputText value="#{row.id}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Name"/>
+                </f:facet>
+                <tr:outputText value="#{row.name}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Birth"/>
+                </f:facet>
+                <tr:outputText value="#{row.birth}"/>
+            </tr:column>
+            <tr:column>
+                <f:facet name="header">
+                    <tr:outputText value="Death"/>
+                </f:facet>
+                <tr:outputText value="#{row.death}"/>
+            </tr:column>
+        </tr:table>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableSingleRowSelection.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/summary.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/summary.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/summary.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/summary.xhtml Wed Nov 10 08:13:47 2010
@@ -1,37 +1,37 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:tr="http://myfaces.apache.org/trinidad">
-
-    The Trinidad TreeTable is used to display data that is structured in a hierarchical format.
-    This component displays a hierarchy in a UI similar to an Trinidad Table, and is more elaborate than the Tree
-    component. TreeTable supports displaying columns of data per element in the hierarchy. Unlike the Tree component,
-    TreeTable only supports single rooted hierarchies. The features of the TreeTable component include mechanisms
-    for focusing in on subtrees (within the main tree), as well as expanding and collapsing elements in the hierarchy.
-
-    <br/>
-
-    Like the Table, the TreeTable's children must be Trinidad Column components. Like the Tree,
-    the TreeTable has a &quot;nodeStamp&quot; facet which renders the &quot;Object Name&quot; Column. The
-    &quot;Object Name&quot; Column contains the primary identifier of an element in the hierarchy. For example,
-    in an organization chart of employees, the &quot;Object Name&quot; Column might be the employee name. 
-
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tr="http://myfaces.apache.org/trinidad">
+
+    The Trinidad TreeTable is used to display data that is structured in a hierarchical format.
+    This component displays a hierarchy in a UI similar to an Trinidad Table, and is more elaborate than the Tree
+    component. TreeTable supports displaying columns of data per element in the hierarchy. Unlike the Tree component,
+    TreeTable only supports single rooted hierarchies. The features of the TreeTable component include mechanisms
+    for focusing in on subtrees (within the main tree), as well as expanding and collapsing elements in the hierarchy.
+
+    <br/>
+
+    Like the Table, the TreeTable's children must be Trinidad Column components. Like the Tree,
+    the TreeTable has a &quot;nodeStamp&quot; facet which renders the &quot;Object Name&quot; Column. The
+    &quot;Object Name&quot; Column contains the primary identifier of an element in the hierarchy. For example,
+    in an organization chart of employees, the &quot;Object Name&quot; Column might be the employee name. 
+
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/summary.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableDetailed.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableDetailed.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableDetailed.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableDetailed.xhtml Wed Nov 10 08:13:47 2010
@@ -1,50 +1,50 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:h="http://java.sun.com/jsf/html"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:treeTable var="foo" value="#{treeTableBean.model}"
-                      rendered="true" width="100%"
-                      expandAllEnabled="true"
-                      rootNodeRendered="true">
-            <f:facet name="nodeStamp">
-                <tr:column>
-                    <f:facet name="header">
-                        <tr:outputText value="Name"/>
-                    </f:facet>
-                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
-                </tr:column>
-            </f:facet>
-            <tr:column>
-                <f:facet name="header">
-                    <h:outputText value="Gender"/>
-                </f:facet>
-                <h:outputText value="#{foo.gender}"/>
-            </tr:column>
-        </tr:treeTable>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:h="http://java.sun.com/jsf/html"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:treeTable var="foo" value="#{treeTableBean.model}"
+                      rendered="true" width="100%"
+                      expandAllEnabled="true"
+                      rootNodeRendered="true">
+            <f:facet name="nodeStamp">
+                <tr:column>
+                    <f:facet name="header">
+                        <tr:outputText value="Name"/>
+                    </f:facet>
+                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
+                </tr:column>
+            </f:facet>
+            <tr:column>
+                <f:facet name="header">
+                    <h:outputText value="Gender"/>
+                </f:facet>
+                <h:outputText value="#{foo.gender}"/>
+            </tr:column>
+        </tr:treeTable>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableDetailed.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableMultipleRowSelection.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableMultipleRowSelection.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableMultipleRowSelection.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableMultipleRowSelection.xhtml Wed Nov 10 08:13:47 2010
@@ -1,49 +1,49 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-        
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:h="http://java.sun.com/jsf/html"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:treeTable var="foo" value="#{treeTableBean.model}"
-                      rendered="true" width="100%"
-                      rowSelection="multiple">
-            <f:facet name="nodeStamp">
-                <tr:column>
-                    <f:facet name="header">
-                        <tr:outputText value="Name"/>
-                    </f:facet>
-                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
-                </tr:column>
-            </f:facet>
-            <tr:column>
-                <f:facet name="header">
-                    <h:outputText value="Gender"/>
-                </f:facet>
-                <h:outputText value="#{foo.gender}"/>
-            </tr:column>
-        </tr:treeTable>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+        
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:h="http://java.sun.com/jsf/html"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:treeTable var="foo" value="#{treeTableBean.model}"
+                      rendered="true" width="100%"
+                      rowSelection="multiple">
+            <f:facet name="nodeStamp">
+                <tr:column>
+                    <f:facet name="header">
+                        <tr:outputText value="Name"/>
+                    </f:facet>
+                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
+                </tr:column>
+            </f:facet>
+            <tr:column>
+                <f:facet name="header">
+                    <h:outputText value="Gender"/>
+                </f:facet>
+                <h:outputText value="#{foo.gender}"/>
+            </tr:column>
+        </tr:treeTable>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableMultipleRowSelection.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableNoGridLines.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableNoGridLines.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableNoGridLines.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableNoGridLines.xhtml Wed Nov 10 08:13:47 2010
@@ -1,50 +1,50 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:h="http://java.sun.com/jsf/html"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:treeTable var="foo" value="#{treeTableBean.model}" inlineStyle="width: 100%;" width="100%"
-                      rendered="true"
-                      verticalGridVisible="false"
-                      horizontalGridVisible="false">
-            <f:facet name="nodeStamp">
-                <tr:column>
-                    <f:facet name="header">
-                        <tr:outputText value="Name"/>
-                    </f:facet>
-                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
-                </tr:column>
-            </f:facet>
-            <tr:column>
-                <f:facet name="header">
-                    <h:outputText value="Gender"/>
-                </f:facet>
-                <h:outputText value="#{foo.gender}"/>
-            </tr:column>
-        </tr:treeTable>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:h="http://java.sun.com/jsf/html"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:treeTable var="foo" value="#{treeTableBean.model}" inlineStyle="width: 100%;" width="100%"
+                      rendered="true"
+                      verticalGridVisible="false"
+                      horizontalGridVisible="false">
+            <f:facet name="nodeStamp">
+                <tr:column>
+                    <f:facet name="header">
+                        <tr:outputText value="Name"/>
+                    </f:facet>
+                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
+                </tr:column>
+            </f:facet>
+            <tr:column>
+                <f:facet name="header">
+                    <h:outputText value="Gender"/>
+                </f:facet>
+                <h:outputText value="#{foo.gender}"/>
+            </tr:column>
+        </tr:treeTable>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableNoGridLines.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTablePathStamp.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTablePathStamp.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTablePathStamp.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTablePathStamp.xhtml Wed Nov 10 08:13:47 2010
@@ -1,50 +1,50 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:h="http://java.sun.com/jsf/html"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:treeTable var="foo" value="#{treeTableBean.model}" width="100%">
-            <f:facet name="pathStamp">
-                <tr:outputText value="#{foo.name}"/>
-            </f:facet>
-            <f:facet name="nodeStamp">
-                <tr:column>
-                    <f:facet name="header">
-                        <tr:outputText value="Name"/>
-                    </f:facet>
-                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
-                </tr:column>
-            </f:facet>
-            <tr:column>
-                <f:facet name="header">
-                    <h:outputText value="Gender"/>
-                </f:facet>
-                <h:outputText value="#{foo.gender}"/>
-            </tr:column>
-        </tr:treeTable>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:h="http://java.sun.com/jsf/html"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:treeTable var="foo" value="#{treeTableBean.model}" width="100%">
+            <f:facet name="pathStamp">
+                <tr:outputText value="#{foo.name}"/>
+            </f:facet>
+            <f:facet name="nodeStamp">
+                <tr:column>
+                    <f:facet name="header">
+                        <tr:outputText value="Name"/>
+                    </f:facet>
+                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
+                </tr:column>
+            </f:facet>
+            <tr:column>
+                <f:facet name="header">
+                    <h:outputText value="Gender"/>
+                </f:facet>
+                <h:outputText value="#{foo.gender}"/>
+            </tr:column>
+        </tr:treeTable>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTablePathStamp.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSimple.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSimple.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSimple.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSimple.xhtml Wed Nov 10 08:13:47 2010
@@ -1,50 +1,50 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:h="http://java.sun.com/jsf/html"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:treeTable var="foo" value="#{treeTableBean.model}"
-                      rendered="true" width="100%"
-                      expandAllEnabled="false"
-                      rootNodeRendered="false">
-            <f:facet name="nodeStamp">
-                <tr:column>
-                    <f:facet name="header">
-                        <tr:outputText value="Name"/>
-                    </f:facet>
-                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
-                </tr:column>
-            </f:facet>
-            <tr:column>
-                <f:facet name="header">
-                    <h:outputText value="Gender"/>
-                </f:facet>
-                <h:outputText value="#{foo.gender}"/>
-            </tr:column>
-        </tr:treeTable>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:h="http://java.sun.com/jsf/html"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:treeTable var="foo" value="#{treeTableBean.model}"
+                      rendered="true" width="100%"
+                      expandAllEnabled="false"
+                      rootNodeRendered="false">
+            <f:facet name="nodeStamp">
+                <tr:column>
+                    <f:facet name="header">
+                        <tr:outputText value="Name"/>
+                    </f:facet>
+                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
+                </tr:column>
+            </f:facet>
+            <tr:column>
+                <f:facet name="header">
+                    <h:outputText value="Gender"/>
+                </f:facet>
+                <h:outputText value="#{foo.gender}"/>
+            </tr:column>
+        </tr:treeTable>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSimple.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSingleRowSelection.xhtml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSingleRowSelection.xhtml?rev=1033391&r1=1033390&r2=1033391&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSingleRowSelection.xhtml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSingleRowSelection.xhtml Wed Nov 10 08:13:47 2010
@@ -1,49 +1,49 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets"
-                xmlns:h="http://java.sun.com/jsf/html"
-                xmlns:f="http://java.sun.com/jsf/core"
-                xmlns:tr="http://myfaces.apache.org/trinidad"
-                template="/pages/componentDemo.xhtml">
-
-    <ui:define name="demoContent">
-
-        <tr:treeTable var="foo" value="#{treeTableBean.model}"
-                      rendered="true" width="100%"
-                      rowSelection="single">
-            <f:facet name="nodeStamp">
-                <tr:column>
-                    <f:facet name="header">
-                        <tr:outputText value="Name"/>
-                    </f:facet>
-                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
-                </tr:column>
-            </f:facet>
-            <tr:column>
-                <f:facet name="header">
-                    <h:outputText value="Gender"/>
-                </f:facet>
-                <h:outputText value="#{foo.gender}"/>
-            </tr:column>
-        </tr:treeTable>
-
-    </ui:define>
-</ui:composition>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:h="http://java.sun.com/jsf/html"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:tr="http://myfaces.apache.org/trinidad"
+                template="/pages/componentDemo.xhtml">
+
+    <ui:define name="demoContent">
+
+        <tr:treeTable var="foo" value="#{treeTableBean.model}"
+                      rendered="true" width="100%"
+                      rowSelection="single">
+            <f:facet name="nodeStamp">
+                <tr:column>
+                    <f:facet name="header">
+                        <tr:outputText value="Name"/>
+                    </f:facet>
+                    <tr:outputFormatted value="&lt;b>#{foo.name}&lt;/b>"/>
+                </tr:column>
+            </f:facet>
+            <tr:column>
+                <f:facet name="header">
+                    <h:outputText value="Gender"/>
+                </f:facet>
+                <h:outputText value="#{foo.gender}"/>
+            </tr:column>
+        </tr:treeTable>
+
+    </ui:define>
+</ui:composition>

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSingleRowSelection.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/notImplemented.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native