Author: msorokin
Date: 2008-04-25 12:01:52 -0400 (Fri, 25 Apr 2008)
New Revision: 8191
Modified:
trunk/ui/dataTable/src/main/config/component/dataTable.xml
trunk/ui/dataTable/src/main/config/component/subTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
http://jira.jboss.com/jira/browse/RF-730
Corrected language and added default values
Modified: trunk/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-04-25 15:59:18 UTC
(rev 8190)
+++ trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-04-25 16:01:52 UTC
(rev 8191)
@@ -47,25 +47,25 @@
<property>
<name>columns</name>
<classname>int</classname>
- <description>Quantity of columns
+ <description>Number of columns
</description>
</property>
<property>
<name>border</name>
<classname>java.lang.String</classname>
- <description>This attributes specifies the width of the frame around a
component</description>
+ <description>This attributes specifies the width of the frame around a
component. Default value is "0".</description>
<defaultvalue>"0"</defaultvalue>
</property>
<property>
<name>cellpadding</name>
<classname>java.lang.String</classname>
- <description>This attribute specifies the amount of space between the border of
the cell and its contents</description>
+ <description>This attribute specifies the amount of space between the border of
the cell and its contents. Default value is "0".</description>
<defaultvalue>"0"</defaultvalue>
</property>
<property>
<name>cellspacing</name>
<classname>java.lang.String</classname>
- <description>This attribute specifies the amount of space between the border of
the cell and its contents. The attribute also specifies the amount of space to leave
between cells
+ <description>This attribute specifies the amount of space between the border of
the cell and its contents. The attribute also specifies the amount of space to leave
between cells. Default value is "0".
</description>
<defaultvalue>"0"</defaultvalue>
</property>
@@ -209,11 +209,11 @@
<name>summary</name>
<classname>java.lang.Object</classname>
</property>
- <property>
- <name>rowKeyConverter</name>
- <classname>javax.faces.convert.Converter</classname>
- <description>Converter for a RowKey object.
- </description>
- </property>
+ <property>
+ <name>rowKeyConverter</name>
+ <classname>javax.faces.convert.Converter</classname>
+ <description>Converter for a RowKey object.
+ </description>
+ </property>
</component>
</components>
Modified: trunk/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-04-25 15:59:18 UTC (rev
8190)
+++ trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-04-25 16:01:52 UTC (rev
8191)
@@ -154,13 +154,16 @@
<property>
<name>sortOrder</name>
<classname>org.richfaces.model.Ordering</classname>
- <description>SortOrder is an enumeration of the possible sort
orderings.</description>
+ <description>SortOrder is an enumeration of the possible sort orderings.
+ Default value is "Ordering.UNSORTED".
+ </description>
<defaultvalue>Ordering.UNSORTED</defaultvalue>
</property>
<property>
<name>selfSorted</name>
<classname>boolean</classname>
- <description>Manages if the header of the column is clickable, icons rendered
and sorting is fired after click on the header. You need to define this attribute inside
<rich:dataTable> component</description>
+ <description>Manages if the header of the column is clickable, icons rendered
and sorting is fired after click on the header. You need to define this attribute inside
<rich:dataTable> component.
+ Default value is "true".</description>
<defaultvalue>true</defaultvalue>
</property>
<property elonly="true">