Author: nbelaevski
Date: 2008-01-24 18:46:22 -0500 (Thu, 24 Jan 2008)
New Revision: 5610
Modified:
branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml
Log:
http://jira.jboss.com/jira/browse/RF-2048
Modified: branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-01-24
23:43:22 UTC (rev 5609)
+++ branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-01-24
23:46:22 UTC (rev 5610)
@@ -22,7 +22,7 @@
</superclass>
</tag>
- &ui_component_attributes;
+ &ui_input_attributes;
&html_style_attributes;
&ui_data_attributes;
<property>
@@ -44,14 +44,6 @@
<property hidden="true" el="false">
<name>valid</name>
</property>
- <property elonly="true">
- <name>validator</name>
- <classname>javax.faces.el.MethodBinding</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>
- <methodargs>java.lang.Object.class</methodargs>
- </property>
<property hidden="true">
<name>value</name>
</property>
@@ -230,29 +222,7 @@
Defines a list on the page
</description>
</property>
- <property attachedstate="true">
- <name>valueChangeListener</name>
- <classname>javax.faces.el.MethodBinding</classname>
- <description>Listener for value changes</description>
- <methodargs>javax.faces.event.ValueChangeEvent.class</methodargs>
- </property>
<property>
- <name>immediate</name>
- <classname>boolean</classname>
- <description>
- True means, that the default ActionListener should be executed immediately
- (i.e. during Apply Request Values phase of the request processing
lifecycle),
- rather than waiting until the Invoke Application phase
- </description>
- </property>
- <property>
- <name>required</name>
- <classname>boolean</classname>
- <description>
- If "true", this component is checked for non-empty input
- </description>
- </property>
- <property>
<name>componentState</name>
<classname>org.ajax4jsf.model.DataComponentState</classname>
<description>It defines EL-binding for a component state for saving or
redefinition</description>