[richfaces-svn-commits] JBoss Rich Faces SVN: r9164 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Jun 23 11:31:25 EDT 2008
Author: msorokin
Date: 2008-06-23 11:31:25 -0400 (Mon, 23 Jun 2008)
New Revision: 9164
Modified:
trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
Log:
http://jira.jboss.com/jira/browse/RF-2305
JS API corrected
Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2008-06-23 15:31:03 UTC (rev 9163)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2008-06-23 15:31:25 UTC (rev 9164)
@@ -406,45 +406,45 @@
-->
<!--Controls common API -->
<row>
- <entry>hide()</entry>
- <entry>Hides ordering control</entry>
+ <entry role="tbi">hide()</entry>
+ <entry role="tbi">Hides ordering control <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>show()</entry>
- <entry>Shows ordering control</entry>
+ <entry role="tbi">show()</entry>
+ <entry role="tbi">Shows ordering control <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>isShown()</entry>
- <entry>Checks if current control is shown</entry>
+ <entry role="tbi">isShown()</entry>
+ <entry role="tbi">Checks if current control is shown <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>enable()</entry>
- <entry>Enables ordering control</entry>
+ <entry role="tbi">enable()</entry>
+ <entry role="tbi">Enables ordering control <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>disable()</entry>
- <entry>Disables ordering control</entry>
+ <entry role="tbi">disable()</entry>
+ <entry role="tbi">Disables ordering control <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>isEnabled()</entry>
- <entry>Checks if current control is enabled</entry>
+ <entry role="tbi">isEnabled()</entry>
+ <entry role="tbi">Checks if current control is enabled <para>(to be implemented)</para></entry>
</row>
<!--List managing API -->
<row>
- <entry>Up()</entry>
- <entry>Moves up selected item in the list</entry>
+ <entry role="tbi">Up()</entry>
+ <entry role="tbi">Moves up selected item in the list <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>Down()</entry>
- <entry>Moves down selected item in the list</entry>
+ <entry role="tbi">Down()</entry>
+ <entry role="tbi">Moves down selected item in the list <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>Top()</entry>
- <entry>Moves top selected item in the list</entry>
+ <entry role="tbi">Top()</entry>
+ <entry role="tbi">Moves top selected item in the list <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>Bottom()</entry>
- <entry>Moves bottom selected item in the list</entry>
+ <entry role="tbi">Bottom()</entry>
+ <entry role="tbi">Moves bottom selected item in the list <para>(to be implemented)</para></entry>
</row>
<row>
<entry>copy()</entry>
@@ -460,15 +460,15 @@
</row>
<row>
<entry>removeAll()</entry>
- <entry>Removes all items from the target list to the source list</entry>
+ <entry>Removes all items from the target list to the source list </entry>
</row>
<row>
- <entry>getSelection()</entry>
- <entry>Returns currently selected item</entry>
+ <entry role="tbi">getSelection()</entry>
+ <entry role="tbi">Returns currently selected item <para>(to be implemented)</para></entry>
</row>
<row>
- <entry>getItems()</entry>
- <entry>Returns the collection of all items</entry>
+ <entry role="tbi">getItems()</entry>
+ <entry role="tbi">Returns the collection of all items <para>(to be implemented)</para></entry>
</row>
</tbody>
</tgroup>
More information about the richfaces-svn-commits
mailing list