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 2008/02/17 04:53:10 UTC

svn commit: r628411 [2/2] - in /myfaces/trinidad/trunk: trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/ trinidad-sandbox/ trinidad-sandbox/sandbox-api/ trinidad-sandbox/sandbox-api/src/ trinidad-sandbox/sandbox-api...

Added: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CoreJSEvents.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CoreJSEvents.xml?rev=628411&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CoreJSEvents.xml (added)
+++ myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CoreJSEvents.xml Sat Feb 16 19:53:04 2008
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:tr="http://myfaces.apache.org/trinidad"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <component>
+    <property>
+      <description><![CDATA[an onclick Javascript handler.]]></description>
+      <property-name>onclick</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[an ondblclick Javascript handler.]]></description>
+      <property-name>ondblclick</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[an onmousedown Javascript handler.]]></description>
+      <property-name>onmousedown</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[an onmouseup Javascript handler.]]></description>
+      <property-name>onmouseup</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[an onmouseover Javascript handler.]]></description>
+      <property-name>onmouseover</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[an onmousemove Javascript handler.]]></description>
+      <property-name>onmousemove</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[an onmouseout Javascript handler.]]></description>
+      <property-name>onmouseout</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[an onkeypress Javascript handler.]]></description>
+      <property-name>onkeypress</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[an onkeydown Javascript handler.]]></description>
+      <property-name>onkeydown</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[an onkeyup Javascript handler.]]></description>
+      <property-name>onkeyup</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+  </component>
+</faces-config>

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CoreJSEvents.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/CoreJSEvents.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/FocusJSEvents.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/FocusJSEvents.xml?rev=628411&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/FocusJSEvents.xml (added)
+++ myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/FocusJSEvents.xml Sat Feb 16 19:53:04 2008
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:tr="http://myfaces.apache.org/trinidad"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <component>
+    <property>
+      <description><![CDATA[the event handler for the component losing the focus.]]></description>
+      <property-name>onblur</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:expert>true</mfp:expert>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+        <mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[the event handler for the component gaining the focus.]]></description>
+      <property-name>onfocus</property-name>
+      <property-class>java.lang.String</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:expert>true</mfp:expert>
+          <mfp:group>${md:getTranslatedString("EVENTS_GROUP")}</mfp:group>
+        </mfp:property-metadata>
+        <mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
+      </property-extension>
+    </property>
+  </component>
+</faces-config>

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/FocusJSEvents.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/FocusJSEvents.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/LaunchSource.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/LaunchSource.xml?rev=628411&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/LaunchSource.xml (added)
+++ myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/LaunchSource.xml Sat Feb 16 19:53:04 2008
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:tr="http://myfaces.apache.org/trinidad"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
+  <component>
+    <property>
+      <description><![CDATA[Indicates whether processes launched by this command should be launched in a secondary dialog window.]]></description>
+      <property-name>useWindow</property-name>
+      <property-class>boolean</property-class>
+      <property-extension>
+        <mfp:required>false</mfp:required>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[Height of the window, if this command is used to launch a window.]]></description>
+      <property-name>windowHeight</property-name>
+      <property-class>int</property-class>
+      <property-extension>
+        <mfp:required>false</mfp:required>
+        <mfp:property-editor>UNSIGNED_INTEGER</mfp:property-editor>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[Width of the window, if this command is used to launch a window.]]></description>
+      <property-name>windowWidth</property-name>
+      <property-class>int</property-class>
+      <property-extension>
+        <mfp:required>false</mfp:required>
+        <mfp:property-editor>UNSIGNED_INTEGER</mfp:property-editor>
+      </property-extension>
+    </property>
+  </component>
+</faces-config>

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/LaunchSource.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/includes/LaunchSource.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/CommonTableAttrs.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/CommonTableAttrs.xml?rev=628411&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/CommonTableAttrs.xml (added)
+++ myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/CommonTableAttrs.xml Sat Feb 16 19:53:04 2008
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:tr="http://myfaces.apache.org/trinidad"
+              xmlns:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:mafp="http://myfaces.apache.org/maven-trinidad-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <component>
+
+    <property>
+      <description><![CDATA[the selection state for this component.]]></description>
+      <property-name>selectedRowKeys</property-name>
+      <property-class>org.apache.myfaces.trinidad.model.RowKeySet</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:preferred>true</mfp:preferred>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+    <property>
+      <description><![CDATA[whether or not data validation - client-side or
+            server-side -
+          should take place when
+          events are generated by this component.
+
+          When immediate is true, the default ActionListener
+          provided by the JavaServer Faces implementation
+          should be executed during Apply Request Values phase
+          of the request processing lifecycle, rather than
+          waiting until the Invoke Application phase.]]>
+      </description>
+      <property-name>immediate</property-name>
+      <property-class>boolean</property-class>
+    </property>
+  </component>
+</faces-config>

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/CommonTableAttrs.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/CommonTableAttrs.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/DisclosedRowKeys.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/DisclosedRowKeys.xml?rev=628411&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/DisclosedRowKeys.xml (added)
+++ myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/DisclosedRowKeys.xml Sat Feb 16 19:53:04 2008
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:tr="http://myfaces.apache.org/trinidad"
+              xmlns:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:mafp="http://myfaces.apache.org/maven-trinidad-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <component>
+    <property>
+      <description><![CDATA[the set of disclosed rows for this component.
+Each entry in the set is a rowKey.]]>
+      </description>
+      <property-name>disclosedRowKeys</property-name>
+      <property-class>org.apache.myfaces.trinidad.model.RowKeySet</property-class>
+      <property-extension>
+        <mfp:property-metadata>
+          <mfp:preferred>true</mfp:preferred>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+  </component>
+</faces-config>

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/DisclosedRowKeys.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/DisclosedRowKeys.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/RowDisclosureEvent.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/RowDisclosureEvent.xml?rev=628411&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/RowDisclosureEvent.xml (added)
+++ myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/RowDisclosureEvent.xml Sat Feb 16 19:53:04 2008
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:tr="http://myfaces.apache.org/trinidad"
+              xmlns:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:mafp="http://myfaces.apache.org/maven-trinidad-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <component>
+    <property>
+      <description><![CDATA[a method reference to an ExpansionListener]]></description>
+      <property-name>rowDisclosureListener</property-name>
+      <property-class>javax.el.MethodExpression</property-class>
+      <property-extension>
+        <mfp:method-binding-signature>
+          <mfp:parameter-type>org.apache.myfaces.trinidad.event.RowDisclosureEvent</mfp:parameter-type>
+          <mfp:return-type>void</mfp:return-type>
+        </mfp:method-binding-signature>
+        <mfp:property-metadata>
+          <mfp:preferred>true</mfp:preferred>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+
+    <component-extension>
+      <mfp:event>
+        <mfp:description>Event delivered when user expands or collapses a subtree.</mfp:description>
+        <mfp:event-type>org.apache.myfaces.trinidad.RowDisclosure</mfp:event-type>
+        <mfp:event-delivery-phase>Apply Request Values</mfp:event-delivery-phase>
+        <mfp:event-delivery-phase>Invoke Application</mfp:event-delivery-phase>
+      </mfp:event>
+    </component-extension>
+  </component>
+</faces-config>

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/RowDisclosureEvent.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/RowDisclosureEvent.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/SelectionEvent.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/SelectionEvent.xml?rev=628411&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/SelectionEvent.xml (added)
+++ myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/SelectionEvent.xml Sat Feb 16 19:53:04 2008
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:tr="http://myfaces.apache.org/trinidad"
+              xmlns:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:mafp="http://myfaces.apache.org/maven-trinidad-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <component>
+    <property>
+      <description><![CDATA[a method reference to a selection listener]]></description>
+      <property-name>selectionListener</property-name>
+      <property-class>javax.el.MethodExpression</property-class>
+      <property-extension>
+        <mfp:method-binding-signature>
+          <mfp:parameter-type>org.apache.myfaces.trinidad.event.SelectionEvent</mfp:parameter-type>
+          <mfp:return-type>void</mfp:return-type>
+        </mfp:method-binding-signature>
+        <mfp:property-metadata>
+          <mfp:preferred>true</mfp:preferred>
+        </mfp:property-metadata>
+      </property-extension>
+    </property>
+
+    <component-extension>
+      <mfp:event>
+        <mfp:description>Generated when the user selects a row or rows and submits.</mfp:description>
+        <mfp:event-type>org.apache.myfaces.trinidad.Selection</mfp:event-type>
+        <mfp:event-delivery-phase>Apply Request Values</mfp:event-delivery-phase>
+        <mfp:event-delivery-phase>Invoke Application</mfp:event-delivery-phase>
+      </mfp:event>
+    </component-extension>
+  </component>
+</faces-config>

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/SelectionEvent.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/includes/SelectionEvent.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/config/trinidad/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/config/trinidad/faces-config.xml?rev=628411&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/config/trinidad/faces-config.xml (added)
+++ myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/config/trinidad/faces-config.xml Sat Feb 16 19:53:04 2008
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed 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.
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:xi="http://www.w3.org/2001/XInclude"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+    
+</faces-config>
+

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/config/trinidad/faces-config.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/config/trinidad/faces-config.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/TableFormLayout.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/TableFormLayout.xml?rev=628411&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/TableFormLayout.xml (added)
+++ myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/TableFormLayout.xml Sat Feb 16 19:53:04 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    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.
+	   
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
+  <render-kit>
+    <render-kit-id>org.apache.myfaces.trinidadinternal.sandbox.core</render-kit-id>
+    <renderer>
+         <component-family>org.apache.myfaces.trinidad.Panel</component-family>
+         <renderer-type>org.apache.myfaces.trinidad.TableLayout</renderer-type>
+         <renderer-class>org.apache.myfaces.trinidadinternal.sandbox.renderkit.core.xhtml.TableFormLayoutRenderer</renderer-class>
+         <renderer-extension>
+            <mfp:component-type>org.apache.myfaces.trinidad.sandbox.CoreTableFormLayout</mfp:component-type>
+         </renderer-extension>
+    </renderer>
+  </render-kit>
+</faces-config>

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/TableFormLayout.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL