Author: abelevich
Date: 2008-03-06 07:02:44 -0500 (Thu, 06 Mar 2008)
New Revision: 6589
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_many_attributes.ent
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_one_attributes.ent
Log:
fix attributes
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_many_attributes.ent
===================================================================
---
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_many_attributes.ent 2008-03-06
11:52:44 UTC (rev 6588)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_many_attributes.ent 2008-03-06
12:02:44 UTC (rev 6589)
@@ -1,40 +1,63 @@
<properties>
-
-
-
-
-
<property>
<name>id</name><classname>java.lang.String</classname><description>Every
component may have a unique id automatically created if omitted</description>
</property>
<property>
-
<name>rendered</name><classname>java.lang.String</classname><description>If
"false", this component isn't rendered</description>
+ <name>rendered</name>
+ <classname>boolean</classname>
+ <description>
+ If "false", this component is not rendered
+ </description>
</property>
- <property>
-
<name>binding</name><classname>java.lang.String</classname><description>The
attribute takes a value-binding expression for a component property of
-a backing bean</description>
+ <property existintag="true" exist="true" el="true"
elonly="true">
+ <name>binding</name>
+ <classname>java.lang.String</classname>
+ <description>The attribute takes a value-binding expression for a component
property of a backing bean</description>
</property>
-
<property>
-
<name>value</name><classname>java.lang.String</classname><description>The
initial value to set when rendered for the first time</description>
+ <name>value</name>
+ <classname>java.lang.Object</classname>
+ <description>
+ The initial value to set when rendered for the first time
+ </description>
</property>
- <property>
-
<name>converter</name><classname>java.lang.String</classname><description>Id
of Converter to be used or reference to a Converter</description>
+ <property attachedstate="true">
+ <name>converter</name>
+ <classname>javax.faces.convert.Converter</classname>
+ <description>
+ Id of Converter to be used or reference to a Converter
+ </description>
</property>
-
<property>
-
<name>immediate</name><classname>java.lang.String</classname><description>A
flag indicating that this component value must be converted and validated immediately
(that is, during an Apply Request Values phase), rather than waiting until a Process
Validations phase</description>
+ <name>immediate</name>
+ <classname>boolean</classname>
+ <description>
+ A flag indicating that this component value must be converted
+ and validated immediately (that is, during Apply Request Values
+ phase), rather than waiting until a Process Validations phase
+ </description>
</property>
<property>
-
<name>required</name><classname>java.lang.String</classname><description>If
"true", this component is checked for a non-empty input</description>
+ <name>required</name>
+ <classname>boolean</classname>
+ <description>
+ If "true", this component is checked for non-empty input
+ </description>
</property>
- <property>
-
<name>validator</name><classname>java.lang.String</classname><description>MethodBinding
pointing at a method that is called during Process Validations phase of the request
processing lifecycle, to validate the current value of this component</description>
+ <property attachedstate="true">
+ <name>validator</name>
+ <classname>javax.faces.el.MethodBinding</classname>
+ <methodargs>javax.faces.context.FacesContext,
javax.faces.component.UIComponent, java.lang.Object</methodargs>
+ <description>
+ MethodBinding pointing at a method that is called during
+ Process Validations phase of the request processing lifecycle,
+ to validate the current value of this component
+ </description>
</property>
- <property>
-
<name>valueChangeListener</name><classname>java.lang.String</classname><description>Listener
for value changes</description>
+ <property attachedstate="true">
+ <name>valueChangeListener</name>
+ <classname>javax.faces.el.MethodBinding</classname>
+ <methodargs>javax.faces.event.ValueChangeEvent</methodargs>
+ <description>Listener for value changes</description>
</property>
-
-
-
-</properties>
+ </properties>
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_one_attributes.ent
===================================================================
---
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_one_attributes.ent 2008-03-06
11:52:44 UTC (rev 6588)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_select_one_attributes.ent 2008-03-06
12:02:44 UTC (rev 6589)
@@ -1,40 +1,63 @@
<properties>
-
-
-
-
-
<property>
-
<name>id</name><classname>java.lang.String</classname><description>Every
component may have an unique id. Automatically created if omitted</description>
+
<name>id</name><classname>java.lang.String</classname><description>Every
component may have a unique id automatically created if omitted</description>
</property>
<property>
-
<name>rendered</name><classname>java.lang.String</classname><description>If
"false", this component isn't rendered</description>
+ <name>rendered</name>
+ <classname>boolean</classname>
+ <description>
+ If "false", this component is not rendered
+ </description>
</property>
- <property>
-
<name>binding</name><classname>java.lang.String</classname><description>The
attribute takes a value-binding expression for a component property of
-a backing bean</description>
+ <property existintag="true" exist="true" el="true"
elonly="true">
+ <name>binding</name>
+ <classname>java.lang.String</classname>
+ <description>The attribute takes a value-binding expression for a component
property of a backing bean</description>
</property>
-
<property>
-
<name>value</name><classname>java.lang.String</classname><description>Initial
value to set when rendered for the first time</description>
+ <name>value</name>
+ <classname>java.lang.Object</classname>
+ <description>
+ The initial value to set when rendered for the first time
+ </description>
</property>
- <property>
-
<name>converter</name><classname>java.lang.String</classname><description>Id
of Converter to be used or reference to a Converter</description>
+ <property attachedstate="true">
+ <name>converter</name>
+ <classname>javax.faces.convert.Converter</classname>
+ <description>
+ Id of Converter to be used or reference to a Converter
+ </description>
</property>
-
<property>
-
<name>immediate</name><classname>java.lang.String</classname><description>
Flag indicating that this component value must be converted and validated immediately
(that is, during an Apply Request Values phase), rather than waiting until Process
Validations phase</description>
+ <name>immediate</name>
+ <classname>boolean</classname>
+ <description>
+ A flag indicating that this component value must be converted
+ and validated immediately (that is, during Apply Request Values
+ phase), rather than waiting until a Process Validations phase
+ </description>
</property>
<property>
-
<name>required</name><classname>java.lang.String</classname><description>If
"true", this component will be checked for non-empty input</description>
+ <name>required</name>
+ <classname>boolean</classname>
+ <description>
+ If "true", this component is checked for non-empty input
+ </description>
</property>
- <property>
-
<name>validator</name><classname>java.lang.String</classname><description>MethodBinding
pointing at a method that is called during a Process Validations phase of the request
processing lifecycle, to validate the current value of this component</description>
+ <property attachedstate="true">
+ <name>validator</name>
+ <classname>javax.faces.el.MethodBinding</classname>
+ <methodargs>javax.faces.context.FacesContext,
javax.faces.component.UIComponent, java.lang.Object</methodargs>
+ <description>
+ MethodBinding pointing at a method that is called during
+ Process Validations phase of the request processing lifecycle,
+ to validate the current value of this component
+ </description>
</property>
- <property>
-
<name>valueChangeListener</name><classname>java.lang.String</classname><description>Listener
for value changes</description>
+ <property attachedstate="true">
+ <name>valueChangeListener</name>
+ <classname>javax.faces.el.MethodBinding</classname>
+ <methodargs>javax.faces.event.ValueChangeEvent</methodargs>
+ <description>Listener for value changes</description>
</property>
-
-
-
-</properties>
+ </properties>
Show replies by date