You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by aw...@apache.org on 2006/08/17 06:47:55 UTC

svn commit: r432168 [47/47] - in /incubator/adffaces/trunk/trinidad: trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/ trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/nav/ trinidad-build/src/main/resource...

Copied: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneBar.xml (from r432139, incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuBar.xml)
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneBar.xml?p2=incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneBar.xml&p1=incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuBar.xml&r1=432139&r2=432168&rev=432168&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuBar.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneBar.xml Wed Aug 16 23:47:48 2006
@@ -1,7 +1,7 @@
 <test xmlns="http://myfaces.apache.org/trinidad/test"
        xmlns:tr="http://myfaces.apache.org/trinidad">
-  <base-component tr:type="org.apache.myfaces.trinidad.CoreMenuBar"
-                  value="#{pageList}" var="foo">
+  <base-component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane"
+                  hint="bar" value="#{pageList}" var="foo">
     <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem" 
                tr:facet="nodeStamp" 
                text="#{foo.label}"

Copied: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneButtons.xml (from r432139, incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuButtons.xml)
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneButtons.xml?p2=incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneButtons.xml&p1=incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuButtons.xml&r1=432139&r2=432168&rev=432168&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuButtons.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneButtons.xml Wed Aug 16 23:47:48 2006
@@ -1,7 +1,7 @@
 <test xmlns="http://myfaces.apache.org/trinidad/test"
        xmlns:tr="http://myfaces.apache.org/trinidad">
-  <base-component tr:type="org.apache.myfaces.trinidad.CoreMenuButtons"
-                  value="#{pageList}" var="foo">
+  <base-component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane"
+                  hint="buttons" value="#{pageList}" var="foo">
     <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem" 
                tr:facet="nodeStamp" 
                text="#{foo.label}"

Copied: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneChoice.xml (from r432139, incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuChoice.xml)
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneChoice.xml?p2=incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneChoice.xml&p1=incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuChoice.xml&r1=432139&r2=432168&rev=432168&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuChoice.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneChoice.xml Wed Aug 16 23:47:48 2006
@@ -1,7 +1,7 @@
 <test xmlns="http://myfaces.apache.org/trinidad/test"
        xmlns:tr="http://myfaces.apache.org/trinidad">
-  <base-component tr:type="org.apache.myfaces.trinidad.CoreMenuChoice"
-                  value="#{pageList}" var="foo">
+  <base-component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane"
+                  hint="choice" value="#{pageList}" var="foo">
     <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem" 
                tr:facet="nodeStamp" 
                text="#{foo.label}"

Copied: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneList.xml (from r432139, incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuList.xml)
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneList.xml?p2=incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneList.xml&p1=incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuList.xml&r1=432139&r2=432168&rev=432168&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuList.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneList.xml Wed Aug 16 23:47:48 2006
@@ -1,7 +1,7 @@
 <test xmlns="http://myfaces.apache.org/trinidad/test"
        xmlns:tr="http://myfaces.apache.org/trinidad">
-  <base-component tr:type="org.apache.myfaces.trinidad.CoreMenuList"
-                  value="#{pageList}" var="foo">
+  <base-component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane"
+                  hint="list" value="#{pageList}" var="foo">
     <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                tr:facet="nodeStamp"
                text="#{foo.label}"
@@ -9,8 +9,6 @@
   </base-component>
 
   <!-- ungrouped -->
-   <enum-test name="listStyle"/>
-
    <!--attribute-test name="partialTriggers" value="x y" matchesBase="true"/-->
    <!--attribute-test name="level" value="2"/-->
 

Copied: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneTabs.xml (from r432139, incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuTabs.xml)
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneTabs.xml?p2=incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneTabs.xml&p1=incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuTabs.xml&r1=432139&r2=432168&rev=432168&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/menuTabs.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/navigationPaneTabs.xml Wed Aug 16 23:47:48 2006
@@ -1,7 +1,7 @@
 <test xmlns="http://myfaces.apache.org/trinidad/test"
        xmlns:tr="http://myfaces.apache.org/trinidad">
-  <base-component tr:type="org.apache.myfaces.trinidad.CoreMenuTabs"
-                  value="#{pageList}" var="foo">
+  <base-component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane"
+                  hint="tabs" value="#{pageList}" var="foo">
     <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem" 
                tr:facet="nodeStamp" 
                text="#{foo.label}"

Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/page-facets.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/page-facets.xml?rev=432168&r1=432167&r2=432168&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/page-facets.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/page-facets.xml Wed Aug 16 23:47:48 2006
@@ -44,7 +44,7 @@
      <component tr:type="org.apache.myfaces.trinidad.CoreOutputFormatted"
                 tr:facet="messages"
                 value="the messages facet"/>
-     <component tr:type="org.apache.myfaces.trinidad.CoreMenuChoice"
+     <component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane" hint="choice"
                      tr:facet="menuSwitch" >
              <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                         text="choice1"/>

Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelPage-facets.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelPage-facets.xml?rev=432168&r1=432167&r2=432168&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelPage-facets.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelPage-facets.xml Wed Aug 16 23:47:48 2006
@@ -41,7 +41,7 @@
         <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                    text="path3"/>
     </component>
-     <component tr:type="org.apache.myfaces.trinidad.CoreMenuTabs"
+     <component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane" hint="tabs"
                 tr:facet="navigation1" >
         <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                    text="tab1"/>
@@ -50,7 +50,7 @@
         <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                    text="tab3"/>
     </component>
-    <component tr:type="org.apache.myfaces.trinidad.CoreMenuBar"
+    <component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane" hint="bar"
                    tr:facet="navigation2" >
            <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                       text="bar1"/>
@@ -59,7 +59,7 @@
            <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                       text="bar3"/>
      </component>
-    <component tr:type="org.apache.myfaces.trinidad.CoreMenuList"
+    <component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane" hint="list"
                    tr:facet="navigation3" >
            <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                       text="list1"/>
@@ -68,7 +68,7 @@
            <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                       text="list3"/>
      </component>
-   <component tr:type="org.apache.myfaces.trinidad.CoreMenuButtons"
+   <component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane" hint="buttons"
                    tr:facet="navigationGlobal" >
            <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                       text="button1"/>

Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelPageHeader.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelPageHeader.xml?rev=432168&r1=432167&r2=432168&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelPageHeader.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelPageHeader.xml Wed Aug 16 23:47:48 2006
@@ -1,7 +1,7 @@
 <test xmlns="http://myfaces.apache.org/trinidad/test"
        xmlns:tr="http://myfaces.apache.org/trinidad">
   <base-component tr:type="org.apache.myfaces.trinidad.CorePanelPageHeader">
-     <component tr:type="org.apache.myfaces.trinidad.CoreMenuTabs"
+     <component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane" hint="tabs"
                 tr:facet="navigation1" >
         <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                    text="tab1"/>
@@ -10,7 +10,7 @@
         <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                    text="tab3"/>
     </component>
-    <component tr:type="org.apache.myfaces.trinidad.CoreMenuBar"
+    <component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane" hint="bar"
                    tr:facet="navigation2" >
            <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                       text="bar1"/>
@@ -19,7 +19,7 @@
            <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                       text="bar3"/>
      </component>
-   <component tr:type="org.apache.myfaces.trinidad.CoreMenuButtons"
+   <component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane" hint="buttons"
                    tr:facet="navigationGlobal" >
            <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                       text="button1"/>
@@ -28,7 +28,7 @@
            <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                       text="button3"/>
     </component>
-     <component tr:type="org.apache.myfaces.trinidad.CoreMenuChoice"
+     <component tr:type="org.apache.myfaces.trinidad.CoreNavigationPane" hint="choice"
                      tr:facet="menuSwitch" >
              <component tr:type="org.apache.myfaces.trinidad.CoreCommandNavigationItem"
                         text="choice1"/>