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 ma...@apache.org on 2006/07/30 21:31:01 UTC

svn commit: r426946 [1/4] - in /incubator/adffaces/branches/matzew-component-renaming/trinidad: trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/layout/ trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trini...

Author: matzew
Date: Sun Jul 30 14:30:53 2006
New Revision: 426946

URL: http://svn.apache.org/viewvc?rev=426946&view=rev
Log:
panelGroup => panelGroupLayout

Added:
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/layout/CorePanelGroupLayoutTest.java
      - copied, changed from r426858, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/layout/CorePanelGroupTest.java
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml
      - copied, changed from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroup.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/PanelGroupLayout.xml
      - copied, changed from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/PanelGroup.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/PanelGroupLayoutRenderer.java
      - copied, changed from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/PanelGroupRenderer.java
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroupLayout-minimal-golden.xml
      - copied unchanged from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimal-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroupLayout-minimalIE-golden.xml
      - copied unchanged from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalIE-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroupLayout-minimalIERtl-golden.xml
      - copied unchanged from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalIERtl-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroupLayout-minimalInacc-golden.xml
      - copied unchanged from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalInacc-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroupLayout-minimalPPC-golden.xml
      - copied unchanged from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalPPC-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroupLayout-minimalSaf-golden.xml
      - copied unchanged from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalSaf-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroupLayout-minimalScrRdr-golden.xml
      - copied unchanged from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalScrRdr-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroupLayout-oracle-golden.xml
      - copied unchanged from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-oracle-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelGroupLayout.xml
      - copied, changed from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelGroup.xml
Removed:
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/layout/CorePanelGroupTest.java
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroup.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/PanelGroup.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/PanelGroupRenderer.java
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimal-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalIE-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalIERtl-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalInacc-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalPPC-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalSaf-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-minimalScrRdr-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/panelGroup-oracle-golden.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelGroup.xml
Modified:
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePage.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBox.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPage.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPageHeader.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreResetButton.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyShuttle.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOrderShuttle.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSpacer.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlCellFormat.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlRowLayout.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlTableLayout.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/componentDemos.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/chooseColor.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/chooseDate.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_footer.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_group.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_rowHeader.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_sortable.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandButton.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandLink.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/componentRef.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/form.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/goButton.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/goLink.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/group.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/body.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/html.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/tableLayout.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/icon.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/image.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/inputColor.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/inputDate.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/inputFile.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/inputHidden.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/inputText.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/iterator.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/media.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/menuBar.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/menuButtons.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/menuChoice.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/menuList.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/menuTabs.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/message.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/messages.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/navigationLevel.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/navigationPath.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/navigationTree.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/objectLegend.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/outputDocument.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/outputFormatted.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/outputLabel.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/outputText.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/pageContent_include.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/page_a1b1c2.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/page_a1b2c2.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/page_a2.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/page_a2b1.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/page_a4.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/page_include.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/page_process_include.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelBorderLayout.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelBox.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelButtonBar.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelChoice.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelFormLayout.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelGroup.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelHeader.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelHorizontal.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelLabelAndMessage.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelList.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelPage.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelPageHeader.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelPartialRoot.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelRadio.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelSideBar.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/panelTip.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/poll.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/poll_window_page.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar2.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processChoiceBar3.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processTrain.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processTrain2.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processTrain3.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processTrain4.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processTrain4a.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processTrain4b.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processTrain4c.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processTrain5.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processTrain6.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processTrain7.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/processTrain8.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/progressIndicator.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/resetButton.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectBooleanCheckbox.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectBooleanRadio.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectInputText.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectItem.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectManyCheckbox.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectManyListbox.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectManyShuttle.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectOneChoice.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectOneListbox.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectOneRadio.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectOrderShuttle.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/selectRangeChoiceBar.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/separator.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/showDetail.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/showDetailHeader.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/showDetailItem.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/showManyAccordion.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/showOneAccordion.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/showOneTab.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/singleStepButtonBar.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/spacer.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/styleSheet.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/table.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/table_dynamic.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/table_nested.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/table_selection.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/template.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/tree.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/treeTable.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/treeTable_selection.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/convertValidate/index.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/demos/carDemo.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/demos/changeDemos/addRemoveFacetsChange_Explicit.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/demos/changeDemos/addRemoveReorderChildrenChange_Explicit.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/demos/changeDemos/attributeChange_Explicit.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/demos/changeDemos/attributeChange_Implicit.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/demos/changeDemos/changePersistence.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/demos/demos.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/demos/panelPageSkinDemo.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/demos/pprDemos.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/demos/progressSteps.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/demos/tableDemos/WelCome.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/email/confirmSent.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/email/login.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/email/messages.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/email/newMessage.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/email/preferences.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/email/replyToMessage.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/email/showMessage.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/index.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/performance/multipleComponents_styleMap_adf.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/reorderTest.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/test/webapp/composite.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/test/webapp/el.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/test/webapp/forEachTest.jspx
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/pages/CalendarDialogJSP.java
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/java/org/apache/myfaces/trinidadinternal/renderkit/CoreRenderKitPerf.java
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/panelBox.xml
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/table.xml

Copied: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/layout/CorePanelGroupLayoutTest.java (from r426858, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/layout/CorePanelGroupTest.java)
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/layout/CorePanelGroupLayoutTest.java?p2=incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/layout/CorePanelGroupLayoutTest.java&p1=incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/layout/CorePanelGroupTest.java&r1=426858&r2=426946&rev=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/layout/CorePanelGroupTest.java (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/test/java/org/apache/myfaces/trinidad/component/core/layout/CorePanelGroupLayoutTest.java Sun Jul 30 14:30:53 2006
@@ -21,18 +21,18 @@
 import org.apache.myfaces.trinidad.component.UIXPanel;
 
 /**
- * Unit tests for CorePanelGroup.
+ * Unit tests for CorePanelGroupLayout.
  *
  * @author John Fallows
  */
-public class CorePanelGroupTest extends UIXPanelTestCase
+public class CorePanelGroupLayoutTest extends UIXPanelTestCase
 {
   /**
-   * Creates a new CorePanelGroupTest.
+   * Creates a new CorePanelGroupLayoutTest.
    *
    * @param testName  the unit test name
    */
-  public CorePanelGroupTest(
+  public CorePanelGroupLayoutTest(
     String testName)
   {
     super(testName);
@@ -50,7 +50,7 @@
   
   public static Test suite()
   {
-    return new TestSuite(CorePanelGroupTest.class);
+    return new TestSuite(CorePanelGroupLayoutTest.class);
   }
 
   /**
@@ -58,7 +58,7 @@
    */
   public void testInitialAttributeValues()
   {
-    CorePanelGroup component = new CorePanelGroup();
+    CorePanelGroupLayout component = new CorePanelGroupLayout();
     assertEquals(true, component.isRendered());
   }
 
@@ -79,12 +79,12 @@
    */
   public void testFacetTransparency()
   {
-    CorePanelGroup component = new CorePanelGroup();
-    doTestFacetTransparency(component, CorePanelGroup.SEPARATOR_FACET);
+    CorePanelGroupLayout component = new CorePanelGroupLayout();
+    doTestFacetTransparency(component, CorePanelGroupLayout.SEPARATOR_FACET);
   }
 
   protected UIXPanel createTestComponent()
   {
-    return new CorePanelGroup();
+    return new CorePanelGroupLayout();
   }
 }

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePage.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePage.xml?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePage.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePage.xml Sun Jul 30 14:30:53 2006
@@ -43,7 +43,7 @@
       <facet-name>contextSwitcher</facet-name>
       <facet-extension>
         <mfp:facet-metadata>
-          <mfp:preferred-children>tr:rowLayout tr:panelGroup</mfp:preferred-children>
+          <mfp:preferred-children>tr:rowLayout tr:panelGroupLayout</mfp:preferred-children>
         </mfp:facet-metadata>
         <mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
       </facet-extension>
@@ -201,7 +201,7 @@
       <facet-name>infoUser</facet-name>
       <facet-extension>
         <mfp:facet-metadata>
-          <mfp:preferred-children>tr:panelGroup tr:outputFormatted</mfp:preferred-children>
+          <mfp:preferred-children>tr:panelGroupLayout tr:outputFormatted</mfp:preferred-children>
         </mfp:facet-metadata>
         <mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
       </facet-extension>
@@ -213,7 +213,7 @@
       <facet-name>infoFootnote</facet-name>
       <facet-extension>
         <mfp:facet-metadata>
-          <mfp:preferred-children>tr:panelGroup tr:outputFormatted</mfp:preferred-children>
+          <mfp:preferred-children>tr:panelGroupLayout tr:outputFormatted</mfp:preferred-children>
         </mfp:facet-metadata>
         <mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
       </facet-extension>
@@ -228,7 +228,7 @@
       <facet-name>infoStatus</facet-name>
       <facet-extension>
         <mfp:facet-metadata>
-          <mfp:preferred-children>tr:panelGroup tr:outputFormatted</mfp:preferred-children>
+          <mfp:preferred-children>tr:panelGroupLayout tr:outputFormatted</mfp:preferred-children>
         </mfp:facet-metadata>
       </facet-extension>
     </facet>
@@ -398,10 +398,10 @@
                 <tr:commandNavigationItem text="#{foo.label}" action="#{foo.action}"/>
               </f:facet>                   
               <f:facet name="branding">
-                <tr:panelGroup layout="horizontal">
+                <tr:panelGroupLayout layout="horizontal">
                   <tr:image source="/components/images/corporateBrand.gif"/>
                   <tr:image source="/components/images/applicationBrand.gif"/>
-                </tr:panelGroup>
+                </tr:panelGroupLayout>
               </f:facet>
               <f:facet name="appCopyright">
                 <tr:outputText value="copyright facet"/>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBox.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBox.xml?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBox.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBox.xml Sun Jul 30 14:30:53 2006
@@ -140,13 +140,13 @@
             contentStyle="background:blue;"
             icon="/images/info.gif"
             inlineStyle = "width: 25%;" >
-  <tr:panelGroup layout="vertical">
+  <tr:panelGroupLayout layout="vertical">
     <tr:goLink text="point 1" destination="http://myfaces.apache.org"/>
     <tr:goLink text="point 2" destination="http://myfaces.apache.org"/>
     <tr:goLink text="point 3" destination="http://myfaces.apache.org"/>
     <tr:goLink text="point 4" destination="http://myfaces.apache.org"/>
     <tr:goLink text="point 5" destination="http://myfaces.apache.org"/>
-  </tr:panelGroup>
+  </tr:panelGroupLayout>
 </tr:panelBox>]]>
         </mfp:source-code>
       </mfp:example>

Copied: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml (from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroup.xml)
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml?p2=incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml&p1=incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroup.xml&r1=426928&r2=426946&rev=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroup.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml Sun Jul 30 14:30:53 2006
@@ -21,10 +21,10 @@
   <component>
     <description><![CDATA[A panel component that displays its children in a group.]]></description>
     <icon>
-      <small-icon>/org/apache/myfaces/trinidad/metadata/icons/panelGroup.png</small-icon>
+      <small-icon>/org/apache/myfaces/trinidad/metadata/icons/panelGroupLayout.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.trinidad.CorePanelGroup</component-type>
-    <component-class>org.apache.myfaces.trinidad.component.core.layout.CorePanelGroup</component-class>
+    <component-type>org.apache.myfaces.trinidad.CorePanelGroupLayout</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.layout.CorePanelGroupLayout</component-class>
 
     <facet>
       <description><![CDATA[Content to be rendered once between each of the
@@ -48,9 +48,9 @@
     <component-extension>
       <mfp:component-supertype>org.apache.myfaces.trinidad.Panel</mfp:component-supertype>
       <mfp:renderer-type>org.apache.myfaces.trinidad.Group</mfp:renderer-type>
-      <mfp:tag-name>tr:panelGroup</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelGroupTag</mfp:tag-class>
-      <mfp:long-description><![CDATA[The panelGroup control is a layout element that
+      <mfp:tag-name>tr:panelGroupLayoutLayout</mfp:tag-name>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CorePanelGroupLayoutTag</mfp:tag-class>
+      <mfp:long-description><![CDATA[The panelGroupLayout control is a layout element that
 arranges its children in one of a few simple patterns.
 Each pair of adjacent children will be separated
 by an optional separator child.  It can lay out
@@ -58,7 +58,7 @@
 horizontal line, or vertically.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelGroup layout="horizontal">
+        <mfp:source-code><![CDATA[<tr:panelGroupLayoutLayout layout="horizontal">
   <f:facet name="separator">
     <tr:spacer width="10" height="1"/>
   </f:facet>
@@ -68,7 +68,7 @@
         destination="http://myfaces.apache.org"/>
   <tr:goLink text="ADF Faces 3"
         destination="http://myfaces.apache.org"/>
-</tr:panelGroup>]]>
+</tr:panelGroupLayoutLayout>]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Jeanne Waldman</mfp:author>
@@ -78,7 +78,7 @@
       <mfp:java-constructor>
         <mfp:facet-name>separator</mfp:facet-name>
       </mfp:java-constructor>
-      <mfp:uix2-local-name>panelGroup</mfp:uix2-local-name>
+      <mfp:uix2-local-name>panelGroupLayout</mfp:uix2-local-name>
     </component-extension>
   </component>
 </faces-config>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPage.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPage.xml?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPage.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPage.xml Sun Jul 30 14:30:53 2006
@@ -77,7 +77,7 @@
       <facet-extension>
         <mfp:facet-metadata>
           <mfp:preferred>true</mfp:preferred>
-          <mfp:preferred-children>tr:panelGroup tr:image tr:outputText</mfp:preferred-children>
+          <mfp:preferred-children>tr:panelGroupLayout tr:image tr:outputText</mfp:preferred-children>
         </mfp:facet-metadata>
       </facet-extension>
     </facet>
@@ -102,7 +102,7 @@
       <facet-name>infoFootnote</facet-name>
       <facet-extension>
         <mfp:facet-metadata>
-          <mfp:preferred-children>tr:panelGroup tr:outputFormatted</mfp:preferred-children>
+          <mfp:preferred-children>tr:panelGroupLayout tr:outputFormatted</mfp:preferred-children>
         </mfp:facet-metadata>
         <mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
       </facet-extension>
@@ -126,7 +126,7 @@
       <facet-name>infoStatus</facet-name>
       <facet-extension>
         <mfp:facet-metadata>
-          <mfp:preferred-children>tr:panelGroup tr:outputFormatted</mfp:preferred-children>
+          <mfp:preferred-children>tr:panelGroupLayout tr:outputFormatted</mfp:preferred-children>
         </mfp:facet-metadata>
       </facet-extension>
     </facet>
@@ -137,7 +137,7 @@
       <facet-name>infoUser</facet-name>
       <facet-extension>
         <mfp:facet-metadata>
-          <mfp:preferred-children>tr:panelGroup tr:outputFormatted</mfp:preferred-children>
+          <mfp:preferred-children>tr:panelGroupLayout tr:outputFormatted</mfp:preferred-children>
         </mfp:facet-metadata>
         <mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
       </facet-extension>
@@ -273,10 +273,10 @@
       <mfp:example>
         <mfp:source-code><![CDATA[<tr:panelPage>
             <f:facet name="branding">
-              <tr:panelGroup layout="horizontal">
+              <tr:panelGroupLayout layout="horizontal">
                 <tr:image source="/images/corporateBrand.gif"/>
                 <tr:outputText value="My Company"/>
-              </tr:panelGroup>
+              </tr:panelGroupLayout>
             </f:facet>
             <f:facet name="location">
               <tr:navigationPath>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPageHeader.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPageHeader.xml?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPageHeader.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelPageHeader.xml Sun Jul 30 14:30:53 2006
@@ -272,12 +272,12 @@
       <mfp:example>
         <mfp:source-code><![CDATA[<tr:panelPageHeader>
               <f:facet name="branding">
-                <tr:panelGroup layout="horizontal">
+                <tr:panelGroupLayout layout="horizontal">
                   <tr:image source="/components/images/corporateBrand.gif"/>
                   <tr:image source="/components/images/applicationBrand.gif"/>
                   <tr:outputFormatted value="Customer &lt;b&gt;Contextual Application Branding - Menlo Park&lt;/b&gt;"
                                       styleUsage="inContextBranding"/>
-                </tr:panelGroup>
+                </tr:panelGroupLayout>
               </f:facet>
               <f:facet name="navigationGlobal">
                 <tr:menuButtons>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreResetButton.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreResetButton.xml?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreResetButton.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreResetButton.xml Sun Jul 30 14:30:53 2006
@@ -241,13 +241,13 @@
       <mfp:example>
         <xhtml:p/>
         <mfp:source-code><![CDATA[<h:form>
-     <tr:panelGroup type="horizontal">
+     <tr:panelGroupLayout type="horizontal">
        <tr:panelHeader text="Reset Elements." /> 
        <tr:selectBooleanCheckbox text="Box1" /> 
        <tr:selectBooleanCheckbox text="Box2" selected="true"/> 
        <tr:selectBooleanCheckbox text="Box3" /> 
        <tr:resetButton textAndAccessKey="&amp;Reset"/> 
-     </tr:panelGroup>
+     </tr:panelGroupLayout>
    </h:form>]]>
         </mfp:source-code>
       </mfp:example>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyShuttle.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyShuttle.xml?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyShuttle.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyShuttle.xml Sun Jul 30 14:30:53 2006
@@ -43,7 +43,7 @@
       <facet-name>leadingFooter</facet-name>
       <facet-extension>
         <mfp:facet-metadata>
-          <mfp:preferred-children>tr:panelGroup</mfp:preferred-children>
+          <mfp:preferred-children>tr:panelGroupLayout</mfp:preferred-children>
         </mfp:facet-metadata>
       </facet-extension>
     </facet>
@@ -52,7 +52,7 @@
       <facet-name>trailingFooter</facet-name>
       <facet-extension>
         <mfp:facet-metadata>
-          <mfp:preferred-children>tr:panelGroup</mfp:preferred-children>
+          <mfp:preferred-children>tr:panelGroupLayout</mfp:preferred-children>
         </mfp:facet-metadata>
       </facet-extension>
     </facet>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOrderShuttle.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOrderShuttle.xml?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOrderShuttle.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOrderShuttle.xml Sun Jul 30 14:30:53 2006
@@ -43,7 +43,7 @@
       <facet-name>leadingFooter</facet-name>
       <facet-extension>
         <mfp:facet-metadata>
-          <mfp:preferred-children>tr:panelGroup</mfp:preferred-children>
+          <mfp:preferred-children>tr:panelGroupLayout</mfp:preferred-children>
         </mfp:facet-metadata>
       </facet-extension>
     </facet>
@@ -52,7 +52,7 @@
       <facet-name>trailingFooter</facet-name>
       <facet-extension>
         <mfp:facet-metadata>
-          <mfp:preferred-children>tr:panelGroup</mfp:preferred-children>
+          <mfp:preferred-children>tr:panelGroupLayout</mfp:preferred-children>
         </mfp:facet-metadata>
       </facet-extension>
     </facet>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSpacer.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSpacer.xml?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSpacer.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSpacer.xml Sun Jul 30 14:30:53 2006
@@ -88,7 +88,7 @@
           standards mode HTML.]]>
       </mfp:long-description>
       <mfp:example>
-        <mfp:source-code><![CDATA[<tr:panelGroup type="horizontal">
+        <mfp:source-code><![CDATA[<tr:panelGroupLayout type="horizontal">
   <f:facet name="separator">
     <tr:spacer width="10" height="1"/>
   </f:facet>
@@ -98,7 +98,7 @@
         destination="http://myfaces.apache.org"/>
   <tr:goLink text="Third Link"
         destination="http://myfaces.apache.org"/>
-</tr:panelGroup>]]>
+</tr:panelGroupLayout>]]>
         </mfp:source-code>
       </mfp:example>
       <mfp:author>Adam Winer</mfp:author>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlCellFormat.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlCellFormat.xml?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlCellFormat.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlCellFormat.xml Sun Jul 30 14:30:53 2006
@@ -265,10 +265,10 @@
     <trh:cellFormat valign="bottom">
       SecondColumn
     </trh:cellFormat>
-    <tr:panelGroup laytou="horizontal">
+    <tr:panelGroupLayout laytou="horizontal">
       Third Column
       <tr:spacer height="100" width="1"/>
-    </tr:panelGroup>
+    </tr:panelGroupLayout>
   </trh:rowLayout>
   <trh:rowLayout>
     <tr:panelHeader text="ADF Faces Components"/>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlRowLayout.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlRowLayout.xml?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlRowLayout.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlRowLayout.xml Sun Jul 30 14:30:53 2006
@@ -218,10 +218,10 @@
     <trh:cellFormat valign="bottom">
       SecondColumn
     </trh:cellFormat>
-    <tr:panelGroup layout="horizontal">
+    <tr:panelGroupLayout layout="horizontal">
       Third Column
       <tr:spacer height="100" width="1"/>
-    </tr:panelGroup>
+    </tr:panelGroupLayout>
   </trh:rowLayout>
   <trh:rowLayout>
     <tr:panelHeader text="ADF Faces Components"/>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlTableLayout.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlTableLayout.xml?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlTableLayout.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/html/HtmlTableLayout.xml Sun Jul 30 14:30:53 2006
@@ -233,10 +233,10 @@
       SecondColumn
     </trh:cellFormat>
 
-    <tr:panelGroup layout="horizontal">
+    <tr:panelGroupLayout layout="horizontal">
       Third Column
       <tr:spacer height="100" width="1"/>
-    </tr:panelGroup>
+    </tr:panelGroupLayout>
 
   </trh:rowLayout>
 

Copied: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/PanelGroupLayout.xml (from r426928, incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/PanelGroup.xml)
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/PanelGroupLayout.xml?p2=incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/PanelGroupLayout.xml&p1=incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/PanelGroup.xml&r1=426928&r2=426946&rev=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/PanelGroup.xml (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/PanelGroupLayout.xml Sun Jul 30 14:30:53 2006
@@ -21,9 +21,9 @@
     <renderer>
       <component-family>org.apache.myfaces.trinidad.Panel</component-family>
       <renderer-type>org.apache.myfaces.trinidad.Group</renderer-type>
-      <renderer-class>org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelGroupRenderer</renderer-class>
+      <renderer-class>org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelGroupLayoutRenderer</renderer-class>
       <renderer-extension>
-        <mfp:component-type>org.apache.myfaces.trinidad.CorePanelGroup</mfp:component-type>
+        <mfp:component-type>org.apache.myfaces.trinidad.CorePanelGroupLayout</mfp:component-type>
       </renderer-extension>
     </renderer>
   </render-kit>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/componentDemos.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/componentDemos.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/componentDemos.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/componentDemos.jspx Sun Jul 30 14:30:53 2006
@@ -36,18 +36,18 @@
               <tr:tree var="component" value="#{componentTree.model}"
                 binding="#{componentTreeBean.tree}">
                 <f:facet name="nodeStamp">
-                  <tr:panelGroup>
+                  <tr:panelGroupLayout>
                     <tr:outputText value="Example:" rendered="#{component.example}"/>
                     <tr:commandLink text="#{component.label}"
                       disabled="#{empty component.filename}"
                       action="#{component.view}"/>
-                  </tr:panelGroup>
+                  </tr:panelGroupLayout>
                 </f:facet>
               </tr:tree>
             </tr:panelHeader>
   
             <tr:panelHeader text="Html Components">
-              <tr:panelGroup layout="vertical">
+              <tr:panelGroupLayout layout="vertical">
                 <tr:commandLink text="body" action="guide.body"/>
                 <tr:commandLink text="cellFormat" action="guide.cellFormat"/>
                 <tr:outputFormatted value="frame - see FrameBorderLayout" styleUsage="instruction"/>
@@ -55,7 +55,7 @@
                 <tr:commandLink text="html" action="guide.html"/>
                 <tr:commandLink text="rowLayout" action="guide.rowLayout"/>
                 <tr:commandLink text="tableLayout" action="guide.tableLayout"/>
-              </tr:panelGroup>
+              </tr:panelGroupLayout>
             </tr:panelHeader>
           </tr:panelHeader>
         </tr:panelPage>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/chooseColor.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/chooseColor.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/chooseColor.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/chooseColor.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
    <tr:document title="ChooseColor Demo" >
         <tr:form>       
-            <tr:panelGroup layout="vertical">
+            <tr:panelGroupLayout layout="vertical">
               <f:facet name="separator">
                 <tr:separator/>
               </f:facet>
@@ -55,7 +55,7 @@
               <tr:chooseColor binding="#{editor.component}" id="cp3" 
                 colorData="#{requestContext.colorPalette.default80}" width="16"/>
               <jsp:directive.include file="editor.jspf" />
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
     </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/chooseDate.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/chooseDate.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/chooseDate.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/chooseDate.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
    <tr:document title="ChooseDate Demo" >
         <tr:form>
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator/>
             </f:facet>
@@ -43,7 +43,7 @@
                            shortDesc="Choose Date"/>
 
             <jsp:directive.include file="editor.jspf" />
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
      </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
  <tr:document title="Column Demo">
         <tr:form >
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <tr:commandLink immediate="true" text="Component Guide"
                   action="guide"/>
             <tr:commandLink immediate="true" text="Column Demo"
@@ -90,7 +90,7 @@
 
 
 
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
     </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_footer.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_footer.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_footer.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_footer.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
  <tr:document title="Column Footer Demo">
         <tr:form >
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <tr:commandLink immediate="true" text="Component Guide"
                   action="guide"/>
             <tr:commandLink immediate="true" text="Column Demo"
@@ -89,7 +89,7 @@
 
 
 
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
  </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_group.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_group.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_group.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_group.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
  <tr:document title="Column Group Demo">
         <tr:form>
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
              <tr:commandLink immediate="true" text="Component Guide"
                   action="guide"/>
             <tr:commandLink immediate="true" text="Column Demo"
@@ -75,7 +75,7 @@
             </tr:table>
 
 
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
  </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_rowHeader.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_rowHeader.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_rowHeader.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_rowHeader.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
  <tr:document title="Row Header Column Demo">
         <tr:form >
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <tr:commandLink immediate="true" text="Component Guide"
                   action="guide"/>
             <tr:commandLink immediate="true" text="Column Demo"
@@ -69,7 +69,7 @@
             <tr:outputFormatted styleUsage="instruction" 
               value="&lt;br&gt;This Editor controls the RowHeader Column:"/>
             <jsp:directive.include file="editor.jspf" />
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
   </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_sortable.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_sortable.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_sortable.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/column_sortable.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
  <tr:document title="table Sorting Demo">
         <tr:form >
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <tr:commandLink immediate="true" text="Component Guide"
                   action="guide"/>
             <tr:commandLink immediate="true" text="Column Demo"
@@ -83,7 +83,7 @@
               </tr:column>
             </tr:table>
             
-          </tr:panelGroup>    
+          </tr:panelGroupLayout>    
         </tr:form>
  </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandButton.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandButton.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandButton.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandButton.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
  <tr:document title="commandButton Demo">
         <tr:form>       
-            <tr:panelGroup layout="vertical">
+            <tr:panelGroupLayout layout="vertical">
               <f:facet name="separator">
                 <tr:separator />
               </f:facet>   
@@ -33,7 +33,7 @@
               <tr:commandButton binding="#{editor.component}"
                   text="Go to navigationPath demo" action="guide.navigationPath"/>
               <jsp:directive.include file="editor.jspf" />
-            </tr:panelGroup>
+            </tr:panelGroupLayout>
         </tr:form>
  </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandLink.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandLink.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandLink.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandLink.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
  <tr:document title="CommandLink Demo">
         <tr:form>       
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator />
             </f:facet>
@@ -35,7 +35,7 @@
             
             <jsp:directive.include file="editor.jspf" />
     
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
  </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/commandNavigationItem.jspx Sun Jul 30 14:30:53 2006
@@ -22,7 +22,7 @@
   <f:view>
     <tr:document title="commandNavigationItem Demo">
       <tr:form>
-        <tr:panelGroup layout="vertical">
+        <tr:panelGroupLayout layout="vertical">
           <f:facet name="separator">
             <tr:separator/>
           </f:facet>
@@ -39,7 +39,7 @@
               action="guide.panelPage"/>
           </tr:navigationLevel>
           <tr:outputFormatted styleUsage="instruction" value="&lt;b>A commandNavigationItem&lt;/b>"/>
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <tr:outputFormatted
               value="&lt;b>commandNavigationItem's inside of a navigationLevel with hint=&quot;tabs&quot;&lt;/b>"/>
             <tr:navigationLevel hint="tabs" shortDesc="Select Page"
@@ -68,10 +68,10 @@
                 shortDesc="Apache's website"
                 destination="http://www.apache.org/"/>
             </tr:navigationLevel>
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
           <jsp:directive.include file="editor.jspf"/>
 
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <tr:outputFormatted
               value="&lt;b>commandNavigationItem's inside of a navigationLevel with hint=&quot;bar&quot;&lt;/b>"/>
             <tr:navigationLevel hint="bar" id="barExample">
@@ -93,9 +93,9 @@
               <tr:commandNavigationItem text="Apache"
                 destination="http://www.apache.org/"/>
             </tr:navigationLevel>
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
 
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <tr:outputFormatted
               value="&lt;b>commandNavigationItem's inside of a navigationLevel with hint=&quot;list&quot;&lt;/b>"/>
             <tr:navigationLevel hint="list" id="listExample">
@@ -117,9 +117,9 @@
               <tr:commandNavigationItem text="Apache"
                 destination="http://www.apache.org/"/>
             </tr:navigationLevel>
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
 
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <tr:outputFormatted
               value="&lt;b>commandNavigationItem's inside of a navigationLevel with hint=&quot;buttons&quot;&lt;/b>"/>
             <tr:navigationLevel hint="buttons" id="buttonsExample">
@@ -141,9 +141,9 @@
               <tr:commandNavigationItem text="Apache"
                 destination="http://www.apache.org/"/>
             </tr:navigationLevel>
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
 
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <tr:outputFormatted
               value="&lt;b>commandNavigationItem's inside of a navigationLevel with hint=&quot;choice&quot;&lt;/b>"/>
             <tr:navigationLevel hint="choice" shortDesc="Switch application"
@@ -166,9 +166,9 @@
               <tr:commandNavigationItem text="Apache"
                 destination="http://www.apache.org/"/>
             </tr:navigationLevel>
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
 
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <tr:outputFormatted
               value="&lt;b>commandNavigationItem's inside of a navigationPath&lt;/b>"/>
             <tr:navigationPath id="pathExample">
@@ -191,9 +191,9 @@
               <tr:commandNavigationItem text="Apache"
                 destination="http://www.apache.org/"/>
             </tr:navigationPath>
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
 
-        </tr:panelGroup>
+        </tr:panelGroupLayout>
       </tr:form>
     </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/componentRef.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/componentRef.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/componentRef.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/componentRef.jspx Sun Jul 30 14:30:53 2006
@@ -25,7 +25,7 @@
       <trh:head title="Region Tag Demo"/>
       <trh:body>
         <tr:form>        
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
              <tr:separator />
             </f:facet>
@@ -58,7 +58,7 @@
               <f:attribute name="symbol" value="DFLT"/>
             </tr:componentRef>
 
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
       </trh:body>
     </trh:html>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/form.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/form.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/form.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/form.jspx Sun Jul 30 14:30:53 2006
@@ -24,14 +24,14 @@
     <trh:html>
       <trh:head title="Form Demo"/>
       <trh:body>      
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator />
             </f:facet>   
             <tr:outputFormatted styleUsage="instruction" value="&lt;b>Multiple form test &lt;/b>"/>
             <tr:form defaultCommand="first" binding="#{editor.component}">
             
-             <tr:panelGroup layout="vertical">
+             <tr:panelGroupLayout layout="vertical">
               <tr:commandLink immediate="true" text="Component Guide"
                                 action="guide"/>
               <tr:outputFormatted styleUsage="instruction"
@@ -39,20 +39,20 @@
               <tr:inputText label="First form, First Field:"  shortDesc="Field 1"/>
               <tr:inputText label="First form, Second Field:" shortDesc="Field 2"/>
               <tr:commandButton id="first" text="First"/>
-             </tr:panelGroup>
+             </tr:panelGroupLayout>
             </tr:form>
             <tr:form>
               <jsp:directive.include file="editor.jspf" />
             </tr:form>
             <tr:form>
-             <tr:panelGroup layout="vertical">
+             <tr:panelGroupLayout layout="vertical">
               <tr:outputFormatted styleUsage="instruction"
                                  value="This is the second form; submit it and changes in the first form will be lost."/>
               <tr:inputText label="Second form"/>
               <tr:commandButton text="Second"/>
-             </tr:panelGroup>
+             </tr:panelGroupLayout>
             </tr:form>
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
       </trh:body>
     </trh:html>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/goButton.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/goButton.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/goButton.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/goButton.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
  <tr:document title="GoButton Demo">
         <tr:form>        
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator />
             </f:facet>
@@ -36,7 +36,7 @@
                   
             <jsp:directive.include file="editor.jspf" />
     
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
  </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/goLink.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/goLink.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/goLink.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/goLink.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
  <tr:document title="GoLink Demo">
         <tr:form>        
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
              <tr:separator />
             </f:facet>
@@ -33,7 +33,7 @@
                       destination="http://www.apache.org"/>
     
             <jsp:directive.include file="editor.jspf" />
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
  </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/group.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/group.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/group.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/group.jspx Sun Jul 30 14:30:53 2006
@@ -22,7 +22,7 @@
   <f:view>
     <tr:document title="Group Demo">
       <tr:form>
-        <tr:panelGroup layout="vertical">
+        <tr:panelGroupLayout layout="vertical">
           <f:facet name="separator">
             <tr:separator/>
           </f:facet>
@@ -67,7 +67,7 @@
             </f:facet>
           </tr:panelFormLayout>
           <jsp:directive.include file="editor.jspf"/>
-        </tr:panelGroup>
+        </tr:panelGroupLayout>
       </tr:form>
     </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/body.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/body.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/body.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/body.jspx Sun Jul 30 14:30:53 2006
@@ -25,7 +25,7 @@
       <trh:head title="Body Demo"/>
       <trh:body onload="alert('body loading')"  binding="#{editor.component}">
         <tr:form>
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator />
             </f:facet>
@@ -35,7 +35,7 @@
               
             <jsp:directive.include file="../editor.jspf" />
     
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
       </trh:body>
     </trh:html>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/cellFormat.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
  <tr:document title="CellFormat Demo">
         <tr:form>
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator />
             </f:facet> 
@@ -54,7 +54,7 @@
               </trh:rowLayout>
             </trh:tableLayout>
             <jsp:directive.include file="../editor.jspf" />
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
  </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/frameBorderLayout.center.jspx Sun Jul 30 14:30:53 2006
@@ -23,14 +23,14 @@
   <f:view>
  <tr:document title="FrameBorderLayout Demo">
         <tr:form>
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator />
             </f:facet>   
             <tr:outputFormatted styleUsage="instruction" 
                                value="&lt;b>A frameBorderLayout&lt;/b>"/>
             <!--jsp:directive.include file="editor.jspf" /-->
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
  </tr:document>
   </f:view>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/html.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/html.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/html.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/html.jspx Sun Jul 30 14:30:53 2006
@@ -25,14 +25,14 @@
       <trh:head title="HTML Demo"/>
         <trh:body>
           <tr:form>
-            <tr:panelGroup layout="vertical">
+            <tr:panelGroupLayout layout="vertical">
               <f:facet name="separator">
                 <tr:separator />
               </f:facet> 
               <tr:commandLink immediate="true" text="Component Guide"
                     action="guide"/>            
               <tr:outputText value="The title is set in the head component of this document component" />   
-            </tr:panelGroup>
+            </tr:panelGroupLayout>
           </tr:form>
         </trh:body>
     </trh:html>

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx?rev=426946&r1=426945&r2=426946&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-demo/src/main/webapp/components/html/rowLayout.jspx Sun Jul 30 14:30:53 2006
@@ -23,7 +23,7 @@
   <f:view>
  <tr:document title="RowLayout Demo">
         <tr:form>
-          <tr:panelGroup layout="vertical">
+          <tr:panelGroupLayout layout="vertical">
             <f:facet name="separator">
               <tr:separator />
             </f:facet> 
@@ -39,7 +39,7 @@
             </trh:rowLayout>
             
             <jsp:directive.include file="../editor.jspf" />
-          </tr:panelGroup>
+          </tr:panelGroupLayout>
         </tr:form>
  </tr:document>
   </f:view>