/[Apache-SVN]/myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml
ViewVC logotype

Diff of /myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml	2005/11/25 00:03:17	348837
+++ myfaces/impl/trunk/tld/entities/ui_select_item_attributes.xml	2005/11/25 00:28:55	348838
@@ -4,7 +4,8 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>Component binding.</description>
+            <description>A value that identifies a backing bean property, of type UIComponent,
+            to bind to this component instance.</description>
         </attribute>
         <attribute>
             <name>itemDisabled</name>
@@ -18,29 +19,38 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
+            <description>
+            A Developer-assigned ID of this component.  The ID must be unique within the scope of the tag's 
+            enclosing naming container (e.g., &lt;h:form&gt; or &lt;f:subview&gt;).
+            
+            This must be a static value.
+            </description>
         </attribute>
         <attribute>
             <name>itemDescription</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
+            <description>An optional description for this item.</description>
         </attribute>
         <attribute>
             <name>itemLabel</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
+            <description>The locale-specific label that will be displayed to the user for this item.</description>
         </attribute>
         <attribute>
             <name>itemValue</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
+            <description>The value of this item, of the same type as the parent component's value.</description>
         </attribute>
         <attribute>
             <name>value</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>Value reference pointing at a javax.faces.model.SelectItem instance.</description>
+            <description>An EL expression that refers to a javax.faces.model.SelectItem instance.</description>
         </attribute>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26