Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1248/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample

Modified Files:
        SamplePage.java SamplePage.xml 
Log Message:
Added a bunch of contrib components

Index: SamplePage.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample/SamplePage.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** SamplePage.java     24 Oct 2005 13:24:04 -0000      1.13
--- SamplePage.java     26 Oct 2005 14:33:17 -0000      1.14
***************
*** 86,90 ****
   * @tapestry.text-field id="my2tf" value="myValue2" disabled="true" 
display-name="my second text fieldòà" hidden="true" translator="myTranslator" 
validators="myValidators"
   *
!  * ************* Tacos components test ****************
   * 
   * @tacos.tree id="tree" content-provider="myContentProvider" value="myValue"
--- 86,109 ----
   * @tapestry.text-field id="my2tf" value="myValue2" disabled="true" 
display-name="my second text fieldòà" hidden="true" translator="myTranslator" 
validators="myValidators"
   *
!  * ************ Contrib components test **************
!  * 
!  * @contrib.table-columns id="myTableColumns" 
!  * @contrib.table-columns id="myTableColumns2" column="mycolumn" 
element="myelement" arrow-up-asset="myarrowUpAsset" 
arrow-down-asset="myarrowDownAsset" class="myclass"  
!  * 
!  * @contrib.table-form-pages id="myTableFormPages" 
!  * @contrib.table-form-pages id="myTableFormPages2" 
pages-displayed="mypagesDisplayed" 
!  *
!  * @contrib.table-rows id="myTableRows" 
!  * @contrib.table-rows id="myTableRows2" row="myrow" index="myindex" 
element="myelement" key-expression="mykeyExpression" full-source="myfullSource" 
default-value="mydefaultValue" converter="myconverter" 
primary-keys="myprimaryKeys" volatile="myvolatile" 
!  * @tapestry.binding component-id="myTableRows2" name="class" value="myclass"
!  *
!  * @contrib.table-values id="myTableValues" 
!  * @contrib.table-values id="myTableValues2" column="mycolumn" 
element="myelement" class="myclass" 
!  *
!  * @contrib.table-view id="tableView"
!  * @contrib.table-view id="tableView2" table-model="myTableModel" 
source="mySource" columns="myColumns" page-size="myPageSize" 
initial-page="myInitialPage" initial-sort-column="myInitialSortColumn" 
initial-sort-order="myInitialSortOrder"
!  *                     
table-session-state-manager="myTableSessionStateManager" 
table-session-store-manager="myTableSessionStoreManager" persist="myPersist" 
element="myElement" column-settings-container="myColumnSettingsContainer" 
!  *
!  * ************ Tacos components test ****************
   * 
   * @tacos.tree id="tree" content-provider="myContentProvider" value="myValue"

Index: SamplePage.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample/SamplePage.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** SamplePage.xml      24 Oct 2005 13:24:04 -0000      1.13
--- SamplePage.xml      26 Oct 2005 14:33:17 -0000      1.14
***************
*** 155,158 ****
--- 155,211 ----
    </component>
    <!-- fine framework components -->
+   <!-- contrib components -->
+   <component type="contrib:TableColumns" id="myTableColumns">
+   </component>
+   <component type="contrib:TableColumns" id="myTableColumns2">
+     <binding name="column" value="mycolumn"/> 
+     <binding name="element" value="myelement"/> 
+     <binding name="arrowUpAsset" value="myarrowUpAsset"/>
+     <binding name="arrowDownAsset" value="myarrowDownAsset"/>
+     <binding name="class" value="myclass"/>
+   </component> 
+   <component type="contrib:TableFormPages" id="myTableFormPages">
+   </component>
+   <component type="contrib:TableFormPages" id="myTableFormPages2">
+     <binding name="pagesDisplayed" value="mypagesDisplayed"/>
+   </component>
+   <component type="contrib:TableRows" id="myTableRows">
+   </component>
+   <component type="contrib:TableRows" id="myTableRows2">
+     <binding name="row" value="myrow"/>
+     <binding name="index" value="myindex"/>
+     <binding name="element" value="myelement"/>
+     <binding name="keyExpression" value="mykeyExpression"/>
+     <binding name="fullSource" value="myfullSource"/>
+     <binding name="defaultValue" value="mydefaultValue"/>
+     <binding name="converter" value="myconverter"/>
+     <binding name="primaryKeys" value="myprimaryKeys"/>
+     <binding name="volatile" value="myvolatile"/>
+     <binding name="class" value="myclass"/>
+   </component>
+   <component type="contrib:TableValues" id="myTableValues">
+   </component>
+   <component type="contrib:TableValues" id="myTableValues2">
+     <binding name="column" value="mycolumn"/>
+     <binding name="element" value="myelement"/>
+     <binding name="class" value="myclass"/>
+   </component>
+   <component type="contrib:TableView" id="tableView">
+   </component>
+   <component type="contrib:TableView" id="tableView2">
+     <binding name="tableModel" value="myTableModel"/> 
+     <binding name="source" value="mySource"/> 
+     <binding name="columns" value="myColumns"/> 
+     <binding name="pageSize" value="myPageSize"/> 
+     <binding name="initialPage" value="myInitialPage"/> 
+     <binding name="initialSortColumn" value="myInitialSortColumn"/> 
+     <binding name="initialSortOrder" value="myInitialSortOrder"/> 
+     <binding name="tableSessionStateManager" 
value="myTableSessionStateManager"/> 
+     <binding name="tableSessionStoreManager" 
value="myTableSessionStoreManager"/> 
+     <binding name="persist" value="myPersist"/>
+     <binding name="element" value="myElement"/> 
+     <binding name="columnSettingsContainer" 
value="myColumnSettingsContainer"/> 
+   </component>  
+   <!-- fine contrib components -->
    <!-- tacos components -->
    <component type="tacos:Tree" id="tree">



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to