Author: abelevich
Date: 2008-03-06 07:05:46 -0500 (Thu, 06 Mar 2008)
New Revision: 6590
Modified:
trunk/ui/pickList/src/main/config/component/picklist.xml
Log:
RF-2392
Modified: trunk/ui/pickList/src/main/config/component/picklist.xml
===================================================================
--- trunk/ui/pickList/src/main/config/component/picklist.xml 2008-03-06 12:02:44 UTC (rev
6589)
+++ trunk/ui/pickList/src/main/config/component/picklist.xml 2008-03-06 12:05:46 UTC (rev
6590)
@@ -29,31 +29,12 @@
</tag>
<properties>
-
<property hidden="true">
<name>selectedValues</name>
<classname>java.lang.Object</classname>
</property>
<property>
- <name>valueChangeListener</name>
- <classname>javax.el.MethodExpression</classname>
- <methodargs> javax.faces.event.ValueChangeEvent</methodargs>
- <description>Listener for value changes</description>
- </property>
-
- <property>
- <name>validator</name>
- <classname>javax.el.MethodExpression</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>showButtonsLabel</name>
<classname>java.lang.String</classname>
<defaultvalue>"true"</defaultvalue>
@@ -125,38 +106,32 @@
&html_universal_attributes;
&html_events;
&html_control_events;
-
+ &ui_select_many_attributes;
+
<property>
-
<name>converter</name><classname>java.lang.String</classname><description>Id
of Converter to be used or reference to a Converter</description>
- </property>
- <property>
<name>converterMessage</name>
<classname>java.lang.String</classname>
<description>A ValueExpression enabled attribute that, if present, will
be used as the text of the converter message, replacing any message that comes from the
converter</description>
-
</property>
-
-
+
<property>
<name>disabled</name>
<classname>boolean</classname>
<description>If "true", controls is disabled. "false"
is default</description>
-
</property>
<property>
<name>disabledStyle</name>
<classname>java.lang.String</classname>
<description>CSS style rules to be applied to disabled
controls</description>
-
</property>
<property>
<name>disabledStyleClass</name>
<classname>java.lang.String</classname>
<description>The disabledStyleClass for disabled
controls</description>
-
</property>
+
<property>
<name>enabledStyle</name>
<classname>java.lang.String</classname>
@@ -169,18 +144,8 @@
<classname>java.lang.String</classname>
<description>The enabledStyleClass for enabled
controls</description>
</property>
-
+
<property>
- <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>localValueSet</name>
<classname>java.lang.String</classname>
<description>Id of Converter to be used or reference to a
Converter</description>
@@ -191,57 +156,33 @@
<name>moveControlsVerticalAlign</name>
<classname>java.lang.String</classname>
<description>Customizes vertically a position of move/copy controls
relatively to lists</description>
-
</property>
-
-
-
<property>
- <name>required</name>
- <classname>boolean</classname>
- <description>
- If "true", this component is checked for non-empty input
- </description>
- </property>
-
- <property>
<name>requiredMessage</name>
<classname>java.lang.String</classname>
<description>A ValueExpression enabled attribute that, if present, will
be used as the text of the validation message for the "required" facility, if
the "required" facility is used</description>
-
</property>
-
-
+
<property>
<name>size</name>
<classname>int</classname>
<description>This attribute tells the user agent the initial width of the
control. The width is given in pixels except when type attribute has the value
"text" or "password". In that case, its value refers to the (integer)
number of characters</description>
</property>
+
<property>
<name>valid</name>
<classname>java.lang.String</classname>
<description>Id of Converter to be used or reference to a
Converter</description>
-
</property>
<property>
<name>validatorMessage</name>
<classname>java.lang.String</classname>
<description>A ValueExpression enabled attribute that, if present, will
be used as the text of the validator message, replacing any message that comes from the
validator</description>
-
</property>
+
<property>
- <name>value</name>
- <classname>java.lang.Object</classname>
- <description>
- The initial value to set when rendered for the first time
- </description>
- </property>
-
-
-
- <property>
<name>listClass</name>
<classname>java.lang.String</classname>
<description>CSS class for a list</description>
Show replies by date