Author: akazakov
Date: 2009-01-27 10:09:51 -0500 (Tue, 27 Jan 2009)
New Revision: 13288
Modified:
trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Ajax4jsf3_3.xml
trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Richfaces3_3.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-3637 Fixed in trunk
Modified: trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Ajax4jsf3_3.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Ajax4jsf3_3.xml 2009-01-27
13:42:58 UTC (rev 13287)
+++ trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Ajax4jsf3_3.xml 2009-01-27
15:09:51 UTC (rev 13288)
@@ -11,7 +11,7 @@
-->
<!-- Version 3.3 -->
<schema prefix="a4j">
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="actionparam"
start-tag="required">
<description>A combination of the functionality of two JSF tags,
&lt;f:actionListener&gt;; and &lt;f:param&gt;. At
the
@@ -96,7 +96,7 @@
</attribute-type>
<attribute type="value"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="ajaxListener"
start-tag="required">
<description>This works the same as ActionListener or ValueChangeListener,
but for an AJAX container. Add the specified class
as a listener for AjaxEvent (sent in case of an AJAX request
@@ -109,7 +109,7 @@
</attribute-type>
<attribute type="type"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="commandButton"
start-tag="required">
<description>Renders an HTML "input" element.
&lt;br /&gt;
@@ -137,7 +137,7 @@
<proposal type="jsfVariables"/>
</attribute-type>
<attribute type="accesskey"/>
- <attribute-type name="action" required="false">
+ <attribute-type name="action" required="true">
<description>MethodBinding pointing at the application action to be
invoked,
if this UIComponent is activated by you, during the Apply
Request Values or Invoke Application phase of the request
@@ -500,7 +500,7 @@
<proposal type="jsfVariables"/>
</attribute-type>
<attribute type="type"/>
- <attribute-type name="value" required="false">
+ <attribute-type name="value" required="true">
<description>The current value for this component</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -508,7 +508,7 @@
</attribute-type>
<attribute type="value"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="commandLink"
start-tag="required">
<description>Renders an HTML "a" anchor element that acts like a
form
submit button when clicked.
@@ -537,7 +537,7 @@
<proposal type="jsfVariables"/>
</attribute-type>
<attribute type="accesskey"/>
- <attribute-type name="action" required="false">
+ <attribute-type name="action" required="true">
<description>MethodBinding pointing at the application action to be
invoked,
if this UIComponent is activated by you, during the Apply
Request Values or Invoke Application phase of the request
@@ -935,7 +935,7 @@
<proposal type="jsfVariables"/>
</attribute-type>
<attribute type="type"/>
- <attribute-type name="value" required="false">
+ <attribute-type name="value" required="true">
<description>The current value for this component</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1453,7 +1453,7 @@
</attribute-type>
<attribute type="value"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="include"
start-tag="required">
<description>include content of external view. Navigation cases in included
file change only viewId of included page,
and don't perform navigation in root view.</description>
@@ -1771,7 +1771,7 @@
</attribute-type>
<attribute type="timeout"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="keepAlive"
start-tag="required">
<description>This tag get bean by EL expression
'#{'+name+'}' and store bean instance in component tree. After restoring
view state, bean is putted to request-scope attributes with name.
Since, every view will be use own instance of bean for expressions
'#{name....}'</description>
@@ -1794,12 +1794,12 @@
</attribute-type>
<attribute type="ajaxOnly"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="loadBundle"
start-tag="required">
<description>Load a resource bundle localized for the Locale of the current
view, and expose it (as a Map)
in the request attributes of the current request.
In difference of original f:loadBundle tag, stored in components tree and activate on
ajax/non ajax responses</description>
- <attribute-type name="basename" required="false">
+ <attribute-type name="basename" required="true">
<description>Base name of the resource bundle to be
loaded.</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1830,7 +1830,7 @@
</proposal>
</attribute-type>
<attribute type="rendered"/>
- <attribute-type name="var" required="false">
+ <attribute-type name="var" required="true">
<description>Name of a request scope attribute under which the
resource bundle will be exposed as a Map.</description>
<proposal type="beanProperty"/>
@@ -1839,7 +1839,7 @@
</attribute-type>
<attribute type="var"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="loadScript"
start-tag="required">
<description/>
<attribute-type name="binding" required="false">
@@ -1874,7 +1874,7 @@
</attribute-type>
<attribute type="src"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="loadStyle"
start-tag="required">
<description/>
<attribute-type name="binding" required="false">
@@ -1909,7 +1909,7 @@
</attribute-type>
<attribute type="src"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="log"
start-tag="required">
<description>Encode javaScript to open popup window with client-side Log
information.</description>
<attribute-type name="binding" required="false">
@@ -2101,7 +2101,7 @@
</attribute-type>
<attribute type="width"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="mediaOutput"
start-tag="required">
<description>Class for create any link-type elements to user-generated
resources :
images, sounds, video, active objects, applets etc.
@@ -2730,7 +2730,7 @@
</attribute-type>
<attribute type="title"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="queue" start-tag="required">
<description>The component creates a queue of the Ajax requests. The
Ajax4JSF or RichFaces components with built-in Ajax can reference the
@@ -3031,7 +3031,7 @@
</attribute-type>
<attribute type="title"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="poll"
start-tag="required">
<description>Periodically perform AJAX request to server, to simulate
'poll' data.</description>
@@ -3261,7 +3261,7 @@
</attribute-type>
<attribute type="rendered"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="push"
start-tag="required">
<description>Periodically perform AJAX request to server, to simulate
'push' data.</description>
@@ -3902,7 +3902,7 @@
</attribute-type>
<attribute type="title"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="support"
start-tag="required">
<description>Adds the AJAX functionality for those UIComponent-based
component that have properties for JavaScript events.
Modified: trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Richfaces3_3.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Richfaces3_3.xml 2009-01-27
13:42:58 UTC (rev 13287)
+++ trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Richfaces3_3.xml 2009-01-27
15:09:51 UTC (rev 13288)
@@ -1,1093 +1,1103 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<schema prefix="rich">
- <!-- Version 3.3 -->
- <element-type body-content="allowed" content="mixed"
- end-tag="required" name="ajaxValidator"
start-tag="required">
- <description><![CDATA[The &lt;rich:ajaxValidator&gt; is
a component designed to provide ajax validation inside for JSF
inputs.]]></description>
- <attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <!-- Version 3.3 -->
+ <element-type body-content="refused" content="mixed"
+ end-tag="required" name="ajaxValidator"
start-tag="required">
+ <description><![CDATA[The &lt;rich:ajaxValidator&gt; is a
component designed to provide ajax validation inside for JSF
inputs.]]></description>
+ <attribute-type name="binding" required="false">
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="binding"/>
- <attribute-type name="ajaxListener" required="false">
- <description>
- MethodExpression representing an action listener method
- that will be notified when this component is activated by the ajax
- Request and handle it. The expression must evaluate to a public
- method that takes an AjaxEvent parameter, with a return type of
- void. Default value is "null"
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="binding" />
+ <attribute-type name="ajaxListener" required="false">
+ <description>
+ MethodExpression representing an action listener method
+ that will be notified when this component is activated by the ajax
+ Request and handle it. The expression must evaluate to a public
+ method that takes an AjaxEvent parameter, with a return type of
+ void. Default value is "null"
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="ajaxListener"/>
- <attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible via
- "data.foo" syntax
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="ajaxListener" />
+ <attribute-type name="data" required="false">
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible via
+ "data.foo" syntax
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="data"/>
- <attribute-type name="disableDefault"
required="false">
- <description>
- disableDefault
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="data" />
+ <attribute-type name="disableDefault" required="false">
+ <description>
+ disableDefault
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute-type>
- <attribute type="disableDefault"/>
- <attribute-type name="event" required="false">
- <description>
- Name of JavaScript event property ( onclick, onchange,
- etc.) of parent component by
- which validation will be triggered. Default value is "onblur"
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute-type>
+ <attribute type="disableDefault" />
+ <attribute-type name="event" required="false">
+ <description>
+ Name of JavaScript event property ( onclick, onchange,
+ etc.) of parent component by
+ which validation will be triggered.
+ Default value is "onblur"
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="event"/>
- <attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of
- requests of frequently events (key press,
- mouse move etc.)
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="event" />
+ <attribute-type name="eventsQueue" required="false">
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of
+ requests of frequently events (key press,
+ mouse move etc.)
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="eventsQueue"/>
- <attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="eventsQueue" />
+ <attribute-type name="focus" required="false">
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="focus"/>
- <attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="focus" />
+ <attribute-type name="id" required="false">
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
- </attribute-type>
- <attribute type="id"/>
- <attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is
- in a queue already.
- ignoreDupResponses="true" does not cancel the request while it is
- processed on the server,
- but just allows to avoid unnecessary updates
- on the client side if the response isn't actual now
+ </attribute-type>
+ <attribute type="id" />
+ <attribute-type name="ignoreDupResponses" required="false">
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is
+ in a queue already.
+ ignoreDupResponses="true" does not cancel the request while it is
+ processed on the server,
+ but just allows to avoid unnecessary updates
+ on the client side if the response isn't actual now
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute-type>
- <attribute type="ignoreDupResponses"/>
- <attribute-type name="limitToList" required="false">
- <description>
- If "true", then of all AJAX-rendered on the page
- components only those will be updated,
- which ID's are passed to the "reRender" attribute of the describable
- component.
- "false"-the default value-means that all components with
ajaxRendered="true"
- will be updated.
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute-type>
+ <attribute type="ignoreDupResponses" />
+ <attribute-type name="limitToList" required="false">
+ <description>
+ If "true", then of all AJAX-rendered on the page
+ components only those will be updated,
+ which ID's are passed to the
+ "reRender" attribute of the describable
+ component.
+ "false"-the default
+ value-means that all components with ajaxRendered="true"
+ will be
+ updated.
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute-type>
- <attribute type="limitToList"/>
- <attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute-type>
+ <attribute type="limitToList" />
+ <attribute-type name="rendered" required="false">
+ <description>
+ If "false", this component is not rendered
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute-type>
- <attribute type="rendered"/>
- <attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute-type>
+ <attribute type="rendered" />
+ <attribute-type name="onbeforedomupdate" required="false">
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="onbeforedomupdate"/>
- <attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="onbeforedomupdate" />
+ <attribute-type name="onbeforedomupdate" required="false">
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="onbeforedomupdate"/>
- <attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="onbeforedomupdate" />
+ <attribute-type name="oncomplete" required="false">
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="oncomplete"/>
- <attribute-type name="onsubmit" required="false">
- <description>
- JavaScript code for call before submission of ajax
- event
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="oncomplete" />
+ <attribute-type name="onsubmit" required="false">
+ <description>
+ JavaScript code for call before submission of ajax
+ event
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="onsubmit"/>
- <attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by this
- component. Can be single id, comma-separated list of Id's, or EL
- Expression with array or Collection
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="onsubmit" />
+ <attribute-type name="reRender" required="false">
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by this
+ component. Can be single id, comma-separated list of Id's, or EL
+ Expression with array or Collection
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="reRender"/>
- <attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay
- time is over, the request will be sent to the server or removed if
- the newest 'similar' request is in a queue already
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="reRender" />
+ <attribute-type name="requestDelay" required="false">
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay
+ time is over, the request will be sent to the server or removed if
+ the newest 'similar' request is in a queue already
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="requestDelay"/>
- <attribute-type name="similarityGroupingId"
required="false">
- <description>
- If there are any component requests with identical IDs
- then these requests will be grouped.
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="requestDelay" />
+ <attribute-type name="similarityGroupingId"
required="false">
+ <description>
+ If there are any component requests with identical IDs
+ then these requests will be grouped.
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="similarityGroupingId"/>
- <attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="similarityGroupingId" />
+ <attribute-type name="status" required="false">
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="status"/>
- <attribute-type name="summary" required="false">
- <description>
- Summary message for a validation errors.
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="status" />
+ <attribute-type name="summary" required="false">
+ <description>
+ Summary message for a validation errors.
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="summary"/>
- <attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request is aborted
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="summary" />
+ <attribute-type name="timeout" required="false">
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request is aborted
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="timeout"/>
- </element-type>
- <element-type body-content="allowed" content="mixed"
- end-tag="required" name="extendedDataTable"
start-tag="required">
- <description><![CDATA[The &lt;rich:extendedDataTable&gt;
component is used for
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="timeout" />
+ </element-type>
+ <element-type body-content="allowed" content="mixed"
+ end-tag="required" name="extendedDataTable"
start-tag="required">
+ <description><![CDATA[The &lt;rich:extendedDataTable&gt;
component is used for
tables extending standard component
&lt;rich:dataTable&gt; .]]></description>
- <attribute-type name="ajaxKeys" required="false">
- <description>
- This attribute defines row keys that are updated after
- an AJAX request
+ <attribute-type name="ajaxKeys" required="false">
+ <description>
+ This attribute defines row keys that are updated after
+ an AJAX request
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="ajaxKeys"/>
- <attribute-type name="align" required="false">
- <description>
- left|center|right [CI] Deprecated. This attribute
- specifies the position of the table with respect to the
- document.
- Permitted values:
-
- * left: The table is to the left of the document. *
- center: The table is to the center of the document. *
- right: The
- table is to the right of the document
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="ajaxKeys" />
+ <attribute-type name="align" required="false">
+ <description>
+ left|center|right [CI] Deprecated. This attribute
+ specifies the position of the table with respect to the
+ document.
+ Permitted values:
+
+ * left: The table is to the left of the document. *
+ center: The table is to the center of the document. *
+ right: The
+ table is to the right of the document
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="left"/>
- <param value="center"/>
- <param value="right"/>
- </proposal>
- </attribute-type>
- <attribute type="align"/>
- <attribute-type name="bgcolor" required="false">
- <description>
- Deprecated. This attribute sets the background color for
- the document body or table cells.
-
- This attribute sets the background
- color of the canvas
- for the document body (the BODY element) or for
- tables
- (the TABLE, TR, TH, and TD elements). Additional
- attributes for
- specifying text color can be used with
- the BODY element.
-
- This
- attribute has been deprecated in favor of style
- sheets for specifying
- background color information
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="center" />
+ <param value="right" />
+ </proposal>
+ </attribute-type>
+ <attribute type="align" />
+ <attribute-type name="bgcolor" required="false">
+ <description>
+ Deprecated. This attribute sets the background color for
+ the document body or table cells.
+
+ This attribute sets the background
+ color of the canvas
+ for the document body (the BODY element) or for
+ tables
+ (the TABLE, TR, TH, and TD elements). Additional
+ attributes for
+ specifying text color can be used with
+ the BODY element.
+
+ This
+ attribute has been deprecated in favor of style
+ sheets for specifying
+ background color information
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="bgcolor"/>
- <attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="bgcolor" />
+ <attribute-type name="binding" required="false">
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty">
- <param name="type"
value="javax.faces.component.UIComponent"/>
- </proposal>
- </attribute-type>
- <attribute type="binding"/>
- <attribute-type name="border" required="false">
- <description>
- This attributes specifies the width of the frame around
- a component. Default value is "0".
+ <proposal type="jsfVariables" />
+ <proposal type="beanProperty">
+ <param name="type" value="javax.faces.component.UIComponent"
/>
+ </proposal>
+ </attribute-type>
+ <attribute type="binding" />
+ <attribute-type name="border" required="false">
+ <description>
+ This attributes specifies the width of the frame around
+ a component. Default value is "0".
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="border"/>
- <attribute-type name="captionClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to caption for this component
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="border" />
+ <attribute-type name="captionClass" required="false">
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to caption for this component
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="captionClass"/>
- <attribute-type name="captionStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to caption when this
- component is rendered
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="captionClass" />
+ <attribute-type name="captionStyle" required="false">
+ <description>
+ CSS style(s) is/are to be applied to caption when this
+ component is rendered
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="captionStyle"/>
- <attribute-type name="cellpadding" required="false">
- <description>
- This attribute specifies the amount of space between the
- border of the cell and its contents. Default value is
- "0".
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="captionStyle" />
+ <attribute-type name="cellpadding" required="false">
+ <description>
+ This attribute specifies the amount of space between the
+ border of the cell and its contents. Default value is
+ "0".
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="cellpadding"/>
- <attribute-type name="cellspacing" required="false">
- <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".
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="cellpadding" />
+ <attribute-type name="cellspacing" required="false">
+ <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>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="cellspacing"/>
- <attribute-type name="columnClasses" required="false">
- <description>
- Comma-delimited list of CSS style classes that are be
- applied to the columns of this table. A space separated
- list of
- classes may also be specified for any individual
- column. If the
- number of elements in this list is less
- than the number of columns
- specified in the "columns"
- attribute, no "class" attribute is output
- for each
- column greater than the number of elements in the list.
- If
- the number of elements in the list is greater than
- the number of
- columns specified in the "columns"
- attribute, the elements at the
- position in the list
- after the value of the "columns" attribute are
- ignored
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="cellspacing" />
+ <attribute-type name="columnClasses" required="false">
+ <description>
+ Comma-delimited list of CSS style classes that are be
+ applied to the columns of this table. A space separated
+ list of
+ classes may also be specified for any individual
+ column. If the
+ number of elements in this list is less
+ than the number of columns
+ specified in the "columns"
+ attribute, no "class" attribute is output
+ for each
+ column greater than the number of elements in the list.
+ If
+ the number of elements in the list is greater than
+ the number of
+ columns specified in the "columns"
+ attribute, the elements at the
+ position in the list
+ after the value of the "columns" attribute are
+ ignored
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="columnClasses"/>
- <attribute-type name="columns" required="false">
- <description>Number of columns</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="columns"/>
- <attribute-type name="columnsWidth" required="false">
- <description>
- Comma-separated list of width attribute for every
- column. Specifies a default width for each column in the
- table. In
- addition to the standard pixel, percentage,
- and relative values, this
- attribute allows the special
- form "0*" (zero asterisk) which means
- that the width of
- the each column in the group should be the minimum
- width
- necessary to hold the column's contents. This implies
- that a
- column's entire contents must be known before its
- width may be
- correctly computed. Authors should be aware
- that specifying "0*" will
- prevent visual user agents
- from rendering a table incrementally
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="columnClasses" />
+ <attribute-type name="columns" required="false">
+ <description>Number of columns</description>
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="columns" />
+ <attribute-type name="columnsWidth" required="false">
+ <description>
+ Comma-separated list of width attribute for every
+ column. Specifies a default width for each column in the
+ table. In
+ addition to the standard pixel, percentage,
+ and relative values, this
+ attribute allows the special
+ form "0*" (zero asterisk) which means
+ that the width of
+ the each column in the group should be the minimum
+ width
+ necessary to hold the column's contents. This implies
+ that a
+ column's entire contents must be known before its
+ width may be
+ correctly computed. Authors should be aware
+ that specifying "0*" will
+ prevent visual user agents
+ from rendering a table incrementally
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="columnsWidth"/>
- <attribute-type name="componentState"
required="false">
- <description>
- It defines EL-binding for a component state for saving
- or redefinition
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="columnsWidth" />
+ <attribute-type name="componentState" required="false">
+ <description>
+ It defines EL-binding for a component state for saving
+ or redefinition
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="componentState"/>
- <attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL"
- (right-to-left)
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="componentState" />
+ <attribute-type name="dir" required="false">
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Valid values are "LTR" (left-to-right)
+ and "RTL"
+ (right-to-left)
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="LTR"/>
- <param value="RTL"/>
- </proposal>
- </attribute-type>
- <attribute type="dir"/>
- <attribute-type name="first" required="false">
- <description>
- A zero-relative row number of the first row to display
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="enumeration">
+ <param value="LTR" />
+ <param value="RTL" />
+ </proposal>
+ </attribute-type>
+ <attribute type="dir" />
+ <attribute-type name="first" required="false">
+ <description>
+ A zero-relative row number of the first row to display
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="first"/>
- <attribute-type name="footerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to footer for this component
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="first" />
+ <attribute-type name="footerClass" required="false">
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to footer for this component
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="footerClass"/>
- <attribute-type name="frame" required="false">
- <description>
- void|above|below|hsides|lhs|rhs|vsides|box|border [CI]
- This attribute specifies which sides of the frame
- surrounding a table
- will be visible. Possible values:
-
- * void: No sides. This is the
- default value. * above:
- The top side only. * below: The bottom side
- only. *
- hsides: The top and bottom sides only. * vsides: The
- right and
- left sides only. * lhs: The left-hand side
- only. * rhs: The
- right-hand side only. * box: All four
- sides. * border: All four sides
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="footerClass" />
+ <attribute-type name="frame" required="false">
+ <description>
+ void|above|below|hsides|lhs|rhs|vsides|box|border [CI]
+ This attribute specifies which sides of the frame
+ surrounding a table
+ will be visible. Possible values:
+
+ * void: No sides. This is the
+ default value. * above:
+ The top side only. * below: The bottom side
+ only. *
+ hsides: The top and bottom sides only. * vsides: The
+ right and
+ left sides only. * lhs: The left-hand side
+ only. * rhs: The
+ right-hand side only. * box: All four
+ sides. * border: All four sides
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="void"/>
- <param value="above"/>
- <param value="below"/>
- <param value="hsides"/>
- <param value="lhs"/>
- <param value="rhs"/>
- <param value="vsides"/>
- <param value="box"/>
- <param value="lhs"/>
- <param value="border"/>
- </proposal>
- </attribute-type>
- <attribute type="frame"/>
- <attribute-type name="headerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to header for this component
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="enumeration">
+ <param value="void" />
+ <param value="above" />
+ <param value="below" />
+ <param value="hsides" />
+ <param value="lhs" />
+ <param value="rhs" />
+ <param value="vsides" />
+ <param value="box" />
+ <param value="lhs" />
+ <param value="border" />
+ </proposal>
+ </attribute-type>
+ <attribute type="frame" />
+ <attribute-type name="headerClass" required="false">
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to header for this component
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="headerClass"/>
- <attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="headerClass" />
+ <attribute-type name="id" required="false">
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
- </attribute-type>
- <attribute type="id"/>
- <attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ </attribute-type>
+ <attribute type="id" />
+ <attribute-type name="lang" required="false">
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="lang"/>
- <attribute-type name="onRowContextMenu"
required="false">
- <description>
- JavaScript handler to be called on right click.
- Returning false prevents default browser context menu from being
- displayed
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="lang" />
+ <attribute-type name="onRowContextMenu" required="false">
+ <description>
+ JavaScript handler to be called on right click.
+ Returning false prevents default browser context menu from being
+ displayed
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onRowContextMenu"/>
- <attribute-type name="onRowClick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
- on row
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onRowContextMenu" />
+ <attribute-type name="onRowClick" required="false">
+ <description>
+ HTML: a script expression; a pointer button is clicked
+ on row
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onRowClick"/>
- <attribute-type name="onRowDblClick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked on row
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onRowClick" />
+ <attribute-type name="onRowDblClick" required="false">
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked on row
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onRowDblClick"/>
- <attribute-type name="onRowMouseDown"
required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down on row
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onRowDblClick" />
+ <attribute-type name="onRowMouseDown" required="false">
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down on row
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onRowMouseDown"/>
- <attribute-type name="onRowMouseMove"
required="false">
- <description>
- HTML: a script expression; a pointer is moved within of
- row
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onRowMouseDown" />
+ <attribute-type name="onRowMouseMove" required="false">
+ <description>
+ HTML: a script expression; a pointer is moved within of
+ row
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onRowMouseMove"/>
- <attribute-type name="onRowMouseOut" required="false">
- <description>
- HTML: a script expression; a pointer is moved away of
- row
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onRowMouseMove" />
+ <attribute-type name="onRowMouseOut" required="false">
+ <description>
+ HTML: a script expression; a pointer is moved away of
+ row
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onRowMouseOut"/>
- <attribute-type name="onRowMouseOver"
required="false">
- <description>
- HTML: a script expression; a pointer is moved onto of
- row
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onRowMouseOut" />
+ <attribute-type name="onRowMouseOver" required="false">
+ <description>
+ HTML: a script expression; a pointer is moved onto of
+ row
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onRowMouseOver"/>
- <attribute-type name="onRowMouseUp" required="false">
- <description>
- HTML: script expression; a pointer button is released on
- row
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onRowMouseOver" />
+ <attribute-type name="onRowMouseUp" required="false">
+ <description>
+ HTML: script expression; a pointer button is released on
+ row
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onRowMouseUp"/>
- <attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onRowMouseUp" />
+ <attribute-type name="onclick" required="false">
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onclick"/>
- <attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onclick" />
+ <attribute-type name="ondblclick" required="false">
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="ondblclick"/>
- <attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="ondblclick" />
+ <attribute-type name="onkeydown" required="false">
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onkeydown"/>
- <attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onkeydown" />
+ <attribute-type name="onkeypress" required="false">
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onkeypress"/>
- <attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onkeypress" />
+ <attribute-type name="onkeyup" required="false">
+ <description>
+ HTML: a script expression; a key is released
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onkeyup"/>
- <attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onkeyup" />
+ <attribute-type name="onmousedown" required="false">
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onmousedown"/>
- <attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onmousedown" />
+ <attribute-type name="onmousemove" required="false">
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onmousemove"/>
- <attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onmousemove" />
+ <attribute-type name="onmouseout" required="false">
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onmouseout"/>
- <attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onmouseout" />
+ <attribute-type name="onmouseover" required="false">
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onmouseover"/>
- <attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onmouseover" />
+ <attribute-type name="onmouseup" required="false">
+ <description>
+ HTML: script expression; a pointer button is released
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onmouseup"/>
- <attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onmouseup" />
+ <attribute-type name="rendered" required="false">
+ <description>
+ If "false", this component is not rendered
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute-type>
- <attribute type="rendered"/>
- <attribute-type name="rowClasses" required="false">
- <description>
- A comma-delimited list of CSS style classes that is
- applied to popup table rows. A space separated list of
- classes may
- also be specified for any individual row.
- The styles are applied, in
- turn, to each row in the
- table. For example, if the list has two
- elements, the
- first style class in the list is applied to the first
- row, the second to the second row, the first to the
- third row, the
- second to the fourth row, etc. In other
- words, we keep iterating
- through the list until we reach
- the end, and then we start at the
- beginning again
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute-type>
+ <attribute type="rendered" />
+ <attribute-type name="rowClasses" required="false">
+ <description>
+ A comma-delimited list of CSS style classes that is
+ applied to popup table rows. A space separated list of
+ classes may
+ also be specified for any individual row.
+ The styles are applied, in
+ turn, to each row in the
+ table. For example, if the list has two
+ elements, the
+ first style class in the list is applied to the first
+ row, the second to the second row, the first to the
+ third row, the
+ second to the fourth row, etc. In other
+ words, we keep iterating
+ through the list until we reach
+ the end, and then we start at the
+ beginning again
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="rowClasses"/>
- <attribute-type name="rowKeyConverter"
required="false">
- <description>Converter for a RowKey object.</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="rowKeyConverter"/>
- <attribute-type name="rowKeyVar" required="false">
- <description>
- The attribute provides access to a row key in a Request
- scope
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="rowClasses" />
+ <attribute-type name="rowKeyConverter" required="false">
+ <description>Converter for a RowKey object.</description>
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="rowKeyConverter" />
+ <attribute-type name="rowKeyVar" required="false">
+ <description>
+ The attribute provides access to a row key in a Request
+ scope
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="rowKeyVar"/>
- <attribute-type name="rows" required="false">
- <description>
- A number of rows to display, or zero for all remaining
- rows in the table
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="rowKeyVar" />
+ <attribute-type name="rows" required="false">
+ <description>
+ A number of rows to display, or zero for all remaining
+ rows in the table
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="rows"/>
- <attribute-type name="rules" required="false">
- <description>
- This attribute specifies which rules will appear between
- cells within a table. The rendering of rules is user
- agent dependent.
- Possible values:
-
- * none: No rules. This is the default value. *
- groups:
- Rules will appear between row groups (see THEAD, TFOOT,
- and
- TBODY) and column groups (see COLGROUP and COL)
- only. * rows: Rules
- will appear between rows only. *
- cols: Rules will appear between
- columns only. * all:
- Rules will appear between all rows and columns
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="rows" />
+ <attribute-type name="rules" required="false">
+ <description>
+ This attribute specifies which rules will appear between
+ cells within a table. The rendering of rules is user
+ agent dependent.
+ Possible values:
+
+ * none: No rules. This is the default value. *
+ groups:
+ Rules will appear between row groups (see THEAD, TFOOT,
+ and
+ TBODY) and column groups (see COLGROUP and COL)
+ only. * rows: Rules
+ will appear between rows only. *
+ cols: Rules will appear between
+ columns only. * all:
+ Rules will appear between all rows and columns
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="rules"/>
- <attribute-type name="sortMode" required="false">
- <description>
- Defines mode of sorting. Possible values are 'single'
- for sorting of one column and 'multi' for some.
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="rules" />
+ <attribute-type name="sortMode" required="false">
+ <description>
+ Defines mode of sorting. Possible values are 'single'
+ for sorting of one column and 'multi' for some.
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="single"/>
- <param value="multi"/>
- </proposal>
- </attribute-type>
- <attribute type="sortMode"/>
- <attribute-type name="sortPriority" required="false">
- <description>
- Defines a set of columns ids in the sorting order
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="enumeration">
+ <param value="single" />
+ <param value="multi" />
+ </proposal>
+ </attribute-type>
+ <attribute type="sortMode" />
+ <attribute-type name="sortPriority" required="false">
+ <description>
+ Defines a set of columns ids in the sorting order
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="sortPriority"/>
- <attribute-type name="stateVar" required="false">
- <description>
- The attribute provides access to a component state on
- the client side
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="sortPriority" />
+ <attribute-type name="stateVar" required="false">
+ <description>
+ The attribute provides access to a component state on
+ the client side
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="stateVar"/>
- <attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="stateVar" />
+ <attribute-type name="style" required="false">
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="style"/>
- <attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="style" />
+ <attribute-type name="styleClass" required="false">
+ <description>
+ Corresponds to the HTML class attribute
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="styleClass"/>
- <attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="styleClass" />
+ <attribute-type name="title" required="false">
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="title"/>
- <attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="title" />
+ <attribute-type name="value" required="false">
+ <description>
+ The current value for this component
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="value"/>
- <attribute-type name="var" required="false">
- <description>
- A request-scope attribute via which the data object for
- the current row will be used when iterating
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="value" />
+ <attribute-type name="var" required="false">
+ <description>
+ A request-scope attribute via which the data object for
+ the current row will be used when iterating
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="var"/>
- <attribute-type name="width" required="false">
- <description>
- This attribute specifies the desired width of the entire
- table and is intended for visual user agents. When the
- value is
- percentage value, the value is relative to the
- user agent's available
- horizontal space. In the absence
- of any width specification, table
- width is determined by
- the user agent
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="var" />
+ <attribute-type name="width" required="false">
+ <description>
+ This attribute specifies the desired width of the entire
+ table and is intended for visual user agents. When the
+ value is
+ percentage value, the value is relative to the
+ user agent's available
+ horizontal space. In the absence
+ of any width specification, table
+ width is determined by
+ the user agent
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="width"/>
- <attribute-type name="activeClass" required="false">
- <description>CSS class for active row</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="activeClass"/>
- <attribute-type name="activeRowKey" required="false">
- <description>Request scope attribute under which the activeRowKey will
- be accessible</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="activeRowKey"/>
- <attribute-type name="groupingColumn"
required="false">
- <description>Defines an id of column which the data is grouped
by.</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="groupingColumn"/>
- <attribute-type name="height" required="false">
- <description>Defines a height of the component. Default value is
"500px"</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="height"/>
- <attribute-type name="onselectionchange"
required="false">
- <description>HTML: script expression to invoke on changing of rows
- selection</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="onselectionchange"/>
- <attribute-type name="selectedClass" required="false">
- <description>CSS class for selected rows</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="selectedClass"/>
- <attribute-type name="selection" required="false">
- <description>Value binding representing selected
rows</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="selection"/>
- <attribute-type name="selectionMode" required="false">
- <description>Single row can be selected. multi:
- Multiple rows can be selected. none: no rows can
be
- selected. Default value is
"single"</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="selectionMode"/>
- <attribute-type name="tableState" required="false">
- <description>ValueBinding pointing at a property of a String to hold
- table state</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="tableState"/>
- </element-type>
- <element-type body-content="allowed" content="mixed"
- end-tag="required" name="beanValidator"
start-tag="required">
- <description><![CDATA[Validate Input by the Bean/Hibernate validator
annotations.]]></description>
- <attribute-type name="binding" required="false">
- <description>
- A ValueExpression that evaluates to an instance of
- FacesBeanValidator.
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="width" />
+ <attribute-type name="activeClass" required="false">
+ <description>CSS class for active row</description>
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="activeClass" />
+ <attribute-type name="activeRowKey" required="false">
+ <description>Request scope attribute under which the
+ activeRowKey will
+ be accessible</description>
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="activeRowKey" />
+ <attribute-type name="groupingColumn" required="false">
+ <description>Defines an id of column which the data is grouped
+ by.</description>
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="groupingColumn" />
+ <attribute-type name="height" required="false">
+ <description>Defines a height of the component. Default value
+ is "500px"</description>
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="height" />
+ <attribute-type name="onselectionchange" required="false">
+ <description>HTML: script expression to invoke on changing of
+ rows
+ selection</description>
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="onselectionchange" />
+ <attribute-type name="selectedClass" required="false">
+ <description>CSS class for selected rows</description>
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="selectedClass" />
+ <attribute-type name="selection" required="false">
+ <description>Value binding representing selected rows
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="binding"/>
- <attribute-type name="summary" required="false">
- <description>
- Summary message for a validation errors.
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="selection" />
+ <attribute-type name="selectionMode" required="false">
+ <description>Single row can be selected. multi:
+ Multiple rows can be selected. none: no rows can be
+ selected. Default value is "single"</description>
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="selectionMode" />
+ <attribute-type name="tableState" required="false">
+ <description>ValueBinding pointing at a property of a
+ String to hold
+ table state</description>
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="tableState" />
+ </element-type>
+ <element-type body-content="refused" content="mixed"
+ end-tag="required" name="beanValidator"
start-tag="required">
+ <description><![CDATA[Validate Input by the Bean/Hibernate validator
annotations.]]></description>
+ <attribute-type name="binding" required="false">
+ <description>
+ A ValueExpression that evaluates to an instance of
+ FacesBeanValidator.
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="summary"/>
- <attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="binding" />
+ <attribute-type name="summary" required="false">
+ <description>
+ Summary message for a validation errors.
</description>
- </attribute-type>
- <attribute type="id"/>
- <attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="summary" />
+ <attribute-type name="id" required="false">
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </attribute-type>
- <attribute type="rendered"/>
- </element-type>
- <element-type body-content="allowed" content="mixed"
- end-tag="required" name="graphValidator"
start-tag="required">
- <description><![CDATA[Bean validation @ and @validation
support.]]></description>
- <attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of
- a backing bean
+ </attribute-type>
+ <attribute type="id" />
+ <attribute-type name="rendered" required="false">
+ <description>
+ If "false", this component is not rendered
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="binding"/>
- <attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="enumeration">
+ <param value="true" />
+ <param value="false" />
+ </proposal>
+ </attribute-type>
+ <attribute type="rendered" />
+ </element-type>
+ <element-type body-content="allowed" content="mixed"
+ end-tag="required" name="graphValidator"
start-tag="required">
+ <description><![CDATA[Bean validation @ and @validation
support.]]></description>
+ <attribute-type name="binding" required="false">
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of
+ a backing bean
</description>
- </attribute-type>
- <attribute type="id"/>
- <attribute-type name="profile" required="false">
- <description>
- This attribute is reserved till the implementation of
- JavaBean Validation feature (JSR-303).
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="binding" />
+ <attribute-type name="id" required="false">
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="profile"/>
- <attribute-type name="summary" required="false">
- <description>
- Summary message for a validation errors.
+ </attribute-type>
+ <attribute type="id" />
+ <attribute-type name="profile" required="false">
+ <description>
+ This attribute is reserved till the implementation of
+ JavaBean Validation feature (JSR-303).
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="summary"/>
- <attribute-type name="type" required="false">
- <description>
- JSF Validator type, that implements GraphValidator
- interface.This validator is used for the Graph and input fields
- validation.
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="profile" />
+ <attribute-type name="summary" required="false">
+ <description>
+ Summary message for a validation errors.
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="bundleProperty"/>
- </attribute-type>
- <attribute type="type"/>
- <attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="summary" />
+ <attribute-type name="type" required="false">
+ <description>
+ JSF Validator type, that implements GraphValidator
+ interface.This validator is used for the Graph and input fields
+ validation.
</description>
- <proposal type="beanProperty"/>
- <proposal type="bundleProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="value"/>
- </element-type>
- <element-type body-content="allowed" content="mixed"
- end-tag="required" name="hotKey"
start-tag="required">
- <description><![CDATA[The &lt;rich:hotKey&gt; component
allows to register hot keys for the page or particular elements and to define client side
processing functions for these keys.]]></description>
- <attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of
- a backing bean
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ <proposal type="bundleProperty" />
+ </attribute-type>
+ <attribute type="type" />
+ <attribute-type name="value" required="false">
+ <description>
+ The current value of this component
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </attribute-type>
- <attribute type="binding"/>
- <attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <proposal type="beanProperty" />
+ <proposal type="bundleProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="value" />
+ </element-type>
+ <element-type body-content="refused" content="mixed"
+ end-tag="required" name="hotKey"
start-tag="required">
+ <description><![CDATA[The &lt;rich:hotKey&gt; component allows
to register hot keys for the page or particular elements and to define client side
processing functions for these keys.]]></description>
+ <attribute-type name="binding" required="false">
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of
+ a backing bean
</description>
- </attribute-type>
- <attribute type="id"/>
- <attribute-type name="checkParent" required="false">
- <description>
- Defines the hotkey handling of events generated by child
- components nested into the parent component to which the
&lt;rich:hotKey&gt; is attached.
+ <proposal type="beanProperty" />
+ <proposal type="jsfVariables" />
+ </attribute-type>
+ <attribute type="binding" />
+ <attribute-type name="id" required="false">
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
+ </attribute-type>
+ <attribute type="id" />
+ <attribute-type name="checkParent" required="false">
+ <description>
+ Defines the hotkey handling of events generated by child
+ components nested into the parent component to which the
&lt;rich:hotKey&gt; is attached.
+ </description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
<proposal type="bundleProperty"/>
@@ -1098,8 +1108,8 @@
</attribute-type>
<attribute type="checkParent"/>
<attribute-type name="disableInInput"
required="false">
- <description>
- Disables the hotkeys activated on input elements when the value of this attribute is
"true".
+ <description>
+ Disables the hotkeys activated on input elements when the value of this attribute is
"true".
</description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
@@ -1111,8 +1121,8 @@
</attribute-type>
<attribute type="disableInInput"/>
<attribute-type name="disableInInputTypes"
required="false">
- <description>
- Defines the types of the inputs not to be influenced with hotKey component. Possible
values: buttons, texts and all (default). By default it is empty and this means ALL the
types.
+ <description>
+ Defines the types of the inputs not to be influenced with hotKey component. Possible
values: buttons, texts and all (default). By default it is empty and this means ALL the
types.
</description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
@@ -1125,8 +1135,8 @@
</attribute-type>
<attribute type="disableInInputTypes"/>
<attribute-type name="handler" required="false">
- <description>
- Defines the JavaScript function name which is called on hotkey activation
+ <description>
+ Defines the JavaScript function name which is called on hotkey activation
</description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
@@ -1134,8 +1144,8 @@
</attribute-type>
<attribute type="handler"/>
<attribute-type name="type" required="false">
- <description>
- JSF Validator type, that implements GraphValidator interface.This validator is used
for the Graph and input fields validation.
+ <description>
+ JSF Validator type, that implements GraphValidator interface.This validator is used
for the Graph and input fields validation.
</description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
@@ -1143,8 +1153,8 @@
</attribute-type>
<attribute type="type"/>
<attribute-type name="key" required="false">
- <description>
- Defines the hotkey itself
+ <description>
+ Defines the hotkey itself
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1152,8 +1162,8 @@
</attribute-type>
<attribute type="key"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1165,8 +1175,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="selector" required="false">
- <description>
- Defines a selector for query
+ <description>
+ Defines a selector for query
</description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
@@ -1174,9 +1184,9 @@
</attribute-type>
<attribute type="selector"/>
<attribute-type name="timing" required="false">
- <description>
- Defines the time when the hotkey is registered. Possible values are
"immediate" (by default), "onload", and "onregistercall".
- Default value is "immediate"
+ <description>
+ Defines the time when the hotkey is registered. Possible values are
"immediate" (by default), "onload", and "onregistercall".
+ Default value is "immediate"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1189,8 +1199,8 @@
</attribute-type>
<attribute type="timing"/>
<attribute-type name="type" required="false">
- <description>
- Defines the type of a keyboard event (onkeyup, onkeypress, etc.)
+ <description>
+ Defines the type of a keyboard event (onkeyup, onkeypress, etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
@@ -1198,15 +1208,15 @@
</attribute-type>
<attribute type="type"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="calendar"
start-tag="required">
<description><![CDATA[The calendar component is a UI control used for
creating graphical monthly calendar on a page.]]></description>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only.
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1218,9 +1228,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -1229,13 +1239,13 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="boundaryDatesMode"
required="false">
- <description>
- Used for the dates boundaries in the list. Valid values
- are "inactive" (Default) dates inactive and gray
- colored, "scroll" boundaries work as month scrolling
- controls, and "select" boundaries work in the same way
- as "scroll" but with the date clicked selection. Default
- value is "inactive".
+ <description>
+ Used for the dates boundaries in the list. Valid values
+ are "inactive" (Default) dates inactive and gray
+ colored, "scroll" boundaries work as month scrolling
+ controls, and "select" boundaries work in the same way
+ as "scroll" but with the date clicked selection. Default
+ value is "inactive".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1243,8 +1253,8 @@
</attribute-type>
<attribute type="boundaryDatesMode"/>
<attribute-type name="buttonClass" required="false">
- <description>
- Style Class attribute for the popup button
+ <description>
+ Style Class attribute for the popup button
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1252,9 +1262,9 @@
</attribute-type>
<attribute type="buttonClass"/>
<attribute-type name="buttonIcon" required="false">
- <description>
- Defines icon for the popup button element. The attribute
- is ignored if the "buttonLabel" is set
+ <description>
+ Defines icon for the popup button element. The attribute
+ is ignored if the "buttonLabel" is set
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1262,9 +1272,9 @@
</attribute-type>
<attribute type="buttonIcon"/>
<attribute-type name="buttonIconDisabled"
required="false">
- <description>
- Defines disabled icon for the popup button element. The
- attribute is ignored if the "buttonLabel" is set
+ <description>
+ Defines disabled icon for the popup button element. The
+ attribute is ignored if the "buttonLabel" is set
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1272,10 +1282,10 @@
</attribute-type>
<attribute type="buttonIconDisabled"/>
<attribute-type name="buttonLabel" required="false">
- <description>
- Defines label for the popup button element. If the
- attribute is set "buttonIcon" and "buttonIconDisabled"
- are ignored
+ <description>
+ Defines label for the popup button element. If the
+ attribute is set "buttonIcon" and "buttonIconDisabled"
+ are ignored
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1283,10 +1293,10 @@
</attribute-type>
<attribute type="buttonLabel"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1298,8 +1308,8 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="cellHeight" required="false">
- <description>
- attribute to set fixed cells height
+ <description>
+ attribute to set fixed cells height
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1307,8 +1317,8 @@
</attribute-type>
<attribute type="cellHeight"/>
<attribute-type name="cellWidth" required="false">
- <description>
- attribute to set fixed cells width
+ <description>
+ attribute to set fixed cells width
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1316,8 +1326,8 @@
</attribute-type>
<attribute type="cellWidth"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1325,10 +1335,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1343,9 +1353,9 @@
</attribute-type>
<attribute type="currentDate"/>
<attribute-type name="currentDateChangeListener"
required="false">
- <description>
- MethodBinding representing an action listener method
- that will be notified after date selection
+ <description>
+ MethodBinding representing an action listener method
+ that will be notified after date selection
</description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
@@ -1356,10 +1366,10 @@
</attribute-type>
<attribute type="currentDateChangeListener"/>
<attribute-type name="dataModel" required="false">
- <description>
- Used to provide data for calendar elements. If data is
- not provided, all Data Model related functions are
- disabled
+ <description>
+ Used to provide data for calendar elements. If data is
+ not provided, all Data Model related functions are
+ disabled
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1367,8 +1377,8 @@
</attribute-type>
<attribute type="dataModel"/>
<attribute-type name="datePattern" required="false">
- <description>
- Defines date pattern. Default value is "MMM d, yyyy".
+ <description>
+ Defines date pattern. Default value is "MMM d, yyyy".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1376,9 +1386,9 @@
</attribute-type>
<attribute type="datePattern"/>
<attribute-type name="dayStyleClass" required="false">
- <description>
- Should be binded to some JS function that will provide
- style classes for special sets of days highlighting.
+ <description>
+ Should be binded to some JS function that will provide
+ style classes for special sets of days highlighting.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1386,10 +1396,10 @@
</attribute-type>
<attribute type="dayStyleClass"/>
<attribute-type name="defaultTime" required="false">
- <description>
- Defines time that will be used: 1) to set time when the
- value is empty 2) to set time when date changes and flag
- "resetTimeOnDateSelect" is true
+ <description>
+ Defines time that will be used: 1) to set time when the
+ value is empty 2) to set time when date changes and flag
+ "resetTimeOnDateSelect" is true
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1397,10 +1407,10 @@
</attribute-type>
<attribute type="defaultTime"/>
<attribute-type name="direction" required="false">
- <description>
- Defines direction of the calendar popup (top-left,
- top-right, bottom-left, bottom-right (Default), auto).
- Default value is "bottom-right".
+ <description>
+ Defines direction of the calendar popup (top-left,
+ top-right, bottom-left, bottom-right (Default), auto).
+ Default value is "bottom-right".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1415,9 +1425,9 @@
</attribute-type>
<attribute type="direction"/>
<attribute-type name="disabled" required="false">
- <description>
- If "true", rendered is disabled. In "popup" mode both
- controls are disabled. Default value is "false".
+ <description>
+ If "true", rendered is disabled. In "popup" mode both
+ controls are disabled. Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1429,12 +1439,12 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="enableManualInput"
required="false">
- <description>
- If "true" calendar input will be editable and it will be
- possible to change the date manualy. If "false" value
- for this attribute makes a text field "read-only", so
- the value can be changed only from a handle. Default
- value is "false".
+ <description>
+ If "true" calendar input will be editable and it will be
+ possible to change the date manualy. If "false" value
+ for this attribute makes a text field "read-only", so
+ the value can be changed only from a handle. Default
+ value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1446,11 +1456,11 @@
</attribute-type>
<attribute type="enableManualInput"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1458,10 +1468,10 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="firstWeekDay" required="false">
- <description>
- Gets what the first day of the week is; e.g., SUNDAY in
- the U.S., MONDAY in France. Default value is
- "getDefaultFirstWeekDay()".
+ <description>
+ Gets what the first day of the week is; e.g., SUNDAY in
+ the U.S., MONDAY in France. Default value is
+ "getDefaultFirstWeekDay()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1469,9 +1479,9 @@
</attribute-type>
<attribute type="firstWeekDay"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1479,9 +1489,9 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="horizontalOffset"
required="false">
- <description>
- Sets the horizontal offset between button and calendar
- element conjunction point. Default value is "0".
+ <description>
+ Sets the horizontal offset between button and calendar
+ element conjunction point. Default value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1489,20 +1499,20 @@
</attribute-type>
<attribute type="horizontalOffset"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1510,11 +1520,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1526,8 +1536,8 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="inputClass" required="false">
- <description>
- Style Class attribute for the text field
+ <description>
+ Style Class attribute for the text field
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1535,9 +1545,9 @@
</attribute-type>
<attribute type="inputClass"/>
<attribute-type name="inputSize" required="false">
- <description>
- Defines the size of an input field. Similar to the
- "size" attribute of &lt;h:inputText/&gt;
+ <description>
+ Defines the size of an input field. Similar to the
+ "size" attribute of &lt;h:inputText/&gt;
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1552,9 +1562,9 @@
</attribute-type>
<attribute type="inputStyle"/>
<attribute-type name="isDayEnabled" required="false">
- <description>
- Should be binded to some JS function that returns day
- state.
+ <description>
+ Should be binded to some JS function that returns day
+ state.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1562,11 +1572,11 @@
</attribute-type>
<attribute type="isDayEnabled"/>
<attribute-type name="jointPoint" required="false">
- <description>
- Set the corner of the button for the popup to be
- connected with (top-left, top-right, bottom-left
- (Default), bottom-right, auto). Default value is
- "bottom-left".
+ <description>
+ Set the corner of the button for the popup to be
+ connected with (top-left, top-right, bottom-left
+ (Default), bottom-right, auto). Default value is
+ "bottom-left".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1574,8 +1584,8 @@
</attribute-type>
<attribute type="jointPoint"/>
<attribute-type name="label" required="false">
- <description>
- A localized user presentable name for this component.
+ <description>
+ A localized user presentable name for this component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1583,10 +1593,10 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1598,9 +1608,9 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="locale" required="false">
- <description>
- Used for locale definition. Default value is
- "getDefaultLocale()".
+ <description>
+ Used for locale definition. Default value is
+ "getDefaultLocale()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1611,13 +1621,13 @@
</attribute-type>
<attribute type="locale"/>
<attribute-type name="minDaysInFirstWeek"
required="false">
- <description>
- Gets what the minimal days required in the first week of
- the year are; e.g., if the first week is defined as one
- that contains the first day of the first month of a
- year, this method returns 1. If the minimal days
- required must be a full week, this method returns 7.
- Default value is "getDefaultMinDaysInFirstWeek()".
+ <description>
+ Gets what the minimal days required in the first week of
+ the year are; e.g., if the first week is defined as one
+ that contains the first day of the first month of a
+ year, this method returns 1. If the minimal days
+ required must be a full week, this method returns 7.
+ Default value is "getDefaultMinDaysInFirstWeek()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1625,8 +1635,8 @@
</attribute-type>
<attribute type="minDaysInFirstWeek"/>
<attribute-type name="mode" required="false">
- <description>
- Valid values: ajax or client. Default value is "client".
+ <description>
+ Valid values: ajax or client. Default value is "client".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1638,9 +1648,9 @@
</attribute-type>
<attribute type="mode"/>
<attribute-type name="monthLabels" required="false">
- <description>
- Attribute that allows to customize names of the months.
- Should accept list with the month names
+ <description>
+ Attribute that allows to customize names of the months.
+ Should accept list with the month names
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1648,9 +1658,9 @@
</attribute-type>
<attribute type="monthLabels"/>
<attribute-type name="monthLabelsShort"
required="false">
- <description>
- Attribute that allows to customize short names of the
- months. Should accept list with the month names
+ <description>
+ Attribute that allows to customize short names of the
+ months. Should accept list with the month names
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1658,9 +1668,9 @@
</attribute-type>
<attribute type="monthLabelsShort"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1682,9 +1692,9 @@
</attribute-type>
<attribute type="oncollapse"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1699,8 +1709,8 @@
</attribute-type>
<attribute type="oncurrentdateselect"/>
<attribute-type name="oncurrentdateselected"
required="false">
- <description>
- onCurrentDateSelected event handler
+ <description>
+ onCurrentDateSelected event handler
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1813,10 +1823,10 @@
</attribute-type>
<attribute type="ontimeselected"/>
<attribute-type name="popup" required="false">
- <description>
- If "true" calendar will be rendered initially as hidden
- with additional elements for calling as popup. Default
- value is "true".
+ <description>
+ If "true" calendar will be rendered initially as hidden
+ with additional elements for calling as popup. Default
+ value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1824,10 +1834,10 @@
</attribute-type>
<attribute type="popup"/>
<attribute-type name="preloadDateRangeBegin"
required="false">
- <description>
- Define the initial range of date which will be loaded to
- client from dataModel under rendering. Default value is
- "getDefaultPreloadBegin(getCurrentDateOrDefault())".
+ <description>
+ Define the initial range of date which will be loaded to
+ client from dataModel under rendering. Default value is
+ "getDefaultPreloadBegin(getCurrentDateOrDefault())".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1835,10 +1845,10 @@
</attribute-type>
<attribute type="preloadDateRangeBegin"/>
<attribute-type name="preloadDateRangeEnd"
required="false">
- <description>
- Defines the last range of date which will be loaded to
- client from dataModel under rendering. Default value is
- "getDefaultPreloadEnd(getCurrentDateOrDefault())".
+ <description>
+ Defines the last range of date which will be loaded to
+ client from dataModel under rendering. Default value is
+ "getDefaultPreloadEnd(getCurrentDateOrDefault())".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1846,12 +1856,12 @@
</attribute-type>
<attribute type="preloadDateRangeEnd"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1859,11 +1869,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1871,8 +1881,8 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1884,12 +1894,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1897,8 +1907,8 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1910,11 +1920,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1922,9 +1932,9 @@
</attribute-type>
<attribute type="requiredMessage"/>
<attribute-type name="resetTimeOnDateSelect"
required="false">
- <description>
- If value is true then calendar should change time to
- defaultTime for newly-selected dates.
+ <description>
+ If value is true then calendar should change time to
+ defaultTime for newly-selected dates.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1932,9 +1942,9 @@
</attribute-type>
<attribute type="resetTimeOnDateSelect"/>
<attribute-type name="showApplyButton"
required="false">
- <description>
- If false ApplyButton should not be shown. Default value
- is "false".
+ <description>
+ If false ApplyButton should not be shown. Default value
+ is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1946,9 +1956,9 @@
</attribute-type>
<attribute type="showApplyButton"/>
<attribute-type name="showFooter" required="false">
- <description>
- If false Calendar's footer should not be shown. Default
- value is "true".
+ <description>
+ If false Calendar's footer should not be shown. Default
+ value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1960,9 +1970,9 @@
</attribute-type>
<attribute type="showFooter"/>
<attribute-type name="showHeader" required="false">
- <description>
- If false Calendar's header should not be shown. Default
- value is "true".
+ <description>
+ If false Calendar's header should not be shown. Default
+ value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1974,10 +1984,10 @@
</attribute-type>
<attribute type="showHeader"/>
<attribute-type name="showInput" required="false">
- <description>
- "false" value for this attribute makes text field
- invisible. If "true" - input field will be shown.
- Default value is "true".
+ <description>
+ "false" value for this attribute makes text field
+ invisible. If "true" - input field will be shown.
+ Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -1989,9 +1999,9 @@
</attribute-type>
<attribute type="showInput"/>
<attribute-type name="showWeekDaysBar"
required="false">
- <description>
- If false this bar should not be shown. Default value is
- "true".
+ <description>
+ If false this bar should not be shown. Default value is
+ "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2003,9 +2013,9 @@
</attribute-type>
<attribute type="showWeekDaysBar"/>
<attribute-type name="showWeeksBar" required="false">
- <description>
- If false this bar should not be shown. Default value is
- "true".
+ <description>
+ If false this bar should not be shown. Default value is
+ "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2017,9 +2027,9 @@
</attribute-type>
<attribute type="showWeeksBar"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2027,9 +2037,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2037,8 +2047,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2046,9 +2056,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="timeZone" required="false">
- <description>
- Used for current date calculations. Default value is
- "getDefaultTimeZone()".
+ <description>
+ Used for current date calculations. Default value is
+ "getDefaultTimeZone()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2059,10 +2069,10 @@
</attribute-type>
<attribute type="timeZone"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2070,9 +2080,9 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="todayControlMode"
required="false">
- <description>
- Possible values are "scroll", "select", "hidden".
- Default value is "select".
+ <description>
+ Possible values are "scroll", "select", "hidden".
+ Default value is "select".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2080,9 +2090,9 @@
</attribute-type>
<attribute type="todayControlMode"/>
<attribute-type name="toolTipMode" required="false">
- <description>
- Used to specify mode to load tooltips. Valid values are
- "none", "single" and "batch" Default value is
"batch".
+ <description>
+ Used to specify mode to load tooltips. Valid values are
+ "none", "single" and "batch" Default value is
"batch".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2090,11 +2100,11 @@
</attribute-type>
<attribute type="toolTipMode"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -2104,10 +2114,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2115,8 +2125,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2134,9 +2144,9 @@
</attribute-type>
<attribute type="valueChangeListener"/>
<attribute-type name="verticalOffset"
required="false">
- <description>
- Sets the vertical offset between button and calendar
- element conjunction point. Default value is "0".
+ <description>
+ Sets the vertical offset between button and calendar
+ element conjunction point. Default value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2144,9 +2154,9 @@
</attribute-type>
<attribute type="verticalOffset"/>
<attribute-type name="weekDayLabels" required="false">
- <description>
- List of the day names displays on the days bar in the
- following way "Sun, Mon, Tue, Wed, "
+ <description>
+ List of the day names displays on the days bar in the
+ following way "Sun, Mon, Tue, Wed, "
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2154,9 +2164,9 @@
</attribute-type>
<attribute type="weekDayLabels"/>
<attribute-type name="weekDayLabelsShort"
required="false">
- <description>
- Attribute that allows to customize short names of the
- weeks. Should accept list with the weeks names.
+ <description>
+ Attribute that allows to customize short names of the
+ weeks. Should accept list with the weeks names.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2164,10 +2174,10 @@
</attribute-type>
<attribute type="weekDayLabelsShort"/>
<attribute-type name="zindex" required="false">
- <description>
- Attribute is similar to the standard HTML attribute and
- can specify window placement relative to the content.
- Default value is "3".
+ <description>
+ Attribute is similar to the standard HTML attribute and
+ can specify window placement relative to the content.
+ Default value is "3".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2189,7 +2199,7 @@
</attribute-type>
<attribute type="oninputmouseover"/>
<attribute-type name="readonly" required="false">
- <description>If "true". Date and time are not selectable.
In
+ <description>If "true". Date and time are not selectable.
In
"popup" mode input is disabled and button is enabled. Default value is
"false".</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2208,9 +2218,9 @@
end-tag="required" name="changeExpandListener"
start-tag="required">
<description><![CDATA[The changeExpandListener represents an action
listener method that is notified on an expand/collapse event on the
node.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -2223,9 +2233,9 @@
end-tag="required" name="column"
start-tag="required">
<description><![CDATA[The column is a UI component that represents a
single column of data within a parent dataTable component.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -2234,8 +2244,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="breakBefore" required="false">
- <description>
- if "true" next column begins from the first row
+ <description>
+ if "true" next column begins from the first row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2243,8 +2253,8 @@
</attribute-type>
<attribute type="breakBefore"/>
<attribute-type name="colspan" required="false">
- <description>
- Corresponds to the HTML colspan attribute
+ <description>
+ Corresponds to the HTML colspan attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2252,9 +2262,9 @@
</attribute-type>
<attribute type="colspan"/>
<attribute-type name="comparator" required="false">
- <description>
- Defines value binding to the comparator that is used to
- compare the values
+ <description>
+ Defines value binding to the comparator that is used to
+ compare the values
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2262,10 +2272,10 @@
</attribute-type>
<attribute type="comparator"/>
<attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL" (right-to-left)
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Valid values are "LTR" (left-to-right)
+ and "RTL" (right-to-left)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2277,9 +2287,9 @@
</attribute-type>
<attribute type="dir"/>
<attribute-type name="filterBy" required="false">
- <description>
- Defines iterable object property which is used when
- filtering performed.
+ <description>
+ Defines iterable object property which is used when
+ filtering performed.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2287,9 +2297,9 @@
</attribute-type>
<attribute type="filterBy"/>
<attribute-type name="filterEvent" required="false">
- <description>
- Event for filter input that forces the filtration
- (default = onchange)
+ <description>
+ Event for filter input that forces the filtration
+ (default = onchange)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2297,9 +2307,9 @@
</attribute-type>
<attribute type="filterEvent"/>
<attribute-type name="filterExpression"
required="false">
- <description>
- Attribute defines a bean property which is used for
- filtering of a column
+ <description>
+ Attribute defines a bean property which is used for
+ filtering of a column
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2307,10 +2317,10 @@
</attribute-type>
<attribute type="filterExpression"/>
<attribute-type name="filterMethod" required="false">
- <description>
- This attribute is defined with method binding. This
- method accepts on Object parameter and return boolean
- value
+ <description>
+ This attribute is defined with method binding. This
+ method accepts on Object parameter and return boolean
+ value
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2325,9 +2335,9 @@
</attribute-type>
<attribute type="filterValue"/>
<attribute-type name="footerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any footer generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any footer generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2335,9 +2345,9 @@
</attribute-type>
<attribute type="footerClass"/>
<attribute-type name="headerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any header generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any header generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2345,16 +2355,16 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2362,8 +2372,8 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2375,8 +2385,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="rowspan" required="false">
- <description>
- Corresponds to the HTML rowspan attribute
+ <description>
+ Corresponds to the HTML rowspan attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2384,11 +2394,11 @@
</attribute-type>
<attribute type="rowspan"/>
<attribute-type name="selfSorted" required="false">
- <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
- &lt;rich:dataTable&gt; component
+ <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
+ &lt;rich:dataTable&gt; component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2400,9 +2410,9 @@
</attribute-type>
<attribute type="selfSorted"/>
<attribute-type name="sortBy" required="false">
- <description>
- Attribute defines a bean property which is used for
- sorting of a column
+ <description>
+ Attribute defines a bean property which is used for
+ sorting of a column
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2410,9 +2420,9 @@
</attribute-type>
<attribute type="sortBy"/>
<attribute-type name="sortExpression"
required="false">
- <description>
- DEPRECATED(use sortBy)Attribute defines a bean property
- which is used for sorting of a column
+ <description>
+ DEPRECATED(use sortBy)Attribute defines a bean property
+ which is used for sorting of a column
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2427,8 +2437,8 @@
</attribute-type>
<attribute type="sortIcon"/>
<attribute-type name="sortIconAscending"
required="false">
- <description>
- Defines sort icon in ascending order
+ <description>
+ Defines sort icon in ascending order
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2436,8 +2446,8 @@
</attribute-type>
<attribute type="sortIconAscending"/>
<attribute-type name="sortIconDescending"
required="false">
- <description>
- Defines sort icon in descending order
+ <description>
+ Defines sort icon in descending order
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2445,9 +2455,9 @@
</attribute-type>
<attribute type="sortIconDescending"/>
<attribute-type name="sortOrder" required="false">
- <description>
- SortOrder is an enumeration of the possible sort
- orderings.
+ <description>
+ SortOrder is an enumeration of the possible sort
+ orderings.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2460,10 +2470,10 @@
</attribute-type>
<attribute type="sortOrder"/>
<attribute-type name="sortable" required="false">
- <description>
- Boolean attribute. If "true" it's possible to sort the
- column content after click on the header. Default value
- is "true"
+ <description>
+ Boolean attribute. If "true" it's possible to sort the
+ column content after click on the header. Default value
+ is "true"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2471,9 +2481,9 @@
</attribute-type>
<attribute type="sortable"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2481,8 +2491,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2490,9 +2500,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2500,8 +2510,8 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="width" required="false">
- <description>
- Attribute defines width of column.
+ <description>
+ Attribute defines width of column.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2527,9 +2537,9 @@
end-tag="required" name="columnGroup"
start-tag="required">
<description><![CDATA[The columnGroup component combines columns in one
row to organize complex subparts of a table.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -2538,18 +2548,18 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="columnClasses" required="false">
- <description>
- Comma-delimited list of CSS style classes that are be
- applied to the columns of this table. A space separated
- list of classes may also be specified for any individual
- column. If the number of elements in this list is less
- than the number of columns specified in the "columns"
- attribute, no "class" attribute is output for each
- column greater than the number of elements in the list.
- If the number of elements in the list is greater than
- the number of columns specified in the "columns"
- attribute, the elements at the position in the list
- after the value of the "columns" attribute are ignored
+ <description>
+ Comma-delimited list of CSS style classes that are be
+ applied to the columns of this table. A space separated
+ list of classes may also be specified for any individual
+ column. If the number of elements in this list is less
+ than the number of columns specified in the "columns"
+ attribute, no "class" attribute is output for each
+ column greater than the number of elements in the list.
+ If the number of elements in the list is greater than
+ the number of columns specified in the "columns"
+ attribute, the elements at the position in the list
+ after the value of the "columns" attribute are ignored
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2557,10 +2567,10 @@
</attribute-type>
<attribute type="columnClasses"/>
<attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL" (right-to-left)
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Valid values are "LTR" (left-to-right)
+ and "RTL" (right-to-left)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2572,10 +2582,10 @@
</attribute-type>
<attribute type="dir"/>
<attribute-type name="filterMethod" required="false">
- <description>
- This attribute is defined with method binding. This
- method accepts on Object parameter and return boolean
- value
+ <description>
+ This attribute is defined with method binding. This
+ method accepts on Object parameter and return boolean
+ value
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2590,16 +2600,16 @@
</attribute-type>
<attribute type="filterValue"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2607,8 +2617,8 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2620,17 +2630,17 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="rowClasses" required="false">
- <description>
- A comma-delimited list of CSS style classes that is
- applied to popup table rows. A space separated list of
- classes may also be specified for any individual row.
- The styles are applied, in turn, to each row in the
- table. For example, if the list has two elements, the
- first style class in the list is applied to the first
- row, the second to the second row, the first to the
- third row, the second to the fourth row, etc. In other
- words, we keep iterating through the list until we reach
- the end, and then we start at the beginning again
+ <description>
+ A comma-delimited list of CSS style classes that is
+ applied to popup table rows. A space separated list of
+ classes may also be specified for any individual row.
+ The styles are applied, in turn, to each row in the
+ table. For example, if the list has two elements, the
+ first style class in the list is applied to the first
+ row, the second to the second row, the first to the
+ third row, the second to the fourth row, etc. In other
+ words, we keep iterating through the list until we reach
+ the end, and then we start at the beginning again
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2638,11 +2648,11 @@
</attribute-type>
<attribute type="rowClasses"/>
<attribute-type name="selfSorted" required="false">
- <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
- &lt;rich:dataTable&gt; component
+ <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
+ &lt;rich:dataTable&gt; component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2654,9 +2664,9 @@
</attribute-type>
<attribute type="selfSorted"/>
<attribute-type name="sortOrder" required="false">
- <description>
- SortOrder is an enumeration of the possible sort
- orderings.
+ <description>
+ SortOrder is an enumeration of the possible sort
+ orderings.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2669,9 +2679,9 @@
</attribute-type>
<attribute type="sortOrder"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2679,8 +2689,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2688,9 +2698,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2709,8 +2719,8 @@
</attribute-type>
<attribute type="begin"/>
<attribute-type name="breakBefore" required="false">
- <description>
- if "true" next column begins from the first row
+ <description>
+ if "true" next column begins from the first row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2718,8 +2728,8 @@
</attribute-type>
<attribute type="breakBefore"/>
<attribute-type name="colspan" required="false">
- <description>
- Corresponds to the HTML colspan attribute
+ <description>
+ Corresponds to the HTML colspan attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2734,9 +2744,9 @@
</attribute-type>
<attribute type="columns"/>
<attribute-type name="comparator" required="false">
- <description>
- Defines value binding to the comparator that is used to
- compare the values
+ <description>
+ Defines value binding to the comparator that is used to
+ compare the values
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2744,10 +2754,10 @@
</attribute-type>
<attribute type="comparator"/>
<attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL" (right-to-left)
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Valid values are "LTR" (left-to-right)
+ and "RTL" (right-to-left)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2766,9 +2776,9 @@
</attribute-type>
<attribute type="end"/>
<attribute-type name="filterBy" required="false">
- <description>
- Defines iterable object property which is used when
- filtering performed.
+ <description>
+ Defines iterable object property which is used when
+ filtering performed.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2776,9 +2786,9 @@
</attribute-type>
<attribute type="filterBy"/>
<attribute-type name="filterEvent" required="false">
- <description>
- Event for filter input that forces the filtration
- (default = onchange)
+ <description>
+ Event for filter input that forces the filtration
+ (default = onchange)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2786,9 +2796,9 @@
</attribute-type>
<attribute type="filterEvent"/>
<attribute-type name="filterExpression"
required="false">
- <description>
- Attribute defines a bean property which is used for
- filtering of a column
+ <description>
+ Attribute defines a bean property which is used for
+ filtering of a column
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2796,10 +2806,10 @@
</attribute-type>
<attribute type="filterExpression"/>
<attribute-type name="filterMethod" required="false">
- <description>
- This attribute is defined with method binding. This
- method accepts on Object parameter and return boolean
- value
+ <description>
+ This attribute is defined with method binding. This
+ method accepts on Object parameter and return boolean
+ value
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2814,9 +2824,9 @@
</attribute-type>
<attribute type="filterValue"/>
<attribute-type name="footerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any footer generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any footer generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2824,9 +2834,9 @@
</attribute-type>
<attribute type="footerClass"/>
<attribute-type name="headerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any header generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any header generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2834,9 +2844,9 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
@@ -2848,9 +2858,9 @@
</attribute-type>
<attribute type="index"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2858,8 +2868,8 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2871,8 +2881,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="rowspan" required="false">
- <description>
- Corresponds to the HTML rowspan attribute
+ <description>
+ Corresponds to the HTML rowspan attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2880,11 +2890,11 @@
</attribute-type>
<attribute type="rowspan"/>
<attribute-type name="selfSorted" required="false">
- <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
- &lt;rich:dataTable&gt; component
+ <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
+ &lt;rich:dataTable&gt; component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2896,9 +2906,9 @@
</attribute-type>
<attribute type="selfSorted"/>
<attribute-type name="sortBy" required="false">
- <description>
- Attribute defines a bean property which is used for
- sorting of a column
+ <description>
+ Attribute defines a bean property which is used for
+ sorting of a column
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2906,9 +2916,9 @@
</attribute-type>
<attribute type="sortBy"/>
<attribute-type name="sortExpression"
required="false">
- <description>
- DEPRECATED(use sortBy)Attribute defines a bean property
- which is used for sorting of a column
+ <description>
+ DEPRECATED(use sortBy)Attribute defines a bean property
+ which is used for sorting of a column
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2923,8 +2933,8 @@
</attribute-type>
<attribute type="sortIcon"/>
<attribute-type name="sortIconAscending"
required="false">
- <description>
- Defines sort icon in ascending order
+ <description>
+ Defines sort icon in ascending order
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2932,8 +2942,8 @@
</attribute-type>
<attribute type="sortIconAscending"/>
<attribute-type name="sortIconDescending"
required="false">
- <description>
- Defines sort icon in descending order
+ <description>
+ Defines sort icon in descending order
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2941,9 +2951,9 @@
</attribute-type>
<attribute type="sortIconDescending"/>
<attribute-type name="sortOrder" required="false">
- <description>
- SortOrder is an enumeration of the possible sort
- orderings.
+ <description>
+ SortOrder is an enumeration of the possible sort
+ orderings.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2956,10 +2966,10 @@
</attribute-type>
<attribute type="sortOrder"/>
<attribute-type name="sortable" required="false">
- <description>
- Boolean attribute. If "true" it's possible to sort the
- column content after click on the header. Default value
- is "true"
+ <description>
+ Boolean attribute. If "true" it's possible to sort the
+ column content after click on the header. Default value
+ is "true"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2967,9 +2977,9 @@
</attribute-type>
<attribute type="sortable"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2977,8 +2987,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2986,9 +2996,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -2996,8 +3006,8 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3012,8 +3022,8 @@
</attribute-type>
<attribute type="var"/>
<attribute-type name="width" required="false">
- <description>
- Attribute defines width of column.
+ <description>
+ Attribute defines width of column.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3039,12 +3049,12 @@
end-tag="required" name="comboBox"
start-tag="required">
<description><![CDATA[The comboBox is a component, that provides
editable combo box element on a page.]]></description>
<attribute-type name="accesskey" required="false">
- <description>
- This attribute assigns an access key to an element. An
- access key is a single character from the document
- character set. Note: Authors should consider the input
- method of the expected reader when specifying an
- accesskey
+ <description>
+ This attribute assigns an access key to an element. An
+ access key is a single character from the document
+ character set. Note: Authors should consider the input
+ method of the expected reader when specifying an
+ accesskey
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3052,20 +3062,20 @@
</attribute-type>
<attribute type="accesskey"/>
<attribute-type name="align" required="false">
- <description>
- left|center|right|justify [CI] Deprecated. This
- attribute specifies the horizontal alignment of its
- element with respect to the surrounding context.
- Possible values:
-
- * left: text lines are rendered flush left. * center:
- text lines are centered. * right: text lines are
- rendered flush right. * justify: text lines are
- justified to both margins.
-
- The default depends on the base text direction. For left
- to right text, the default is align=left, while for
- right to left text, the default is align=right
+ <description>
+ left|center|right|justify [CI] Deprecated. This
+ attribute specifies the horizontal alignment of its
+ element with respect to the surrounding context.
+ Possible values:
+
+ * left: text lines are rendered flush left. * center:
+ text lines are centered. * right: text lines are
+ rendered flush right. * justify: text lines are
+ justified to both margins.
+
+ The default depends on the base text direction. For left
+ to right text, the default is align=left, while for
+ right to left text, the default is align=right
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3079,9 +3089,9 @@
</attribute-type>
<attribute type="align"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -3090,8 +3100,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="buttonClass" required="false">
- <description>
- Style Class attribute for the button
+ <description>
+ Style Class attribute for the button
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3099,8 +3109,8 @@
</attribute-type>
<attribute type="buttonClass"/>
<attribute-type name="buttonDisabledClass"
required="false">
- <description>
- Style Class attribute for the disabled button
+ <description>
+ Style Class attribute for the disabled button
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3108,8 +3118,8 @@
</attribute-type>
<attribute type="buttonDisabledClass"/>
<attribute-type name="buttonDisabledStyle"
required="false">
- <description>
- CSS style rules to be applied to disabled button
+ <description>
+ CSS style rules to be applied to disabled button
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3117,8 +3127,8 @@
</attribute-type>
<attribute type="buttonDisabledStyle"/>
<attribute-type name="buttonIcon" required="false">
- <description>
- Defines icon for the button element
+ <description>
+ Defines icon for the button element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3126,8 +3136,8 @@
</attribute-type>
<attribute type="buttonIcon"/>
<attribute-type name="buttonIconDisabled"
required="false">
- <description>
- Defines disabled icon for the button element
+ <description>
+ Defines disabled icon for the button element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3135,8 +3145,8 @@
</attribute-type>
<attribute type="buttonIconDisabled"/>
<attribute-type name="buttonIconInactive"
required="false">
- <description>
- Defines inactive icon for the button element
+ <description>
+ Defines inactive icon for the button element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3144,8 +3154,8 @@
</attribute-type>
<attribute type="buttonIconInactive"/>
<attribute-type name="buttonInactiveClass"
required="false">
- <description>
- Style Class attribute for the inactive button
+ <description>
+ Style Class attribute for the inactive button
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3153,8 +3163,8 @@
</attribute-type>
<attribute type="buttonInactiveClass"/>
<attribute-type name="buttonInactiveStyle"
required="false">
- <description>
- CSS style rules to be applied to inactive button
+ <description>
+ CSS style rules to be applied to inactive button
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3162,8 +3172,8 @@
</attribute-type>
<attribute type="buttonInactiveStyle"/>
<attribute-type name="buttonStyle" required="false">
- <description>
- CSS style rules to be applied to button
+ <description>
+ CSS style rules to be applied to button
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3171,8 +3181,8 @@
</attribute-type>
<attribute type="buttonStyle"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3180,10 +3190,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3191,8 +3201,8 @@
</attribute-type>
<attribute type="converterMessage"/>
<attribute-type name="defaultLabel" required="false">
- <description>
- Defines default label for the input field element
+ <description>
+ Defines default label for the input field element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3200,9 +3210,9 @@
</attribute-type>
<attribute type="defaultLabel"/>
<attribute-type name="directInputSuggestions"
required="false">
- <description>
- Defines the first value from the suggested in input
- field. Default value is "false".
+ <description>
+ Defines the first value from the suggested in input
+ field. Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3210,9 +3220,9 @@
</attribute-type>
<attribute type="directInputSuggestions"/>
<attribute-type name="disabled" required="false">
- <description>
- When set for a form control, this boolean attribute
- disables the control for your input
+ <description>
+ When set for a form control, this boolean attribute
+ disables the control for your input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3224,9 +3234,9 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="enableManualInput"
required="false">
- <description>
- Enables keyboard input, if "false" keyboard input will
- be locked. Default value is "true"
+ <description>
+ Enables keyboard input, if "false" keyboard input will
+ be locked. Default value is "true"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3238,9 +3248,9 @@
</attribute-type>
<attribute type="enableManualInput"/>
<attribute-type name="filterNewValues"
required="false">
- <description>
- Defines the appearance of values in the list. Default
- value is "true".
+ <description>
+ Defines the appearance of values in the list. Default
+ value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3248,9 +3258,9 @@
</attribute-type>
<attribute type="filterNewValues"/>
<attribute-type name="hideDelay" required="false">
- <description>
- Delay between losing focus and pop-up list closing.
- Default value is "0".
+ <description>
+ Delay between losing focus and pop-up list closing.
+ Default value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3258,18 +3268,18 @@
</attribute-type>
<attribute type="hideDelay"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3281,8 +3291,8 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="inputClass" required="false">
- <description>
- Style Class attribute for the input field
+ <description>
+ Style Class attribute for the input field
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3290,8 +3300,8 @@
</attribute-type>
<attribute type="inputClass"/>
<attribute-type name="inputDisabledClass"
required="false">
- <description>
- Style Class attribute for the disabled input
+ <description>
+ Style Class attribute for the disabled input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3299,8 +3309,8 @@
</attribute-type>
<attribute type="inputDisabledClass"/>
<attribute-type name="inputDisabledStyle"
required="false">
- <description>
- CSS style rules to be applied to disabled input
+ <description>
+ CSS style rules to be applied to disabled input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3308,8 +3318,8 @@
</attribute-type>
<attribute type="inputDisabledStyle"/>
<attribute-type name="inputInactiveClass"
required="false">
- <description>
- Style Class attribute for the inactive input
+ <description>
+ Style Class attribute for the inactive input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3317,8 +3327,8 @@
</attribute-type>
<attribute type="inputInactiveClass"/>
<attribute-type name="inputInactiveStyle"
required="false">
- <description>
- CSS style rules to be applied to inactive input
+ <description>
+ CSS style rules to be applied to inactive input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3326,8 +3336,8 @@
</attribute-type>
<attribute type="inputInactiveStyle"/>
<attribute-type name="inputStyle" required="false">
- <description>
- CSS style rules to be applied to input field
+ <description>
+ CSS style rules to be applied to input field
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3335,8 +3345,8 @@
</attribute-type>
<attribute type="inputStyle"/>
<attribute-type name="itemClass" required="false">
- <description>
- Style Class attribute for the items
+ <description>
+ Style Class attribute for the items
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3344,8 +3354,8 @@
</attribute-type>
<attribute type="itemClass"/>
<attribute-type name="itemSelectedClass"
required="false">
- <description>
- Style Class attribute for the selected item
+ <description>
+ Style Class attribute for the selected item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3353,8 +3363,8 @@
</attribute-type>
<attribute type="itemSelectedClass"/>
<attribute-type name="listClass" required="false">
- <description>
- Style Class attribute for the popup list
+ <description>
+ Style Class attribute for the popup list
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3362,9 +3372,9 @@
</attribute-type>
<attribute type="listClass"/>
<attribute-type name="listHeight" required="false">
- <description>
- Defines height of file pop-up list. Default value is
- "200px".
+ <description>
+ Defines height of file pop-up list. Default value is
+ "200px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3372,8 +3382,8 @@
</attribute-type>
<attribute type="listHeight"/>
<attribute-type name="listStyle" required="false">
- <description>
- CSS style rules to be applied to popup list
+ <description>
+ CSS style rules to be applied to popup list
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3388,8 +3398,8 @@
</attribute-type>
<attribute type="listWidth"/>
<attribute-type name="onblur" required="false">
- <description>
- HTML: script expression; the element lost the focus
+ <description>
+ HTML: script expression; the element lost the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3397,8 +3407,8 @@
</attribute-type>
<attribute type="onblur"/>
<attribute-type name="onchange" required="false">
- <description>
- HTML: script expression; the element value was changed
+ <description>
+ HTML: script expression; the element value was changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3406,8 +3416,8 @@
</attribute-type>
<attribute type="onchange"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3415,9 +3425,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3425,8 +3435,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onfocus" required="false">
- <description>
- HTML: script expression; the element got the focus
+ <description>
+ HTML: script expression; the element got the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3434,8 +3444,8 @@
</attribute-type>
<attribute type="onfocus"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3443,8 +3453,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3452,8 +3462,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3461,9 +3471,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onlistcall" required="false">
- <description>
- A JavaScript event handler called on a list call
- operation
+ <description>
+ A JavaScript event handler called on a list call
+ operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3471,9 +3481,9 @@
</attribute-type>
<attribute type="onlistcall"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3481,8 +3491,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3490,8 +3500,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3499,8 +3509,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3508,8 +3518,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3517,10 +3527,10 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onselect" required="false">
- <description>
- HTML: script expression; The onselect event occurs when
- you select some text in a text field. This attribute may
- be used with the INPUT and TEXTAREA elements
+ <description>
+ HTML: script expression; The onselect event occurs when
+ you select some text in a text field. This attribute may
+ be used with the INPUT and TEXTAREA elements
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3528,8 +3538,8 @@
</attribute-type>
<attribute type="onselect"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3541,8 +3551,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3554,11 +3564,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3566,9 +3576,9 @@
</attribute-type>
<attribute type="requiredMessage"/>
<attribute-type name="selectFirstOnUpdate"
required="false">
- <description>
- Defines if the first value from suggested is selected in
- pop-up list. Default value is "true".
+ <description>
+ Defines if the first value from suggested is selected in
+ pop-up list. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3576,9 +3586,9 @@
</attribute-type>
<attribute type="selectFirstOnUpdate"/>
<attribute-type name="showDelay" required="false">
- <description>
- Delay between event and pop-up list showing. Default
- value is "0".
+ <description>
+ Delay between event and pop-up list showing. Default
+ value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3586,9 +3596,9 @@
</attribute-type>
<attribute type="showDelay"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3596,8 +3606,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3612,11 +3622,11 @@
</attribute-type>
<attribute type="suggestionValues"/>
<attribute-type name="tabindex" required="false">
- <description>
- This attribute specifies the position of the current
- element in the tabbing order for the current document.
- This value must be a number between 0 and 32767. User
- agents should ignore leading zeros
+ <description>
+ This attribute specifies the position of the current
+ element in the tabbing order for the current document.
+ This value must be a number between 0 and 32767. User
+ agents should ignore leading zeros
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3624,11 +3634,11 @@
</attribute-type>
<attribute type="tabindex"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -3638,10 +3648,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3649,8 +3659,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3668,8 +3678,8 @@
</attribute-type>
<attribute type="valueChangeListener"/>
<attribute-type name="width" required="false">
- <description>
- Width of the component. Default value is "150".
+ <description>
+ Width of the component. Default value is "150".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3684,14 +3694,14 @@
</attribute-type>
<attribute type="label"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="componentControl"
start-tag="required">
<description><![CDATA[The componentControl allows to call JavaScript API
functions on components after some defined events.]]></description>
<attribute-type name="attachTiming" required="false">
- <description>
- Defines the page loading phase when componentControl is
- attached to another component. Default value is
- "onavailable"
+ <description>
+ Defines the page loading phase when componentControl is
+ attached to another component. Default value is
+ "onavailable"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3699,13 +3709,13 @@
</attribute-type>
<attribute type="attachTiming"/>
<attribute-type name="attachTo" required="false">
- <description>
- Client identifier of the component or id of the existing
- DOM element that is a source for given event. If
- attachTo is defined, the event is attached on the client
- according to the AttachTiming attribute. If attachTo is
- not defined, the event is attached on the server to the
- closest in the component tree parent component.
+ <description>
+ Client identifier of the component or id of the existing
+ DOM element that is a source for given event. If
+ attachTo is defined, the event is attached on the client
+ according to the AttachTiming attribute. If attachTo is
+ not defined, the event is attached on the server to the
+ closest in the component tree parent component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3713,9 +3723,9 @@
</attribute-type>
<attribute type="attachTo"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -3724,9 +3734,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="disableDefault"
required="false">
- <description>
- Disable default action for target event ( append "return
- false;" to javascript )
+ <description>
+ Disable default action for target event ( append "return
+ false;" to javascript )
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3738,9 +3748,9 @@
</attribute-type>
<attribute type="disableDefault"/>
<attribute-type name="event" required="false">
- <description>
- The Event that is used to trigger the operation on the
- target component
+ <description>
+ The Event that is used to trigger the operation on the
+ target component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3748,8 +3758,8 @@
</attribute-type>
<attribute type="event"/>
<attribute-type name="for" required="false">
- <description>
- Client identifier of the target component.
+ <description>
+ Client identifier of the target component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3757,16 +3767,16 @@
</attribute-type>
<attribute type="for"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="name" required="false">
- <description>
- The optional name of the function that might be used to
- trigger the operation on the target component
+ <description>
+ The optional name of the function that might be used to
+ trigger the operation on the target component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3774,12 +3784,12 @@
</attribute-type>
<attribute type="name"/>
<attribute-type name="operation" required="false">
- <description>
- The function of Javascript API that will be invoked. The
- API method is attached to the 'component' property of
- the root DOM element that represents the target
- component. The function has two parameters - event and
- params. See: 'params' attribute for details.
+ <description>
+ The function of Javascript API that will be invoked. The
+ API method is attached to the 'component' property of
+ the root DOM element that represents the target
+ component. The function has two parameters - event and
+ params. See: 'params' attribute for details.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3787,15 +3797,15 @@
</attribute-type>
<attribute type="operation"/>
<attribute-type name="params" required="false">
- <description>
- The set of parameters passed to the function of
- Javascript API that will be invoked. The JSON syntax is
- used to define the parameters, but without open and
- closed curve bracket. As an alternative, the set of
- f:param can be used to define the parameters passed to
- the API function. If both way are used to define the
- parameters, both set are concatenated. if names are
- equals, the f:param has a priority.
+ <description>
+ The set of parameters passed to the function of
+ Javascript API that will be invoked. The JSON syntax is
+ used to define the parameters, but without open and
+ closed curve bracket. As an alternative, the set of
+ f:param can be used to define the parameters passed to
+ the API function. If both way are used to define the
+ parameters, both set are concatenated. if names are
+ equals, the f:param has a priority.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3803,8 +3813,8 @@
</attribute-type>
<attribute type="params"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3820,9 +3830,9 @@
end-tag="required" name="contextMenu"
start-tag="required">
<description><![CDATA[The contextMenu component is used for creating
multileveled context menus that are activated after a user defines an event (
"onmouseover" , "onclick" , etc.) on any element on the
page.]]></description>
<attribute-type name="attachTiming" required="false">
- <description>
- Defines the timing when the menu is attached to the
- target element. Default value is "onavailable".
+ <description>
+ Defines the timing when the menu is attached to the
+ target element. Default value is "onavailable".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3830,14 +3840,14 @@
</attribute-type>
<attribute type="attachTiming"/>
<attribute-type name="attachTo" required="false">
- <description>
- Client identifier of the component or id of the existing
- DOM element that is a source for a given event. If
- attachTo is defined, the event is attached on the client
- according to the AttachTiming attribute. If both
- attached and attachTo attributes are defined, and
- attribute attached has value 'false', it is considered
- to have higher priority.
+ <description>
+ Client identifier of the component or id of the existing
+ DOM element that is a source for a given event. If
+ attachTo is defined, the event is attached on the client
+ according to the AttachTiming attribute. If both
+ attached and attachTo attributes are defined, and
+ attribute attached has value 'false', it is considered
+ to have higher priority.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3845,11 +3855,11 @@
</attribute-type>
<attribute type="attachTo"/>
<attribute-type name="attached" required="false">
- <description>
- If the value of the "attached" attribute is true, the
- component is attached to the component, specified in the
- "attachTo" attribute or to the parent component, if
- "attachTo" is not defined. Default value is "true".
+ <description>
+ If the value of the "attached" attribute is true, the
+ component is attached to the component, specified in the
+ "attachTo" attribute or to the parent component, if
+ "attachTo" is not defined. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3861,9 +3871,9 @@
</attribute-type>
<attribute type="attached"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -3872,9 +3882,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="disableDefaultMenu"
required="false">
- <description>
- Forbids default handling for adjusted event. Default
- value "true".
+ <description>
+ Forbids default handling for adjusted event. Default
+ value "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3882,9 +3892,9 @@
</attribute-type>
<attribute type="disableDefaultMenu"/>
<attribute-type name="disabledItemClass"
required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to disabled item of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to disabled item of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3892,9 +3902,9 @@
</attribute-type>
<attribute type="disabledItemClass"/>
<attribute-type name="disabledItemStyle"
required="false">
- <description>
- CSS style(s) is/are to be applied to disabled item when
- this component is rendered.
+ <description>
+ CSS style(s) is/are to be applied to disabled item when
+ this component is rendered.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3902,9 +3912,9 @@
</attribute-type>
<attribute type="disabledItemStyle"/>
<attribute-type name="event" required="false">
- <description>
- Defines an event on the parent element to display the
- menu. Default value is "oncontextmenu".
+ <description>
+ Defines an event on the parent element to display the
+ menu. Default value is "oncontextmenu".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3912,9 +3922,9 @@
</attribute-type>
<attribute type="event"/>
<attribute-type name="hideDelay" required="false">
- <description>
- Delay between losing focus and menu closing. Default
- value is "800".
+ <description>
+ Delay between losing focus and menu closing. Default
+ value is "800".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3922,16 +3932,16 @@
</attribute-type>
<attribute type="hideDelay"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="itemClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to item of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to item of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3939,9 +3949,9 @@
</attribute-type>
<attribute type="itemClass"/>
<attribute-type name="itemStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to item when this
- component is rendered.
+ <description>
+ CSS style(s) is/are to be applied to item when this
+ component is rendered.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3963,8 +3973,8 @@
</attribute-type>
<attribute type="onexpand"/>
<attribute-type name="ongroupactivate"
required="false">
- <description>
- HTML: script expression; some group was activated
+ <description>
+ HTML: script expression; some group was activated
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3972,8 +3982,8 @@
</attribute-type>
<attribute type="ongroupactivate"/>
<attribute-type name="onitemselect" required="false">
- <description>
- HTML: script expression; some item was selected
+ <description>
+ HTML: script expression; some item was selected
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3981,8 +3991,8 @@
</attribute-type>
<attribute type="onitemselect"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: script expression; a pointer was moved within
+ <description>
+ HTML: script expression; a pointer was moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3990,8 +4000,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: script expression; a pointer was moved away
+ <description>
+ HTML: script expression; a pointer was moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -3999,8 +4009,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: script expression; a pointer was moved onto
+ <description>
+ HTML: script expression; a pointer was moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4008,9 +4018,9 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="popupWidth" required="false">
- <description>
- Set minimal width for the all of the lists that will
- appear
+ <description>
+ Set minimal width for the all of the lists that will
+ appear
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4018,8 +4028,8 @@
</attribute-type>
<attribute type="popupWidth"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4031,9 +4041,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="selectItemClass"
required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to selected item of this component.
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to selected item of this component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4041,9 +4051,9 @@
</attribute-type>
<attribute type="selectItemClass"/>
<attribute-type name="selectItemStyle"
required="false">
- <description>
- CSS style(s) is/are to be applied to selected item when
- this component is rendered.
+ <description>
+ CSS style(s) is/are to be applied to selected item when
+ this component is rendered.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4051,9 +4061,9 @@
</attribute-type>
<attribute type="selectItemStyle"/>
<attribute-type name="showDelay" required="false">
- <description>
- Delay between event and menu showing. Default value is
- "50".
+ <description>
+ Delay between event and menu showing. Default value is
+ "50".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4061,9 +4071,9 @@
</attribute-type>
<attribute type="showDelay"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4071,8 +4081,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4080,11 +4090,11 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="submitMode" required="false">
- <description>
- Sets the submission mode for all menu items of the menu
- except those where this attribute redefined. Possible
- value are "ajax","server", "none". Default value is
- "sever".
+ <description>
+ Sets the submission mode for all menu items of the menu
+ except those where this attribute redefined. Possible
+ value are "ajax","server", "none". Default value is
+ "sever".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4101,9 +4111,9 @@
end-tag="required" name="dataDefinitionList"
start-tag="required">
<description><![CDATA[The dataDefinitionList component is used for
definition lists rendering. ]]></description>
<attribute-type name="ajaxKeys" required="false">
- <description>
- This attribute defines row keys that are updated after
- an AJAX request
+ <description>
+ This attribute defines row keys that are updated after
+ an AJAX request
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4111,9 +4121,9 @@
</attribute-type>
<attribute type="ajaxKeys"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -4122,18 +4132,18 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="columnClasses" required="false">
- <description>
- Comma-delimited list of CSS style classes that are be
- applied to the columns of this table. A space separated
- list of classes may also be specified for any individual
- column. If the number of elements in this list is less
- than the number of columns specified in the "columns"
- attribute, no "class" attribute is output for each
- column greater than the number of elements in the list.
- If the number of elements in the list is greater than
- the number of columns specified in the "columns"
- attribute, the elements at the position in the list
- after the value of the "columns" attribute are ignored
+ <description>
+ Comma-delimited list of CSS style classes that are be
+ applied to the columns of this table. A space separated
+ list of classes may also be specified for any individual
+ column. If the number of elements in this list is less
+ than the number of columns specified in the "columns"
+ attribute, no "class" attribute is output for each
+ column greater than the number of elements in the list.
+ If the number of elements in the list is greater than
+ the number of columns specified in the "columns"
+ attribute, the elements at the position in the list
+ after the value of the "columns" attribute are ignored
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4141,9 +4151,9 @@
</attribute-type>
<attribute type="columnClasses"/>
<attribute-type name="componentState"
required="false">
- <description>
- It defines EL-binding for a component state for saving
- or redefinition
+ <description>
+ It defines EL-binding for a component state for saving
+ or redefinition
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4151,10 +4161,10 @@
</attribute-type>
<attribute type="componentState"/>
<attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL" (right-to-left)
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Valid values are "LTR" (left-to-right)
+ and "RTL" (right-to-left)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4166,8 +4176,8 @@
</attribute-type>
<attribute type="dir"/>
<attribute-type name="first" required="false">
- <description>
- A zero-relative row number of the first row to display
+ <description>
+ A zero-relative row number of the first row to display
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4175,16 +4185,16 @@
</attribute-type>
<attribute type="first"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4192,8 +4202,8 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4205,17 +4215,17 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="rowClasses" required="false">
- <description>
- A comma-delimited list of CSS style classes that is
- applied to popup table rows. A space separated list of
- classes may also be specified for any individual row.
- The styles are applied, in turn, to each row in the
- table. For example, if the list has two elements, the
- first style class in the list is applied to the first
- row, the second to the second row, the first to the
- third row, the second to the fourth row, etc. In other
- words, we keep iterating through the list until we reach
- the end, and then we start at the beginning again
+ <description>
+ A comma-delimited list of CSS style classes that is
+ applied to popup table rows. A space separated list of
+ classes may also be specified for any individual row.
+ The styles are applied, in turn, to each row in the
+ table. For example, if the list has two elements, the
+ first style class in the list is applied to the first
+ row, the second to the second row, the first to the
+ third row, the second to the fourth row, etc. In other
+ words, we keep iterating through the list until we reach
+ the end, and then we start at the beginning again
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4223,9 +4233,9 @@
</attribute-type>
<attribute type="rowClasses"/>
<attribute-type name="rowKey" required="false">
- <description>
- RowKey is a representation of an identifier for a
- specific data row
+ <description>
+ RowKey is a representation of an identifier for a
+ specific data row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4240,9 +4250,9 @@
</attribute-type>
<attribute type="rowKeyConverter"/>
<attribute-type name="rowKeyVar" required="false">
- <description>
- The attribute provides access to a row key in a Request
- scope
+ <description>
+ The attribute provides access to a row key in a Request
+ scope
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4250,9 +4260,9 @@
</attribute-type>
<attribute type="rowKeyVar"/>
<attribute-type name="rows" required="false">
- <description>
- A number of rows to display, or zero for all remaining
- rows in the table
+ <description>
+ A number of rows to display, or zero for all remaining
+ rows in the table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4260,9 +4270,9 @@
</attribute-type>
<attribute type="rows"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4270,8 +4280,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4279,9 +4289,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4289,8 +4299,8 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4298,9 +4308,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="var" required="false">
- <description>
- A request-scope attribute via which the data object for
- the current row will be used when iterating
+ <description>
+ A request-scope attribute via which the data object for
+ the current row will be used when iterating
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4308,16 +4318,16 @@
</attribute-type>
<attribute type="var"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="dataFilterSlider"
start-tag="required">
<description><![CDATA[The dataFilterSlider is a slider-based action
component that is used for filtering table data.]]></description>
<attribute-type name="action" required="false">
- <description>
- MethodBinding pointing at the application action to be
- invoked, if this UIComponent is activated by you, during
- the Apply Request Values or Invoke Application phase of
- the request processing lifecycle, depending on the value
- of the immediate property
+ <description>
+ MethodBinding pointing at the application action to be
+ invoked, if this UIComponent is activated by you, during
+ the Apply Request Values or Invoke Application phase of
+ the request processing lifecycle, depending on the value
+ of the immediate property
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -4327,9 +4337,9 @@
</attribute-type>
<attribute type="action"/>
<attribute-type name="actionListener"
required="false">
- <description>
- MethodBinding pointing at method accepting an
- ActionEvent with return type void
+ <description>
+ MethodBinding pointing at method accepting an
+ ActionEvent with return type void
</description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
@@ -4340,11 +4350,11 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4352,9 +4362,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -4363,10 +4373,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4378,8 +4388,8 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="clientErrorMessage"
required="false">
- <description>
- An error message to use in client side validation events
+ <description>
+ An error message to use in client side validation events
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4387,10 +4397,10 @@
</attribute-type>
<attribute type="clientErrorMessage"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4405,11 +4415,11 @@
</attribute-type>
<attribute type="endRange"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4417,9 +4427,9 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="fieldStyleClass"
required="false">
- <description>
- The styleClass for input that displays the value :
- 'manualInput' must be true
+ <description>
+ The styleClass for input that displays the value :
+ 'manualInput' must be true
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4427,10 +4437,10 @@
</attribute-type>
<attribute type="fieldStyleClass"/>
<attribute-type name="filterBy" required="false">
- <description>
- A getter of an object member required to compare a
- slider value to. This is a value that is used in results
- filtering
+ <description>
+ A getter of an object member required to compare a
+ slider value to. This is a value that is used in results
+ filtering
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4438,9 +4448,9 @@
</attribute-type>
<attribute type="filterBy"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4448,8 +4458,8 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="for" required="false">
- <description>
- The component using UIData (datatable id)
+ <description>
+ The component using UIData (datatable id)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4457,10 +4467,10 @@
</attribute-type>
<attribute type="for"/>
<attribute-type name="forValRef" required="false">
- <description>
- This is a string which is used in a value attribute of
- the datatable. It is used for resetting the datatable
- back to the original list provided by a backing bean
+ <description>
+ This is a string which is used in a value attribute of
+ the datatable. It is used for resetting the datatable
+ back to the original list provided by a backing bean
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4482,20 +4492,20 @@
</attribute-type>
<attribute type="handleValue"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4503,11 +4513,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4519,9 +4529,9 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="increment" required="false">
- <description>
- Amount to which a handle on each slide/move should be
- incremented
+ <description>
+ Amount to which a handle on each slide/move should be
+ incremented
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4529,10 +4539,10 @@
</attribute-type>
<attribute type="increment"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4544,10 +4554,10 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="manualInput" required="false">
- <description>
- False value for this attribute makes text field
- "read-only" and "hidden". Hence, the value can be
- changed only from a handle
+ <description>
+ False value for this attribute makes text field
+ "read-only" and "hidden". Hence, the value can be
+ changed only from a handle
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4555,9 +4565,9 @@
</attribute-type>
<attribute type="manualInput"/>
<attribute-type name="onSlideSubmit" required="false">
- <description>
- DEPRECATED (use submitOnSlide). If the slider value
- changes must submit a form. Default value is "true".
+ <description>
+ DEPRECATED (use submitOnSlide). If the slider value
+ changes must submit a form. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4565,9 +4575,9 @@
</attribute-type>
<attribute type="onSlideSubmit"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4582,8 +4592,8 @@
</attribute-type>
<attribute type="onchange"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4591,9 +4601,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4601,9 +4611,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4611,9 +4621,9 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onerror" required="false">
- <description>
- HTML: a script expression; event fires whenever an
- JavaScript error occurs
+ <description>
+ HTML: a script expression; event fires whenever an
+ JavaScript error occurs
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4621,8 +4631,8 @@
</attribute-type>
<attribute type="onerror"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4630,8 +4640,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4639,8 +4649,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4648,9 +4658,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4658,8 +4668,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4667,8 +4677,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4676,8 +4686,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4685,8 +4695,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4701,12 +4711,12 @@
</attribute-type>
<attribute type="onslide"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4714,9 +4724,9 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="rangeStyleClass"
required="false">
- <description>
- The rangeStyleClass for the background div showing a
- full range
+ <description>
+ The rangeStyleClass for the background div showing a
+ full range
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4724,11 +4734,11 @@
</attribute-type>
<attribute type="rangeStyleClass"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4736,8 +4746,8 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4749,12 +4759,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4762,10 +4772,10 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="sliderListener"
required="false">
- <description>
- MethodBinding representing an action listener method
- that will be notified after changing of slider control
- position
+ <description>
+ MethodBinding representing an action listener method
+ that will be notified after changing of slider control
+ position
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -4783,9 +4793,9 @@
</attribute-type>
<attribute type="startRange"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4793,9 +4803,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="storeResults" required="false">
- <description>
- Specifies if the component will store a UIData object
- (your table rows) in session
+ <description>
+ Specifies if the component will store a UIData object
+ (your table rows) in session
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4803,9 +4813,9 @@
</attribute-type>
<attribute type="storeResults"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4813,9 +4823,9 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- The styleClass for the container div surrounding the
- component
+ <description>
+ The styleClass for the container div surrounding the
+ component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4823,9 +4833,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="submitOnSlide" required="false">
- <description>
- If the slider value changes must submit a form. Default
- value is "true".
+ <description>
+ If the slider value changes must submit a form. Default
+ value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4833,10 +4843,10 @@
</attribute-type>
<attribute type="submitOnSlide"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4844,8 +4854,8 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="trackStyleClass"
required="false">
- <description>
- The trackStyleClass for a background div
+ <description>
+ The trackStyleClass for a background div
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4853,8 +4863,8 @@
</attribute-type>
<attribute type="trackStyleClass"/>
<attribute-type name="trailer" required="false">
- <description>
- It shows or hides a trailer following a handle
+ <description>
+ It shows or hides a trailer following a handle
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4862,8 +4872,8 @@
</attribute-type>
<attribute type="trailer"/>
<attribute-type name="trailerStyleClass"
required="false">
- <description>
- The trailerStyleClass for a div following a handle
+ <description>
+ The trailerStyleClass for a div following a handle
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4871,8 +4881,8 @@
</attribute-type>
<attribute type="trailerStyleClass"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4880,8 +4890,8 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="width" required="false">
- <description>
- Width of the slider control. Default value is "200px".
+ <description>
+ Width of the slider control. Default value is "200px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4921,9 +4931,9 @@
end-tag="required" name="dataGrid"
start-tag="required">
<description><![CDATA[The dataGrid component is used to render data as a
grid. ]]></description>
<attribute-type name="ajaxKeys" required="false">
- <description>
- This attribute defines row keys that are updated after
- an AJAX request
+ <description>
+ This attribute defines row keys that are updated after
+ an AJAX request
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4931,14 +4941,14 @@
</attribute-type>
<attribute type="ajaxKeys"/>
<attribute-type name="align" required="false">
- <description>
- left|center|right [CI] Deprecated. This attribute
- specifies the position of the table with respect to the
- document. Permitted values:
-
- * left: The table is to the left of the document. *
- center: The table is to the center of the document. *
- right: The table is to the right of the document
+ <description>
+ left|center|right [CI] Deprecated. This attribute
+ specifies the position of the table with respect to the
+ document. Permitted values:
+
+ * left: The table is to the left of the document. *
+ center: The table is to the center of the document. *
+ right: The table is to the right of the document
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4951,18 +4961,18 @@
</attribute-type>
<attribute type="align"/>
<attribute-type name="bgcolor" required="false">
- <description>
- Deprecated. This attribute sets the background color for
- the document body or table cells.
-
- This attribute sets the background color of the canvas
- for the document body (the BODY element) or for tables
- (the TABLE, TR, TH, and TD elements). Additional
- attributes for specifying text color can be used with
- the BODY element.
-
- This attribute has been deprecated in favor of style
- sheets for specifying background color information
+ <description>
+ Deprecated. This attribute sets the background color for
+ the document body or table cells.
+
+ This attribute sets the background color of the canvas
+ for the document body (the BODY element) or for tables
+ (the TABLE, TR, TH, and TD elements). Additional
+ attributes for specifying text color can be used with
+ the BODY element.
+
+ This attribute has been deprecated in favor of style
+ sheets for specifying background color information
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4970,9 +4980,9 @@
</attribute-type>
<attribute type="bgcolor"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -4981,9 +4991,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="border" required="false">
- <description>
- This attributes specifies the width of the frame around
- a component. Default value is "0".
+ <description>
+ This attributes specifies the width of the frame around
+ a component. Default value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -4991,9 +5001,9 @@
</attribute-type>
<attribute type="border"/>
<attribute-type name="captionClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to caption for this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to caption for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5001,9 +5011,9 @@
</attribute-type>
<attribute type="captionClass"/>
<attribute-type name="captionStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to caption when this
- component is rendered
+ <description>
+ CSS style(s) is/are to be applied to caption when this
+ component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5011,10 +5021,10 @@
</attribute-type>
<attribute type="captionStyle"/>
<attribute-type name="cellpadding" required="false">
- <description>
- This attribute specifies the amount of space between the
- border of the cell and its contents. Default value is
- "0".
+ <description>
+ This attribute specifies the amount of space between the
+ border of the cell and its contents. Default value is
+ "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5022,11 +5032,11 @@
</attribute-type>
<attribute type="cellpadding"/>
<attribute-type name="cellspacing" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5034,18 +5044,18 @@
</attribute-type>
<attribute type="cellspacing"/>
<attribute-type name="columnClasses" required="false">
- <description>
- Comma-delimited list of CSS style classes that are be
- applied to the columns of this table. A space separated
- list of classes may also be specified for any individual
- column. If the number of elements in this list is less
- than the number of columns specified in the "columns"
- attribute, no "class" attribute is output for each
- column greater than the number of elements in the list.
- If the number of elements in the list is greater than
- the number of columns specified in the "columns"
- attribute, the elements at the position in the list
- after the value of the "columns" attribute are ignored
+ <description>
+ Comma-delimited list of CSS style classes that are be
+ applied to the columns of this table. A space separated
+ list of classes may also be specified for any individual
+ column. If the number of elements in this list is less
+ than the number of columns specified in the "columns"
+ attribute, no "class" attribute is output for each
+ column greater than the number of elements in the list.
+ If the number of elements in the list is greater than
+ the number of columns specified in the "columns"
+ attribute, the elements at the position in the list
+ after the value of the "columns" attribute are ignored
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5060,9 +5070,9 @@
</attribute-type>
<attribute type="columns"/>
<attribute-type name="componentState"
required="false">
- <description>
- It defines EL-binding for a component state for saving
- or redefinition
+ <description>
+ It defines EL-binding for a component state for saving
+ or redefinition
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5070,10 +5080,10 @@
</attribute-type>
<attribute type="componentState"/>
<attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL" (right-to-left)
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Valid values are "LTR" (left-to-right)
+ and "RTL" (right-to-left)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5092,8 +5102,8 @@
</attribute-type>
<attribute type="elements"/>
<attribute-type name="first" required="false">
- <description>
- A zero-relative row number of the first row to display
+ <description>
+ A zero-relative row number of the first row to display
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5101,9 +5111,9 @@
</attribute-type>
<attribute type="first"/>
<attribute-type name="footerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to footer for this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to footer for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5111,17 +5121,17 @@
</attribute-type>
<attribute type="footerClass"/>
<attribute-type name="frame" required="false">
- <description>
- void|above|below|hsides|lhs|rhs|vsides|box|border [CI]
- This attribute specifies which sides of the frame
- surrounding a table will be visible. Possible values:
-
- * void: No sides. This is the default value. * above:
- The top side only. * below: The bottom side only. *
- hsides: The top and bottom sides only. * vsides: The
- right and left sides only. * lhs: The left-hand side
- only. * rhs: The right-hand side only. * box: All four
- sides. * border: All four sides
+ <description>
+ void|above|below|hsides|lhs|rhs|vsides|box|border [CI]
+ This attribute specifies which sides of the frame
+ surrounding a table will be visible. Possible values:
+
+ * void: No sides. This is the default value. * above:
+ The top side only. * below: The bottom side only. *
+ hsides: The top and bottom sides only. * vsides: The
+ right and left sides only. * lhs: The left-hand side
+ only. * rhs: The right-hand side only. * box: All four
+ sides. * border: All four sides
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5141,9 +5151,9 @@
</attribute-type>
<attribute type="frame"/>
<attribute-type name="headerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to header for this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to header for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5151,16 +5161,16 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5168,9 +5178,9 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="onRowClick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
- on row
+ <description>
+ HTML: a script expression; a pointer button is clicked
+ on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5178,9 +5188,9 @@
</attribute-type>
<attribute type="onRowClick"/>
<attribute-type name="onRowDblClick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked on row
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5188,9 +5198,9 @@
</attribute-type>
<attribute type="onRowDblClick"/>
<attribute-type name="onRowMouseDown"
required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down on row
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5198,9 +5208,9 @@
</attribute-type>
<attribute type="onRowMouseDown"/>
<attribute-type name="onRowMouseMove"
required="false">
- <description>
- HTML: a script expression; a pointer is moved within of
- row
+ <description>
+ HTML: a script expression; a pointer is moved within of
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5208,9 +5218,9 @@
</attribute-type>
<attribute type="onRowMouseMove"/>
<attribute-type name="onRowMouseOut" required="false">
- <description>
- HTML: a script expression; a pointer is moved away of
- row
+ <description>
+ HTML: a script expression; a pointer is moved away of
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5218,9 +5228,9 @@
</attribute-type>
<attribute type="onRowMouseOut"/>
<attribute-type name="onRowMouseOver"
required="false">
- <description>
- HTML: a script expression; a pointer is moved onto of
- row
+ <description>
+ HTML: a script expression; a pointer is moved onto of
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5228,9 +5238,9 @@
</attribute-type>
<attribute type="onRowMouseOver"/>
<attribute-type name="onRowMouseUp" required="false">
- <description>
- HTML: script expression; a pointer button is released on
- row
+ <description>
+ HTML: script expression; a pointer button is released on
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5238,8 +5248,8 @@
</attribute-type>
<attribute type="onRowMouseUp"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5247,9 +5257,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5257,8 +5267,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5266,8 +5276,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5275,8 +5285,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5284,9 +5294,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5294,8 +5304,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5303,8 +5313,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5312,8 +5322,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5321,8 +5331,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5330,8 +5340,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5343,17 +5353,17 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="rowClasses" required="false">
- <description>
- A comma-delimited list of CSS style classes that is
- applied to popup table rows. A space separated list of
- classes may also be specified for any individual row.
- The styles are applied, in turn, to each row in the
- table. For example, if the list has two elements, the
- first style class in the list is applied to the first
- row, the second to the second row, the first to the
- third row, the second to the fourth row, etc. In other
- words, we keep iterating through the list until we reach
- the end, and then we start at the beginning again
+ <description>
+ A comma-delimited list of CSS style classes that is
+ applied to popup table rows. A space separated list of
+ classes may also be specified for any individual row.
+ The styles are applied, in turn, to each row in the
+ table. For example, if the list has two elements, the
+ first style class in the list is applied to the first
+ row, the second to the second row, the first to the
+ third row, the second to the fourth row, etc. In other
+ words, we keep iterating through the list until we reach
+ the end, and then we start at the beginning again
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5361,9 +5371,9 @@
</attribute-type>
<attribute type="rowClasses"/>
<attribute-type name="rowKey" required="false">
- <description>
- RowKey is a representation of an identifier for a
- specific data row
+ <description>
+ RowKey is a representation of an identifier for a
+ specific data row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5378,8 +5388,8 @@
</attribute-type>
<attribute type="rowKeyConverter"/>
<attribute-type name="rowKeyVar" required="false">
- <description>
- Request scoped variable for client access to rowKey
+ <description>
+ Request scoped variable for client access to rowKey
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5387,17 +5397,17 @@
</attribute-type>
<attribute type="rowKeyVar"/>
<attribute-type name="rules" required="false">
- <description>
- This attribute specifies which rules will appear between
- cells within a table. The rendering of rules is user
- agent dependent. Possible values:
-
- * none: No rules. This is the default value. * groups:
- Rules will appear between row groups (see THEAD, TFOOT,
- and TBODY) and column groups (see COLGROUP and COL)
- only. * rows: Rules will appear between rows only. *
- cols: Rules will appear between columns only. * all:
- Rules will appear between all rows and columns
+ <description>
+ This attribute specifies which rules will appear between
+ cells within a table. The rendering of rules is user
+ agent dependent. Possible values:
+
+ * none: No rules. This is the default value. * groups:
+ Rules will appear between row groups (see THEAD, TFOOT,
+ and TBODY) and column groups (see COLGROUP and COL)
+ only. * rows: Rules will appear between rows only. *
+ cols: Rules will appear between columns only. * all:
+ Rules will appear between all rows and columns
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5412,9 +5422,9 @@
</attribute-type>
<attribute type="rules"/>
<attribute-type name="stateVar" required="false">
- <description>
- The attribute provides access to a component state on
- the client side
+ <description>
+ The attribute provides access to a component state on
+ the client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5422,9 +5432,9 @@
</attribute-type>
<attribute type="stateVar"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5432,8 +5442,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5441,10 +5451,10 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="summary" required="false">
- <description>
- This attribute provides a summary of the table's purpose
- and structure for user agents rendering to non-visual
- media such as speech and Braille
+ <description>
+ This attribute provides a summary of the table's purpose
+ and structure for user agents rendering to non-visual
+ media such as speech and Braille
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5452,9 +5462,9 @@
</attribute-type>
<attribute type="summary"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5462,8 +5472,8 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5471,9 +5481,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="var" required="false">
- <description>
- A request-scope attribute via which the data object for
- the current row will be used when iterating
+ <description>
+ A request-scope attribute via which the data object for
+ the current row will be used when iterating
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5481,13 +5491,13 @@
</attribute-type>
<attribute type="var"/>
<attribute-type name="width" required="false">
- <description>
- This attribute specifies the desired width of the entire
- table and is intended for visual user agents. When the
- value is percentage value, the value is relative to the
- user agent's available horizontal space. In the absence
- of any width specification, table width is determined by
- the user agent
+ <description>
+ This attribute specifies the desired width of the entire
+ table and is intended for visual user agents. When the
+ value is percentage value, the value is relative to the
+ user agent's available horizontal space. In the absence
+ of any width specification, table width is determined by
+ the user agent
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5499,9 +5509,9 @@
end-tag="required" name="dataList"
start-tag="required">
<description><![CDATA[The dataList component is used for unordered lists
rendering.]]></description>
<attribute-type name="ajaxKeys" required="false">
- <description>
- This attribute defines row keys that are updated after
- an AJAX request
+ <description>
+ This attribute defines row keys that are updated after
+ an AJAX request
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5509,9 +5519,9 @@
</attribute-type>
<attribute type="ajaxKeys"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -5520,18 +5530,18 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="columnClasses" required="false">
- <description>
- Comma-delimited list of CSS style classes that are be
- applied to the columns of this table. A space separated
- list of classes may also be specified for any individual
- column. If the number of elements in this list is less
- than the number of columns specified in the "columns"
- attribute, no "class" attribute is output for each
- column greater than the number of elements in the list.
- If the number of elements in the list is greater than
- the number of columns specified in the "columns"
- attribute, the elements at the position in the list
- after the value of the "columns" attribute are ignored
+ <description>
+ Comma-delimited list of CSS style classes that are be
+ applied to the columns of this table. A space separated
+ list of classes may also be specified for any individual
+ column. If the number of elements in this list is less
+ than the number of columns specified in the "columns"
+ attribute, no "class" attribute is output for each
+ column greater than the number of elements in the list.
+ If the number of elements in the list is greater than
+ the number of columns specified in the "columns"
+ attribute, the elements at the position in the list
+ after the value of the "columns" attribute are ignored
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5539,9 +5549,9 @@
</attribute-type>
<attribute type="columnClasses"/>
<attribute-type name="componentState"
required="false">
- <description>
- It defines EL-binding for a component state for saving
- or redefinition
+ <description>
+ It defines EL-binding for a component state for saving
+ or redefinition
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5549,10 +5559,10 @@
</attribute-type>
<attribute type="componentState"/>
<attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL" (right-to-left)
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Valid values are "LTR" (left-to-right)
+ and "RTL" (right-to-left)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5564,8 +5574,8 @@
</attribute-type>
<attribute type="dir"/>
<attribute-type name="first" required="false">
- <description>
- A zero-relative row number of the first row to display
+ <description>
+ A zero-relative row number of the first row to display
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5573,9 +5583,9 @@
</attribute-type>
<attribute type="first"/>
<attribute-type name="footerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any footer generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any footer generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5583,9 +5593,9 @@
</attribute-type>
<attribute type="footerClass"/>
<attribute-type name="headerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any header generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any header generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5593,16 +5603,16 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5610,8 +5620,8 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5623,17 +5633,17 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="rowClasses" required="false">
- <description>
- A comma-delimited list of CSS style classes that is
- applied to popup table rows. A space separated list of
- classes may also be specified for any individual row.
- The styles are applied, in turn, to each row in the
- table. For example, if the list has two elements, the
- first style class in the list is applied to the first
- row, the second to the second row, the first to the
- third row, the second to the fourth row, etc. In other
- words, we keep iterating through the list until we reach
- the end, and then we start at the beginning again
+ <description>
+ A comma-delimited list of CSS style classes that is
+ applied to popup table rows. A space separated list of
+ classes may also be specified for any individual row.
+ The styles are applied, in turn, to each row in the
+ table. For example, if the list has two elements, the
+ first style class in the list is applied to the first
+ row, the second to the second row, the first to the
+ third row, the second to the fourth row, etc. In other
+ words, we keep iterating through the list until we reach
+ the end, and then we start at the beginning again
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5641,9 +5651,9 @@
</attribute-type>
<attribute type="rowClasses"/>
<attribute-type name="rowKey" required="false">
- <description>
- RowKey is a representation of an identifier for a
- specific data row
+ <description>
+ RowKey is a representation of an identifier for a
+ specific data row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5658,9 +5668,9 @@
</attribute-type>
<attribute type="rowKeyConverter"/>
<attribute-type name="rowKeyVar" required="false">
- <description>
- The attribute provides access to a row key in a Request
- scope
+ <description>
+ The attribute provides access to a row key in a Request
+ scope
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5668,9 +5678,9 @@
</attribute-type>
<attribute type="rowKeyVar"/>
<attribute-type name="rows" required="false">
- <description>
- A number of rows to display, or zero for all remaining
- rows in the table
+ <description>
+ A number of rows to display, or zero for all remaining
+ rows in the table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5678,9 +5688,9 @@
</attribute-type>
<attribute type="rows"/>
<attribute-type name="stateVar" required="false">
- <description>
- The attribute provides access to a component state on
- the client side
+ <description>
+ The attribute provides access to a component state on
+ the client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5688,9 +5698,9 @@
</attribute-type>
<attribute type="stateVar"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5698,8 +5708,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5707,9 +5717,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5717,8 +5727,8 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="type" required="false">
- <description>
- Corresponds to the HTML DL type attribute
+ <description>
+ Corresponds to the HTML DL type attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5726,8 +5736,8 @@
</attribute-type>
<attribute type="type"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5735,9 +5745,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="var" required="false">
- <description>
- A request-scope attribute via which the data object for
- the current row will be used when iterating
+ <description>
+ A request-scope attribute via which the data object for
+ the current row will be used when iterating
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5749,9 +5759,9 @@
end-tag="required" name="dataOrderedList"
start-tag="required">
<description><![CDATA[The dataOrderedList component is used for ordered
lists rendering. ]]></description>
<attribute-type name="ajaxKeys" required="false">
- <description>
- This attribute defines row keys that are updated after
- an AJAX request
+ <description>
+ This attribute defines row keys that are updated after
+ an AJAX request
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5759,9 +5769,9 @@
</attribute-type>
<attribute type="ajaxKeys"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -5770,18 +5780,18 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="columnClasses" required="false">
- <description>
- Comma-delimited list of CSS style classes that are be
- applied to the columns of this table. A space separated
- list of classes may also be specified for any individual
- column. If the number of elements in this list is less
- than the number of columns specified in the "columns"
- attribute, no "class" attribute is output for each
- column greater than the number of elements in the list.
- If the number of elements in the list is greater than
- the number of columns specified in the "columns"
- attribute, the elements at the position in the list
- after the value of the "columns" attribute are ignored
+ <description>
+ Comma-delimited list of CSS style classes that are be
+ applied to the columns of this table. A space separated
+ list of classes may also be specified for any individual
+ column. If the number of elements in this list is less
+ than the number of columns specified in the "columns"
+ attribute, no "class" attribute is output for each
+ column greater than the number of elements in the list.
+ If the number of elements in the list is greater than
+ the number of columns specified in the "columns"
+ attribute, the elements at the position in the list
+ after the value of the "columns" attribute are ignored
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5789,9 +5799,9 @@
</attribute-type>
<attribute type="columnClasses"/>
<attribute-type name="componentState"
required="false">
- <description>
- It defines EL-binding for a component state for saving
- or redefinition
+ <description>
+ It defines EL-binding for a component state for saving
+ or redefinition
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5799,10 +5809,10 @@
</attribute-type>
<attribute type="componentState"/>
<attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL" (right-to-left)
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Valid values are "LTR" (left-to-right)
+ and "RTL" (right-to-left)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5814,8 +5824,8 @@
</attribute-type>
<attribute type="dir"/>
<attribute-type name="first" required="false">
- <description>
- A zero-relative row number of the first row to display
+ <description>
+ A zero-relative row number of the first row to display
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5823,9 +5833,9 @@
</attribute-type>
<attribute type="first"/>
<attribute-type name="footerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any footer generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any footer generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5833,9 +5843,9 @@
</attribute-type>
<attribute type="footerClass"/>
<attribute-type name="headerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any header generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any header generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5843,16 +5853,16 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5860,8 +5870,8 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5873,17 +5883,17 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="rowClasses" required="false">
- <description>
- A comma-delimited list of CSS style classes that is
- applied to popup table rows. A space separated list of
- classes may also be specified for any individual row.
- The styles are applied, in turn, to each row in the
- table. For example, if the list has two elements, the
- first style class in the list is applied to the first
- row, the second to the second row, the first to the
- third row, the second to the fourth row, etc. In other
- words, we keep iterating through the list until we reach
- the end, and then we start at the beginning again
+ <description>
+ A comma-delimited list of CSS style classes that is
+ applied to popup table rows. A space separated list of
+ classes may also be specified for any individual row.
+ The styles are applied, in turn, to each row in the
+ table. For example, if the list has two elements, the
+ first style class in the list is applied to the first
+ row, the second to the second row, the first to the
+ third row, the second to the fourth row, etc. In other
+ words, we keep iterating through the list until we reach
+ the end, and then we start at the beginning again
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5891,9 +5901,9 @@
</attribute-type>
<attribute type="rowClasses"/>
<attribute-type name="rowKey" required="false">
- <description>
- RowKey is a representation of an identifier for a
- specific data row
+ <description>
+ RowKey is a representation of an identifier for a
+ specific data row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5908,9 +5918,9 @@
</attribute-type>
<attribute type="rowKeyConverter"/>
<attribute-type name="rowKeyVar" required="false">
- <description>
- The attribute provides access to a row key in a Request
- scope
+ <description>
+ The attribute provides access to a row key in a Request
+ scope
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5918,9 +5928,9 @@
</attribute-type>
<attribute type="rowKeyVar"/>
<attribute-type name="rows" required="false">
- <description>
- A number of rows to display, or zero for all remaining
- rows in the table
+ <description>
+ A number of rows to display, or zero for all remaining
+ rows in the table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5928,9 +5938,9 @@
</attribute-type>
<attribute type="rows"/>
<attribute-type name="stateVar" required="false">
- <description>
- The attribute provides access to a component state on
- the client side
+ <description>
+ The attribute provides access to a component state on
+ the client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5938,9 +5948,9 @@
</attribute-type>
<attribute type="stateVar"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5948,8 +5958,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5957,9 +5967,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5967,8 +5977,8 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="type" required="false">
- <description>
- Corresponds to the HTML OL type attribute
+ <description>
+ Corresponds to the HTML OL type attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5976,8 +5986,8 @@
</attribute-type>
<attribute type="type"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5985,9 +5995,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="var" required="false">
- <description>
- A request-scope attribute via which the data object for
- the current row will be used when iterating
+ <description>
+ A request-scope attribute via which the data object for
+ the current row will be used when iterating
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -5999,9 +6009,9 @@
end-tag="required" name="dataTable"
start-tag="required">
<description><![CDATA[The dataTable component is used for table
rendering. ]]></description>
<attribute-type name="ajaxKeys" required="false">
- <description>
- This attribute defines row keys that are updated after
- an AJAX request
+ <description>
+ This attribute defines row keys that are updated after
+ an AJAX request
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6009,14 +6019,14 @@
</attribute-type>
<attribute type="ajaxKeys"/>
<attribute-type name="align" required="false">
- <description>
- left|center|right [CI] Deprecated. This attribute
- specifies the position of the table with respect to the
- document. Permitted values:
-
- * left: The table is to the left of the document. *
- center: The table is to the center of the document. *
- right: The table is to the right of the document
+ <description>
+ left|center|right [CI] Deprecated. This attribute
+ specifies the position of the table with respect to the
+ document. Permitted values:
+
+ * left: The table is to the left of the document. *
+ center: The table is to the center of the document. *
+ right: The table is to the right of the document
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6030,18 +6040,18 @@
</attribute-type>
<attribute type="align"/>
<attribute-type name="bgcolor" required="false">
- <description>
- Deprecated. This attribute sets the background color for
- the document body or table cells.
-
- This attribute sets the background color of the canvas
- for the document body (the BODY element) or for tables
- (the TABLE, TR, TH, and TD elements). Additional
- attributes for specifying text color can be used with
- the BODY element.
-
- This attribute has been deprecated in favor of style
- sheets for specifying background color information
+ <description>
+ Deprecated. This attribute sets the background color for
+ the document body or table cells.
+
+ This attribute sets the background color of the canvas
+ for the document body (the BODY element) or for tables
+ (the TABLE, TR, TH, and TD elements). Additional
+ attributes for specifying text color can be used with
+ the BODY element.
+
+ This attribute has been deprecated in favor of style
+ sheets for specifying background color information
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6049,9 +6059,9 @@
</attribute-type>
<attribute type="bgcolor"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -6060,9 +6070,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="border" required="false">
- <description>
- This attributes specifies the width of the frame around
- a component. Default value is "0".
+ <description>
+ This attributes specifies the width of the frame around
+ a component. Default value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6070,9 +6080,9 @@
</attribute-type>
<attribute type="border"/>
<attribute-type name="captionClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to caption for this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to caption for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6080,9 +6090,9 @@
</attribute-type>
<attribute type="captionClass"/>
<attribute-type name="captionStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to caption when this
- component is rendered
+ <description>
+ CSS style(s) is/are to be applied to caption when this
+ component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6090,10 +6100,10 @@
</attribute-type>
<attribute type="captionStyle"/>
<attribute-type name="cellpadding" required="false">
- <description>
- This attribute specifies the amount of space between the
- border of the cell and its contents. Default value is
- "0".
+ <description>
+ This attribute specifies the amount of space between the
+ border of the cell and its contents. Default value is
+ "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6101,11 +6111,11 @@
</attribute-type>
<attribute type="cellpadding"/>
<attribute-type name="cellspacing" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6113,18 +6123,18 @@
</attribute-type>
<attribute type="cellspacing"/>
<attribute-type name="columnClasses" required="false">
- <description>
- Comma-delimited list of CSS style classes that are be
- applied to the columns of this table. A space separated
- list of classes may also be specified for any individual
- column. If the number of elements in this list is less
- than the number of columns specified in the "columns"
- attribute, no "class" attribute is output for each
- column greater than the number of elements in the list.
- If the number of elements in the list is greater than
- the number of columns specified in the "columns"
- attribute, the elements at the position in the list
- after the value of the "columns" attribute are ignored
+ <description>
+ Comma-delimited list of CSS style classes that are be
+ applied to the columns of this table. A space separated
+ list of classes may also be specified for any individual
+ column. If the number of elements in this list is less
+ than the number of columns specified in the "columns"
+ attribute, no "class" attribute is output for each
+ column greater than the number of elements in the list.
+ If the number of elements in the list is greater than
+ the number of columns specified in the "columns"
+ attribute, the elements at the position in the list
+ after the value of the "columns" attribute are ignored
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6139,18 +6149,18 @@
</attribute-type>
<attribute type="columns"/>
<attribute-type name="columnsWidth" required="false">
- <description>
- Comma-separated list of width attribute for every
- column. Specifies a default width for each column in the
- table. In addition to the standard pixel, percentage,
- and relative values, this attribute allows the special
- form "0*" (zero asterisk) which means that the width of
- the each column in the group should be the minimum width
- necessary to hold the column's contents. This implies
- that a column's entire contents must be known before its
- width may be correctly computed. Authors should be aware
- that specifying "0*" will prevent visual user agents
- from rendering a table incrementally
+ <description>
+ Comma-separated list of width attribute for every
+ column. Specifies a default width for each column in the
+ table. In addition to the standard pixel, percentage,
+ and relative values, this attribute allows the special
+ form "0*" (zero asterisk) which means that the width of
+ the each column in the group should be the minimum width
+ necessary to hold the column's contents. This implies
+ that a column's entire contents must be known before its
+ width may be correctly computed. Authors should be aware
+ that specifying "0*" will prevent visual user agents
+ from rendering a table incrementally
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6158,9 +6168,9 @@
</attribute-type>
<attribute type="columnsWidth"/>
<attribute-type name="componentState"
required="false">
- <description>
- It defines EL-binding for a component state for saving
- or redefinition
+ <description>
+ It defines EL-binding for a component state for saving
+ or redefinition
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6168,10 +6178,10 @@
</attribute-type>
<attribute type="componentState"/>
<attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL" (right-to-left)
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Valid values are "LTR" (left-to-right)
+ and "RTL" (right-to-left)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6183,8 +6193,8 @@
</attribute-type>
<attribute type="dir"/>
<attribute-type name="first" required="false">
- <description>
- A zero-relative row number of the first row to display
+ <description>
+ A zero-relative row number of the first row to display
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6192,9 +6202,9 @@
</attribute-type>
<attribute type="first"/>
<attribute-type name="footerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to footer for this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to footer for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6202,17 +6212,17 @@
</attribute-type>
<attribute type="footerClass"/>
<attribute-type name="frame" required="false">
- <description>
- void|above|below|hsides|lhs|rhs|vsides|box|border [CI]
- This attribute specifies which sides of the frame
- surrounding a table will be visible. Possible values:
-
- * void: No sides. This is the default value. * above:
- The top side only. * below: The bottom side only. *
- hsides: The top and bottom sides only. * vsides: The
- right and left sides only. * lhs: The left-hand side
- only. * rhs: The right-hand side only. * box: All four
- sides. * border: All four sides
+ <description>
+ void|above|below|hsides|lhs|rhs|vsides|box|border [CI]
+ This attribute specifies which sides of the frame
+ surrounding a table will be visible. Possible values:
+
+ * void: No sides. This is the default value. * above:
+ The top side only. * below: The bottom side only. *
+ hsides: The top and bottom sides only. * vsides: The
+ right and left sides only. * lhs: The left-hand side
+ only. * rhs: The right-hand side only. * box: All four
+ sides. * border: All four sides
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6232,9 +6242,9 @@
</attribute-type>
<attribute type="frame"/>
<attribute-type name="headerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to header for this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to header for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6242,16 +6252,16 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6259,8 +6269,8 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="onRowContextMenu"
required="false">
- <description>
- JavaScript handler to be called on right click. Returning false prevents default
browser context menu from being displayed
+ <description>
+ JavaScript handler to be called on right click. Returning false prevents default
browser context menu from being displayed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6268,9 +6278,9 @@
</attribute-type>
<attribute type="onRowContextMenu"/>
<attribute-type name="onRowClick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
- on row
+ <description>
+ HTML: a script expression; a pointer button is clicked
+ on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6278,9 +6288,9 @@
</attribute-type>
<attribute type="onRowClick"/>
<attribute-type name="onRowDblClick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked on row
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6288,9 +6298,9 @@
</attribute-type>
<attribute type="onRowDblClick"/>
<attribute-type name="onRowMouseDown"
required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down on row
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6298,9 +6308,9 @@
</attribute-type>
<attribute type="onRowMouseDown"/>
<attribute-type name="onRowMouseMove"
required="false">
- <description>
- HTML: a script expression; a pointer is moved within of
- row
+ <description>
+ HTML: a script expression; a pointer is moved within of
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6308,9 +6318,9 @@
</attribute-type>
<attribute type="onRowMouseMove"/>
<attribute-type name="onRowMouseOut" required="false">
- <description>
- HTML: a script expression; a pointer is moved away of
- row
+ <description>
+ HTML: a script expression; a pointer is moved away of
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6318,9 +6328,9 @@
</attribute-type>
<attribute type="onRowMouseOut"/>
<attribute-type name="onRowMouseOver"
required="false">
- <description>
- HTML: a script expression; a pointer is moved onto of
- row
+ <description>
+ HTML: a script expression; a pointer is moved onto of
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6328,9 +6338,9 @@
</attribute-type>
<attribute type="onRowMouseOver"/>
<attribute-type name="onRowMouseUp" required="false">
- <description>
- HTML: script expression; a pointer button is released on
- row
+ <description>
+ HTML: script expression; a pointer button is released on
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6338,8 +6348,8 @@
</attribute-type>
<attribute type="onRowMouseUp"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6347,9 +6357,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6357,8 +6367,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6366,8 +6376,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6375,8 +6385,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6384,9 +6394,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6394,8 +6404,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6403,8 +6413,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6412,8 +6422,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6421,8 +6431,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6430,8 +6440,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6443,17 +6453,17 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="rowClasses" required="false">
- <description>
- A comma-delimited list of CSS style classes that is
- applied to popup table rows. A space separated list of
- classes may also be specified for any individual row.
- The styles are applied, in turn, to each row in the
- table. For example, if the list has two elements, the
- first style class in the list is applied to the first
- row, the second to the second row, the first to the
- third row, the second to the fourth row, etc. In other
- words, we keep iterating through the list until we reach
- the end, and then we start at the beginning again
+ <description>
+ A comma-delimited list of CSS style classes that is
+ applied to popup table rows. A space separated list of
+ classes may also be specified for any individual row.
+ The styles are applied, in turn, to each row in the
+ table. For example, if the list has two elements, the
+ first style class in the list is applied to the first
+ row, the second to the second row, the first to the
+ third row, the second to the fourth row, etc. In other
+ words, we keep iterating through the list until we reach
+ the end, and then we start at the beginning again
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6468,9 +6478,9 @@
</attribute-type>
<attribute type="rowKeyConverter"/>
<attribute-type name="rowKeyVar" required="false">
- <description>
- The attribute provides access to a row key in a Request
- scope
+ <description>
+ The attribute provides access to a row key in a Request
+ scope
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6478,9 +6488,9 @@
</attribute-type>
<attribute type="rowKeyVar"/>
<attribute-type name="rows" required="false">
- <description>
- A number of rows to display, or zero for all remaining
- rows in the table
+ <description>
+ A number of rows to display, or zero for all remaining
+ rows in the table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6488,17 +6498,17 @@
</attribute-type>
<attribute type="rows"/>
<attribute-type name="rules" required="false">
- <description>
- This attribute specifies which rules will appear between
- cells within a table. The rendering of rules is user
- agent dependent. Possible values:
-
- * none: No rules. This is the default value. * groups:
- Rules will appear between row groups (see THEAD, TFOOT,
- and TBODY) and column groups (see COLGROUP and COL)
- only. * rows: Rules will appear between rows only. *
- cols: Rules will appear between columns only. * all:
- Rules will appear between all rows and columns
+ <description>
+ This attribute specifies which rules will appear between
+ cells within a table. The rendering of rules is user
+ agent dependent. Possible values:
+
+ * none: No rules. This is the default value. * groups:
+ Rules will appear between row groups (see THEAD, TFOOT,
+ and TBODY) and column groups (see COLGROUP and COL)
+ only. * rows: Rules will appear between rows only. *
+ cols: Rules will appear between columns only. * all:
+ Rules will appear between all rows and columns
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6513,9 +6523,9 @@
</attribute-type>
<attribute type="rules"/>
<attribute-type name="sortMode" required="false">
- <description>
- Defines mode of sorting. Possible values are 'single'
- for sorting of one column and 'multi' for some.
+ <description>
+ Defines mode of sorting. Possible values are 'single'
+ for sorting of one column and 'multi' for some.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6527,8 +6537,8 @@
</attribute-type>
<attribute type="sortMode"/>
<attribute-type name="sortPriority" required="false">
- <description>
- Defines a set of columns ids in the sorting order
+ <description>
+ Defines a set of columns ids in the sorting order
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6536,9 +6546,9 @@
</attribute-type>
<attribute type="sortPriority"/>
<attribute-type name="stateVar" required="false">
- <description>
- The attribute provides access to a component state on
- the client side
+ <description>
+ The attribute provides access to a component state on
+ the client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6546,9 +6556,9 @@
</attribute-type>
<attribute type="stateVar"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6556,8 +6566,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6565,9 +6575,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6575,8 +6585,8 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6584,9 +6594,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="var" required="false">
- <description>
- A request-scope attribute via which the data object for
- the current row will be used when iterating
+ <description>
+ A request-scope attribute via which the data object for
+ the current row will be used when iterating
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6594,13 +6604,13 @@
</attribute-type>
<attribute type="var"/>
<attribute-type name="width" required="false">
- <description>
- This attribute specifies the desired width of the entire
- table and is intended for visual user agents. When the
- value is percentage value, the value is relative to the
- user agent's available horizontal space. In the absence
- of any width specification, table width is determined by
- the user agent
+ <description>
+ This attribute specifies the desired width of the entire
+ table and is intended for visual user agents. When the
+ value is percentage value, the value is relative to the
+ user agent's available horizontal space. In the absence
+ of any width specification, table width is determined by
+ the user agent
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6615,16 +6625,16 @@
</attribute-type>
<attribute type="reRender"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="datascroller"
start-tag="required">
<description><![CDATA[The datascroller component is designed for
providing the functionality of tables scrolling using Ajax
requests.]]></description>
<attribute-type name="action" required="false">
- <description>
- MethodBinding pointing at the application action to be
- invoked, if this UIComponent is activated by you, during
- the Apply Request Values or Invoke Application phase of
- the request processing lifecycle, depending on the value
- of the immediate property
+ <description>
+ MethodBinding pointing at the application action to be
+ invoked, if this UIComponent is activated by you, during
+ the Apply Request Values or Invoke Application phase of
+ the request processing lifecycle, depending on the value
+ of the immediate property
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -6634,9 +6644,9 @@
</attribute-type>
<attribute type="action"/>
<attribute-type name="actionListener"
required="false">
- <description>
- MethodBinding pointing at method accepting an
- ActionEvent with return type void
+ <description>
+ MethodBinding pointing at method accepting an
+ ActionEvent with return type void
</description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
@@ -6647,11 +6657,11 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- Boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only.
+ <description>
+ Boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6663,10 +6673,10 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="align" required="false">
- <description>
- This attribute specifies the position of the table with
- relatively to the document. Possible values are
- "left","center","right ". Default value is
"center".
+ <description>
+ This attribute specifies the position of the table with
+ relatively to the document. Possible values are
+ "left","center","right ". Default value is
"center".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6679,9 +6689,9 @@
</attribute-type>
<attribute type="align"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -6690,12 +6700,12 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="boundaryControls"
required="false">
- <description>
- The attribute specifies the visibility of
- boundaryControls. Possible values are: "show" (controls
- are always visible ). "hide" (controls are hidden.
- "auto" (unnecessary controls are hidden). Default value
- is "show".
+ <description>
+ The attribute specifies the visibility of
+ boundaryControls. Possible values are: "show" (controls
+ are always visible ). "hide" (controls are hidden.
+ "auto" (unnecessary controls are hidden). Default value
+ is "show".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6708,10 +6718,10 @@
</attribute-type>
<attribute type="boundaryControls"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6723,10 +6733,10 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6734,11 +6744,11 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6746,11 +6756,11 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="fastControls" required="false">
- <description>
- The attribute specifies the visibility of fastControls.
- Possible values are: "show" (controls are always visible
- ). "hide" (controls are hidden. "auto" (unnecessary
- controls are hidden). Default value is "show".
+ <description>
+ The attribute specifies the visibility of fastControls.
+ Possible values are: "show" (controls are always visible
+ ). "hide" (controls are hidden. "auto" (unnecessary
+ controls are hidden). Default value is "show".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6758,9 +6768,9 @@
</attribute-type>
<attribute type="fastControls"/>
<attribute-type name="fastStep" required="false">
- <description>
- The attribute indicates pages quantity to switch onto
- when fast scrolling is used. Default value is "0".
+ <description>
+ The attribute indicates pages quantity to switch onto
+ when fast scrolling is used. Default value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6768,9 +6778,9 @@
</attribute-type>
<attribute type="fastStep"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6778,8 +6788,8 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="for" required="false">
- <description>
- ID of the table component whose data is scrollled
+ <description>
+ ID of the table component whose data is scrollled
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6794,21 +6804,21 @@
</attribute-type>
<attribute type="handleValue"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now. Default value is
- "true".
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now. Default value is
+ "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6816,11 +6826,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6832,9 +6842,9 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="inactiveStyle" required="false">
- <description>
- Corresponds to the HTML style attribute for the inactive
- cell on scroller
+ <description>
+ Corresponds to the HTML style attribute for the inactive
+ cell on scroller
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6842,9 +6852,9 @@
</attribute-type>
<attribute type="inactiveStyle"/>
<attribute-type name="inactiveStyleClass"
required="false">
- <description>
- Corresponds to the HTML class attribute for the inactive
- cell on scroller
+ <description>
+ Corresponds to the HTML class attribute for the inactive
+ cell on scroller
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6852,10 +6862,10 @@
</attribute-type>
<attribute type="inactiveStyleClass"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6867,8 +6877,8 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="maxPages" required="false">
- <description>
- Maximum quantity of pages. Default value is "10".
+ <description>
+ Maximum quantity of pages. Default value is "10".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6876,9 +6886,9 @@
</attribute-type>
<attribute type="maxPages"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6886,8 +6896,8 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6895,9 +6905,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6905,9 +6915,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6915,8 +6925,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6924,8 +6934,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6933,8 +6943,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6942,9 +6952,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6952,8 +6962,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6961,8 +6971,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6970,8 +6980,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6979,8 +6989,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6988,8 +6998,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onpagechange" required="false">
- <description>
- JavaScript handler for call after the page is changed
+ <description>
+ JavaScript handler for call after the page is changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -6997,8 +7007,8 @@
</attribute-type>
<attribute type="onpagechange"/>
<attribute-type name="page" required="false">
- <description>
- If page &gt;= 1 then it's a page number to show
+ <description>
+ If page &gt;= 1 then it's a page number to show
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7006,9 +7016,9 @@
</attribute-type>
<attribute type="page"/>
<attribute-type name="pageIndexVar" required="false">
- <description>
- Name of variable in request scope containing index of
- active page
+ <description>
+ Name of variable in request scope containing index of
+ active page
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7016,9 +7026,9 @@
</attribute-type>
<attribute type="pageIndexVar"/>
<attribute-type name="pagesVar" required="false">
- <description>
- Name of variable in request scope containing number of
- pages
+ <description>
+ Name of variable in request scope containing number of
+ pages
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7026,12 +7036,12 @@
</attribute-type>
<attribute type="pagesVar"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7039,11 +7049,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7051,10 +7061,10 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="renderIfSinglePage"
required="false">
- <description>
- If renderIfSinglePage is "true" then datascroller is
- displayed on condition that the data hold on one page.
- Default value is "true".
+ <description>
+ If renderIfSinglePage is "true" then datascroller is
+ displayed on condition that the data hold on one page.
+ Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7062,8 +7072,8 @@
</attribute-type>
<attribute type="renderIfSinglePage"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7075,12 +7085,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7088,9 +7098,9 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="scrollerListener"
required="false">
- <description>
- MethodBinding representing an action listener method
- that will be notified after scrolling
+ <description>
+ MethodBinding representing an action listener method
+ that will be notified after scrolling
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -7101,9 +7111,9 @@
</attribute-type>
<attribute type="scrollerListener"/>
<attribute-type name="selectedStyle" required="false">
- <description>
- Corresponds to the HTML style attribute for the selected
- cell on scroller
+ <description>
+ Corresponds to the HTML style attribute for the selected
+ cell on scroller
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7111,9 +7121,9 @@
</attribute-type>
<attribute type="selectedStyle"/>
<attribute-type name="selectedStyleClass"
required="false">
- <description>
- Corresponds to the HTML class attribute for the selected
- cell on scroller
+ <description>
+ Corresponds to the HTML class attribute for the selected
+ cell on scroller
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7121,9 +7131,9 @@
</attribute-type>
<attribute type="selectedStyleClass"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7131,11 +7141,11 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="stepControls" required="false">
- <description>
- The attribute specifies the visibility of stepControls.
- Possible values are: "show" (controls are always visible
- ). "hide" (controls are hidden. "auto" (unnecessary
- controls are hidden). Default value is "show".
+ <description>
+ The attribute specifies the visibility of stepControls.
+ Possible values are: "show" (controls are always visible
+ ). "hide" (controls are hidden. "auto" (unnecessary
+ controls are hidden). Default value is "show".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7143,9 +7153,9 @@
</attribute-type>
<attribute type="stepControls"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7153,8 +7163,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7162,9 +7172,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="tableStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to outside table when
- this component is rendered
+ <description>
+ CSS style(s) is/are to be applied to outside table when
+ this component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7172,9 +7182,9 @@
</attribute-type>
<attribute type="tableStyle"/>
<attribute-type name="tableStyleClass"
required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to outside table of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to outside table of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7182,10 +7192,10 @@
</attribute-type>
<attribute type="tableStyleClass"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7193,8 +7203,8 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7209,13 +7219,13 @@
</attribute-type>
<attribute type="similarityGroupingId"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="dndParam"
start-tag="required">
<description><![CDATA[The dndParam component is used for passing
parameters during drag-and-drop operations.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -7224,9 +7234,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
@@ -7238,8 +7248,8 @@
</attribute-type>
<attribute type="name"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7251,10 +7261,10 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="type" required="false">
- <description>
- This attribute defines parameter functionality. Possible
- values are "drag", "drop" and "default". Default value
- is "default".
+ <description>
+ This attribute defines parameter functionality. Possible
+ values are "drag", "drop" and "default". Default value
+ is "default".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7262,8 +7272,8 @@
</attribute-type>
<attribute type="type"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7275,9 +7285,9 @@
end-tag="required" name="dragIndicator"
start-tag="required">
<description><![CDATA[The dragIndicator is a component for defining what
appears under the mouse cursor during drag-and-drop operations. The displayed drag
indicator can show information about the dragged elements.]]></description>
<attribute-type name="acceptClass" required="false">
- <description>
- Corresponds to the HTML class attribute and added to an
- indicator when a drop is accepted
+ <description>
+ Corresponds to the HTML class attribute and added to an
+ indicator when a drop is accepted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7285,9 +7295,9 @@
</attribute-type>
<attribute type="acceptClass"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -7296,16 +7306,16 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="rejectClass" required="false">
- <description>
- Corresponds to the HTML class attribute and added to an
- indicator when a drop is rejected
+ <description>
+ Corresponds to the HTML class attribute and added to an
+ indicator when a drop is rejected
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7313,8 +7323,8 @@
</attribute-type>
<attribute type="rejectClass"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7326,9 +7336,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7336,8 +7346,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7349,9 +7359,9 @@
end-tag="required" name="dragListener"
start-tag="required">
<description><![CDATA[The dragListener represents an action listener
method that is notified after a drag operation.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -7360,16 +7370,16 @@
</attribute-type>
<attribute type="binding"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="dragSupport"
start-tag="required">
<description><![CDATA[The dragSupport component defines a subtree of the
component tree as draggable for drag-and-drop operations. Within such a "drag
zone," you can click the mouse button on an item and drag it to any component that
supports drop operations (a "drop zone"). It encodes all the necessary
JavaScript for supporting drag-and-drop operations.]]></description>
<attribute-type name="action" required="false">
- <description>
- MethodBinding pointing at the application action to be
- invoked, if this UIComponent is activated by you, during
- the Apply Request Values or Invoke Application phase of
- the request processing lifecycle, depending on the value
- of the immediate property
+ <description>
+ MethodBinding pointing at the application action to be
+ invoked, if this UIComponent is activated by you, during
+ the Apply Request Values or Invoke Application phase of
+ the request processing lifecycle, depending on the value
+ of the immediate property
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -7379,9 +7389,9 @@
</attribute-type>
<attribute type="action"/>
<attribute-type name="actionListener"
required="false">
- <description>
- MethodBinding pointing at method accepting an
- ActionEvent with return type void
+ <description>
+ MethodBinding pointing at method accepting an
+ ActionEvent with return type void
</description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
@@ -7392,11 +7402,11 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7408,9 +7418,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -7419,10 +7429,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7434,10 +7444,10 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7445,9 +7455,9 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="disableDefault"
required="false">
- <description>
- Disable default action for target event (append "return
- false;" to JavaScript)
+ <description>
+ Disable default action for target event (append "return
+ false;" to JavaScript)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7459,9 +7469,9 @@
</attribute-type>
<attribute type="disableDefault"/>
<attribute-type name="dragIndicator" required="false">
- <description>
- Id of a component that is used as drag pointer during
- the drag operation
+ <description>
+ Id of a component that is used as drag pointer during
+ the drag operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7469,9 +7479,9 @@
</attribute-type>
<attribute type="dragIndicator"/>
<attribute-type name="dragListener" required="false">
- <description>
- MethodBinding representing an action listener method
- that will be notified after drag operation
+ <description>
+ MethodBinding representing an action listener method
+ that will be notified after drag operation
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -7482,9 +7492,9 @@
</attribute-type>
<attribute type="dragListener"/>
<attribute-type name="dragType" required="false">
- <description>
- A drag zone type that is used for zone definition, which
- elements can be accepted by a drop zone
+ <description>
+ A drag zone type that is used for zone definition, which
+ elements can be accepted by a drop zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7492,8 +7502,8 @@
</attribute-type>
<attribute type="dragType"/>
<attribute-type name="dragValue" required="false">
- <description>
- Data to be sent to a drop zone after a drop event
+ <description>
+ Data to be sent to a drop zone after a drop event
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7501,11 +7511,11 @@
</attribute-type>
<attribute type="dragValue"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7513,9 +7523,9 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7523,9 +7533,9 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="grabCursors" required="false">
- <description>
- List of comma separated cursors that indicates then you
- can grab and drag an object
+ <description>
+ List of comma separated cursors that indicates then you
+ can grab and drag an object
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7533,9 +7543,9 @@
</attribute-type>
<attribute type="grabCursors"/>
<attribute-type name="grabbingCursors"
required="false">
- <description>
- list of comma separated cursors that indicates then the
- you has grabbed something
+ <description>
+ list of comma separated cursors that indicates then the
+ you has grabbed something
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7543,20 +7553,20 @@
</attribute-type>
<attribute type="grabbingCursors"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7564,11 +7574,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7580,10 +7590,10 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7595,9 +7605,9 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7605,9 +7615,9 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7615,8 +7625,8 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondragend" required="false">
- <description>
- A JavaScript event handler called after a drag operation
+ <description>
+ A JavaScript event handler called after a drag operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7624,8 +7634,8 @@
</attribute-type>
<attribute type="ondragend"/>
<attribute-type name="ondragstart" required="false">
- <description>
- A JavaScript event handler called before drag operation
+ <description>
+ A JavaScript event handler called before drag operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7633,8 +7643,8 @@
</attribute-type>
<attribute type="ondragstart"/>
<attribute-type name="ondropout" required="false">
- <description>
- A JavaScript event handler called after a out operation
+ <description>
+ A JavaScript event handler called after a out operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7642,8 +7652,8 @@
</attribute-type>
<attribute type="ondropout"/>
<attribute-type name="ondropover" required="false">
- <description>
- A JavaScript event handler called after a drop operation
+ <description>
+ A JavaScript event handler called after a drop operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7651,12 +7661,12 @@
</attribute-type>
<attribute type="ondropover"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7664,11 +7674,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7676,8 +7686,8 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7689,12 +7699,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7702,9 +7712,9 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7712,10 +7722,10 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7723,8 +7733,8 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7743,9 +7753,9 @@
end-tag="required" name="dropDownMenu"
start-tag="required">
<description><![CDATA[The dropDownMenu component is used for creating
multilevel drop-down menus.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -7754,11 +7764,11 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="direction" required="false">
- <description>
- Defines direction of the popup list to appear. Possible
- values are "top-right", "top-right", "top-left",
- "bottom-right", "bottom-left", "auto". Default value
is
- "auto".
+ <description>
+ Defines direction of the popup list to appear. Possible
+ values are "top-right", "top-right", "top-left",
+ "bottom-right", "bottom-left", "auto". Default value
is
+ "auto".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7773,9 +7783,9 @@
</attribute-type>
<attribute type="direction"/>
<attribute-type name="disabled" required="false">
- <description>
- Attribute 'disabled' provides possibility to make the
- whole menu disabled if its value equals to "true".
+ <description>
+ Attribute 'disabled' provides possibility to make the
+ whole menu disabled if its value equals to "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7787,9 +7797,9 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="disabledItemClass"
required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to disabled item of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to disabled item of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7797,9 +7807,9 @@
</attribute-type>
<attribute type="disabledItemClass"/>
<attribute-type name="disabledItemStyle"
required="false">
- <description>
- CSS style(s) is/are to be applied to disabled item when
- this component is rendered.
+ <description>
+ CSS style(s) is/are to be applied to disabled item when
+ this component is rendered.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7807,9 +7817,9 @@
</attribute-type>
<attribute type="disabledItemStyle"/>
<attribute-type name="disabledLabelClass"
required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to disabled label of DD menu
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to disabled label of DD menu
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7817,9 +7827,9 @@
</attribute-type>
<attribute type="disabledLabelClass"/>
<attribute-type name="event" required="false">
- <description>
- Defines the event on the representation element that
- triggers the menu's appearance.
+ <description>
+ Defines the event on the representation element that
+ triggers the menu's appearance.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7827,9 +7837,9 @@
</attribute-type>
<attribute type="event"/>
<attribute-type name="hideDelay" required="false">
- <description>
- Delay between losing focus and menu closing. Default
- value is "800".
+ <description>
+ Delay between losing focus and menu closing. Default
+ value is "800".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7837,9 +7847,9 @@
</attribute-type>
<attribute type="hideDelay"/>
<attribute-type name="horizontalOffset"
required="false">
- <description>
- Sets the horizontal offset between popup list and label
- element. Default value is "0". conjunction point
+ <description>
+ Sets the horizontal offset between popup list and label
+ element. Default value is "0". conjunction point
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7847,16 +7857,16 @@
</attribute-type>
<attribute type="horizontalOffset"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="itemClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to item of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to item of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7864,9 +7874,9 @@
</attribute-type>
<attribute type="itemClass"/>
<attribute-type name="itemStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to item when this
- component is rendered.
+ <description>
+ CSS style(s) is/are to be applied to item when this
+ component is rendered.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7874,11 +7884,11 @@
</attribute-type>
<attribute type="itemStyle"/>
<attribute-type name="jointPoint" required="false">
- <description>
- Sets the corner of the label for the pop-up to be
- connected with. Possible values are "tr", "tl", "bl",
- "br", "bottom-left", "auto". Default value is
"auto".
- "tr" stands for top-right.
+ <description>
+ Sets the corner of the label for the pop-up to be
+ connected with. Possible values are "tr", "tl", "bl",
+ "br", "bottom-left", "auto". Default value is
"auto".
+ "tr" stands for top-right.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7900,8 +7910,8 @@
</attribute-type>
<attribute type="onexpand"/>
<attribute-type name="ongroupactivate"
required="false">
- <description>
- HTML: script expression; some group was activated.
+ <description>
+ HTML: script expression; some group was activated.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7909,8 +7919,8 @@
</attribute-type>
<attribute type="ongroupactivate"/>
<attribute-type name="onitemselect" required="false">
- <description>
- HTML: script expression; some item was selected.
+ <description>
+ HTML: script expression; some item was selected.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7918,8 +7928,8 @@
</attribute-type>
<attribute type="onitemselect"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: script expression; a pointer was moved within.
+ <description>
+ HTML: script expression; a pointer was moved within.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7927,8 +7937,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: script expression; a pointer was moved away.
+ <description>
+ HTML: script expression; a pointer was moved away.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7936,8 +7946,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: script expression; a pointer was moved onto.
+ <description>
+ HTML: script expression; a pointer was moved onto.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7945,8 +7955,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="popupWidth" required="false">
- <description>
- Sets minimal width for all lists that will appear.
+ <description>
+ Sets minimal width for all lists that will appear.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7954,8 +7964,8 @@
</attribute-type>
<attribute type="popupWidth"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7967,9 +7977,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="selectItemClass"
required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to selected item of this component.
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to selected item of this component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7977,9 +7987,9 @@
</attribute-type>
<attribute type="selectItemClass"/>
<attribute-type name="selectItemStyle"
required="false">
- <description>
- CSS style(s) is/are to be applied to selected item when
- this component is rendered.
+ <description>
+ CSS style(s) is/are to be applied to selected item when
+ this component is rendered.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7987,9 +7997,9 @@
</attribute-type>
<attribute type="selectItemStyle"/>
<attribute-type name="selectedLabelClass"
required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to selected label of DD menu
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to selected label of DD menu
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -7997,9 +8007,9 @@
</attribute-type>
<attribute type="selectedLabelClass"/>
<attribute-type name="showDelay" required="false">
- <description>
- Delay between event and menu showing. Default value is
- "50".
+ <description>
+ Delay between event and menu showing. Default value is
+ "50".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8007,9 +8017,9 @@
</attribute-type>
<attribute type="showDelay"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8017,8 +8027,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8026,11 +8036,11 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="submitMode" required="false">
- <description>
- Sets the submission mode for all menu items of the menu
- except ones where this attribute redefined. Possible
- values are "ajax","server","none". Default value is
- "sever".
+ <description>
+ Sets the submission mode for all menu items of the menu
+ except ones where this attribute redefined. Possible
+ values are "ajax","server","none". Default value is
+ "sever".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8043,9 +8053,9 @@
</attribute-type>
<attribute type="submitMode"/>
<attribute-type name="value" required="false">
- <description>
- Defines representation text for Label used for menu
- calls.
+ <description>
+ Defines representation text for Label used for menu
+ calls.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8053,9 +8063,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="verticalOffset"
required="false">
- <description>
- Sets the vertical offset between popup list and label
- element. Default value is "0". conjunction point
+ <description>
+ Sets the vertical offset between popup list and label
+ element. Default value is "0". conjunction point
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8074,9 +8084,9 @@
end-tag="required" name="dropListener"
start-tag="required">
<description><![CDATA[The dropListener represents an action listener
method that is notified after a drop operation.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -8085,13 +8095,13 @@
</attribute-type>
<attribute type="binding"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="dropSupport"
start-tag="required">
<description><![CDATA[The dropSupport component transforms a parent
component into a target zone for drag-and-drop operations. When a draggable element is
moved and dropped onto the area of the parent component, Ajax request processing for this
event is started.]]></description>
<attribute-type name="acceptCursors" required="false">
- <description>
- List of comma separated cursors that indicates when
- acceptable draggable over dropzone
+ <description>
+ List of comma separated cursors that indicates when
+ acceptable draggable over dropzone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8099,9 +8109,9 @@
</attribute-type>
<attribute type="acceptCursors"/>
<attribute-type name="acceptedTypes" required="false">
- <description>
- A list of drag zones types, which elements are accepted
- by a drop zone
+ <description>
+ A list of drag zones types, which elements are accepted
+ by a drop zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8109,12 +8119,12 @@
</attribute-type>
<attribute type="acceptedTypes"/>
<attribute-type name="action" required="false">
- <description>
- MethodBinding pointing at the application action to be
- invoked, if this UIComponent is activated by you, during
- the Apply Request Values or Invoke Application phase of
- the request processing lifecycle, depending on the value
- of the immediate property
+ <description>
+ MethodBinding pointing at the application action to be
+ invoked, if this UIComponent is activated by you, during
+ the Apply Request Values or Invoke Application phase of
+ the request processing lifecycle, depending on the value
+ of the immediate property
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -8124,9 +8134,9 @@
</attribute-type>
<attribute type="action"/>
<attribute-type name="actionListener"
required="false">
- <description>
- MethodBinding pointing at method accepting an
- ActionEvent with return type void
+ <description>
+ MethodBinding pointing at method accepting an
+ ActionEvent with return type void
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -8137,11 +8147,11 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8153,9 +8163,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -8164,10 +8174,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8179,8 +8189,8 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="cursorTypeMapping"
required="false">
- <description>
- Mapping between drop types and acceptable cursors
+ <description>
+ Mapping between drop types and acceptable cursors
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8188,10 +8198,10 @@
</attribute-type>
<attribute type="cursorTypeMapping"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8199,9 +8209,9 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="disableDefault"
required="false">
- <description>
- Disable default action for target event (append "return
- false;" to JavaScript)
+ <description>
+ Disable default action for target event (append "return
+ false;" to JavaScript)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8213,9 +8223,9 @@
</attribute-type>
<attribute type="disableDefault"/>
<attribute-type name="dropListener" required="false">
- <description>
- MethodBinding representing an action listener method
- that will be notified after drop operation.
+ <description>
+ MethodBinding representing an action listener method
+ that will be notified after drop operation.
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -8226,8 +8236,8 @@
</attribute-type>
<attribute type="dropListener"/>
<attribute-type name="dropValue" required="false">
- <description>
- Data to be processed after a drop event
+ <description>
+ Data to be processed after a drop event
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8235,11 +8245,11 @@
</attribute-type>
<attribute type="dropValue"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8247,9 +8257,9 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8257,20 +8267,20 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8278,11 +8288,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8294,10 +8304,10 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8309,9 +8319,9 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8319,9 +8329,9 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8329,9 +8339,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondragenter" required="false">
- <description>
- A JavaScript event handler called on enter draggable
- object to zone
+ <description>
+ A JavaScript event handler called on enter draggable
+ object to zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8339,9 +8349,9 @@
</attribute-type>
<attribute type="ondragenter"/>
<attribute-type name="ondragexit" required="false">
- <description>
- A JavaScript event handler called after a drag object
- leaves zone
+ <description>
+ A JavaScript event handler called after a drag object
+ leaves zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8349,9 +8359,9 @@
</attribute-type>
<attribute type="ondragexit"/>
<attribute-type name="ondrop" required="false">
- <description>
- A JavaScript event handler called after a drag object is
- dropped to zone
+ <description>
+ A JavaScript event handler called after a drag object is
+ dropped to zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8359,9 +8369,9 @@
</attribute-type>
<attribute type="ondrop"/>
<attribute-type name="ondropend" required="false">
- <description>
- A JavaScript handler for event fired on a drop even the
- drop for a given type is not available
+ <description>
+ A JavaScript handler for event fired on a drop even the
+ drop for a given type is not available
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8369,12 +8379,12 @@
</attribute-type>
<attribute type="ondropend"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8382,11 +8392,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8394,9 +8404,9 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rejectCursors" required="false">
- <description>
- List of comma separated cursors that indicates when
- rejectable draggable over dropzone
+ <description>
+ List of comma separated cursors that indicates when
+ rejectable draggable over dropzone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8404,8 +8414,8 @@
</attribute-type>
<attribute type="rejectCursors"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8417,12 +8427,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8430,9 +8440,9 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8440,10 +8450,10 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8451,10 +8461,10 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="typeMapping" required="false">
- <description>
- Map between a draggable type and an indicator name on
- zone. it's defined with the pair (drag type:indicator
- name))
+ <description>
+ Map between a draggable type and an indicator name on
+ zone. it's defined with the pair (drag type:indicator
+ name))
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8462,8 +8472,8 @@
</attribute-type>
<attribute type="typeMapping"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8482,9 +8492,9 @@
end-tag="required" name="editor"
start-tag="required">
<description><![CDATA[The editor component is used for creating a
WYSIWYG editor on a page.]]></description>
<attribute-type name="autoResize" required="false">
- <description>
- Attribute enables to get the Editor area to resize to the boundaries of the
- contents
+ <description>
+ Attribute enables to get the Editor area to resize to the boundaries of the
+ contents
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8496,9 +8506,9 @@
</attribute-type>
<attribute type="autoResize"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -8507,8 +8517,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="configuration" required="false">
- <description>
- Attribute defines configuration properties file name
+ <description>
+ Attribute defines configuration properties file name
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8516,8 +8526,8 @@
</attribute-type>
<attribute type="configuration"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8525,10 +8535,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8536,9 +8546,9 @@
</attribute-type>
<attribute type="converterMessage"/>
<attribute-type name="customPlugins" required="false">
- <description>
- Attribute defines property file name witch contains descriptors of custom
- plugins
+ <description>
+ Attribute defines property file name witch contains descriptors of custom
+ plugins
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8546,9 +8556,9 @@
</attribute-type>
<attribute type="customPlugins"/>
<attribute-type name="dialogType" required="false">
- <description>
- Attribute defines how dialogs/popups should be opened. Default value is
- "modal"
+ <description>
+ Attribute defines how dialogs/popups should be opened. Default value is
+ "modal"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8556,8 +8566,8 @@
</attribute-type>
<attribute type="dialogType"/>
<attribute-type name="height" required="false">
- <description>
- Attribute defines height of component.
+ <description>
+ Attribute defines height of component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8566,18 +8576,18 @@
<attribute type="height"/>
<attribute type="height"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8589,8 +8599,8 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="label" required="false">
- <description>
- A localized user presentable name for this component.
+ <description>
+ A localized user presentable name for this component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8598,8 +8608,8 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="language" required="false">
- <description>
- Attribute defines Editor language
+ <description>
+ Attribute defines Editor language
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8607,9 +8617,9 @@
</attribute-type>
<attribute type="language"/>
<attribute-type name="onchange" required="false">
- <description>
- Attribute enables to specify a function name to be executed each time content
- is modified by TinyMCE.
+ <description>
+ Attribute enables to specify a function name to be executed each time content
+ is modified by TinyMCE.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8617,9 +8627,9 @@
</attribute-type>
<attribute type="onchange"/>
<attribute-type name="oninit" required="false">
- <description>
- Attribute defines a function name to be executed when all Editor instances
- have finished their initialization.
+ <description>
+ Attribute defines a function name to be executed when all Editor instances
+ have finished their initialization.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8627,9 +8637,9 @@
</attribute-type>
<attribute type="oninit"/>
<attribute-type name="onsave" required="false">
- <description>
- Attribute enables to add custom logic to be executed when the contents is
- extracted/saved.
+ <description>
+ Attribute enables to add custom logic to be executed when the contents is
+ extracted/saved.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8637,8 +8647,8 @@
</attribute-type>
<attribute type="onsave"/>
<attribute-type name="onsetup" required="false">
- <description>
- Attribute enables to add events to Editor instances before they get rendered.
+ <description>
+ Attribute enables to add events to Editor instances before they get rendered.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8646,8 +8656,8 @@
</attribute-type>
<attribute type="onsetup"/>
<attribute-type name="plugins" required="false">
- <description>
- Attribute defines Editor plugins
+ <description>
+ Attribute defines Editor plugins
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8655,8 +8665,8 @@
</attribute-type>
<attribute type="plugins"/>
<attribute-type name="readonly" required="false">
- <description>
- Attribute defines Editor is readonly
+ <description>
+ Attribute defines Editor is readonly
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8668,8 +8678,8 @@
</attribute-type>
<attribute type="readonly"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8681,8 +8691,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8694,8 +8704,8 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <description>
- requiredMessage
+ <description>
+ requiredMessage
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8703,8 +8713,8 @@
</attribute-type>
<attribute type="requiredMessage"/>
<attribute-type name="skin" required="false">
- <description>
- Attribute defines Editor skin
+ <description>
+ Attribute defines Editor skin
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8712,8 +8722,8 @@
</attribute-type>
<attribute type="skin"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8721,8 +8731,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8730,14 +8740,14 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="tabindex" required="false">
- <description>
- In visual mode the attribute works the same way as
- "tab_focus" TinyMCE's property the attribute enables
- you to specify an element ID to focus, when the TAB key is pressed .
- You can also use the special ":prev" and ":next" values that
will
- then place the focus on an input element placed before/after the TinyMCE
- instance in the DOM. While in "source" mode the attribute works like
- standard HTML tabindex attribute.
+ <description>
+ In visual mode the attribute works the same way as
+ "tab_focus" TinyMCE's property the attribute enables
+ you to specify an element ID to focus, when the TAB key is pressed .
+ You can also use the special ":prev" and ":next" values that
will
+ then place the focus on an input element placed before/after the TinyMCE
+ instance in the DOM. While in "source" mode the attribute works like
+ standard HTML tabindex attribute.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8745,8 +8755,8 @@
</attribute-type>
<attribute type="tabindex"/>
<attribute-type name="theme" required="false">
- <description>
- Attribute defines Editor theme
+ <description>
+ Attribute defines Editor theme
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8754,9 +8764,9 @@
</attribute-type>
<attribute type="theme"/>
<attribute-type name="useSeamText" required="false">
- <description>
- Attribute defines if model value should be converted to Seam Text. Default
- value is "false"
+ <description>
+ Attribute defines if model value should be converted to Seam Text. Default
+ value is "false"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8768,11 +8778,11 @@
</attribute-type>
<attribute type="useSeamText"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -8782,10 +8792,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8793,8 +8803,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8812,9 +8822,9 @@
</attribute-type>
<attribute type="valueChangeListener"/>
<attribute-type name="viewMode" required="false">
- <description>
- Attribute defines if tinyMCE WYSIWYG should be disabled. Default value is
- "visual"
+ <description>
+ Attribute defines if tinyMCE WYSIWYG should be disabled. Default value is
+ "visual"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8822,8 +8832,8 @@
</attribute-type>
<attribute type="viewMode"/>
<attribute-type name="width" required="false">
- <description>
- Attribute defines width of component.
+ <description>
+ Attribute defines width of component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8831,13 +8841,13 @@
</attribute-type>
<attribute type="width"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="effect"
start-tag="required">
<description><![CDATA[The effect utilizes a set of effects provided by
the scriptaculous JavaScript library. It allows to attach effects to JSF components and
html tags. ]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -8846,9 +8856,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="disableDefault"
required="false">
- <description>
- Disable default action for target event ( append "return
- false;" to javascript ). Default value is "false".
+ <description>
+ Disable default action for target event ( append "return
+ false;" to javascript ). Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8860,9 +8870,9 @@
</attribute-type>
<attribute type="disableDefault"/>
<attribute-type name="event" required="false">
- <description>
- Event on the component or html tag the effect is
- attached to
+ <description>
+ Event on the component or html tag the effect is
+ attached to
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8877,9 +8887,9 @@
</attribute-type>
<attribute type="for"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
@@ -8891,9 +8901,9 @@
</attribute-type>
<attribute type="name"/>
<attribute-type name="params" required="false">
- <description>
- Parameters passed to the effect function. Example
- params="{duration:0.2,from:1.0,to:0.1}"
+ <description>
+ Parameters passed to the effect function. Example
+ params="{duration:0.2,from:1.0,to:0.1}"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8901,8 +8911,8 @@
</attribute-type>
<attribute type="params"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8914,11 +8924,11 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="targetId" required="false">
- <description>
- The id of the element the effect apply to. Might be
- component id or client id of jsf component or html tag.
- If targetId is not defined the value of the attribute
- 'for' or the 'targetId' option effect play its role
+ <description>
+ The id of the element the effect apply to. Might be
+ component id or client id of jsf component or html tag.
+ If targetId is not defined the value of the attribute
+ 'for' or the 'targetId' option effect play its role
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -8926,42 +8936,56 @@
</attribute-type>
<attribute type="targetId"/>
<attribute-type name="type" required="false">
- <description>
- Defines the type of effect. Possible values: "Fade",
- "Blind", "Opacity".
+ <description>
+ Defines the type of effect. Possible values: "Fade",
+ "Blind",
"Opacity","BlindDown","BlindUp","SwitchOff",
+ "DropOut","Highlight","Fold","Squish","Appear".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="enumeration">
+ <param value="Fade"/>
+ <param value="BlindDown"/>
+ <param value="BlindUp"/>
+ <param value="Opacity"/>
+ <param value="SwitchOff"/>
+ <param value="DropOut"/>
+ <param value="Highlight"/>
+ <param value="Fold"/>
+ <param value="Squish"/>
+ <param value="Appear"/>
+ <param value="BlindDown"/>
+ </proposal>
</attribute-type>
<attribute type="type"/>
</element-type>
<element-type body-content="allowed" content="mixed"
end-tag="required" name="fileUpload"
start-tag="required">
- <description>
- Renders a file upload control.
-
- The following configuration options for ajax4jsf filter may
- be configured in web.xml:
-
- * createTempFiles - if this option is set to true, uploaded
- files are streamed to a temporary file instead of in memory.
- * maxRequestSize - the maximum size of a file upload
- request, in bytes.
-
- Here's an example:
-
- &lt;filter&gt; &lt;display-name&gt;Ajax4jsf
- Filter&lt;/display-name&gt;
- &lt;filter-name&gt;ajax4jsf&lt;/filter-name&gt;
- &lt;filter-class&gt;org.ajax4jsf.Filter&lt;/filter-class&gt;
- &lt;init-param&gt;
- &lt;param-name&gt;createTempFiles&lt;/param-name&gt;
- &lt;param-value&gt;false&lt;/param-value&gt;
- &lt;/init-param&gt; &lt;init-param&gt;
- &lt;param-name&gt;maxRequestSize&lt;/param-name&gt;
- &lt;param-value&gt;20000000&lt;/param-value&gt;
- &lt;/init-param&gt; &lt;/filter&gt;
+ <description>
+ Renders a file upload control.
+
+ The following configuration options for ajax4jsf filter may
+ be configured in web.xml:
+
+ * createTempFiles - if this option is set to true, uploaded
+ files are streamed to a temporary file instead of in memory.
+ * maxRequestSize - the maximum size of a file upload
+ request, in bytes.
+
+ Here's an example:
+
+ &lt;filter&gt; &lt;display-name&gt;Ajax4jsf
+ Filter&lt;/display-name&gt;
+ &lt;filter-name&gt;ajax4jsf&lt;/filter-name&gt;
+ &lt;filter-class&gt;org.ajax4jsf.Filter&lt;/filter-class&gt;
+ &lt;init-param&gt;
+ &lt;param-name&gt;createTempFiles&lt;/param-name&gt;
+ &lt;param-value&gt;false&lt;/param-value&gt;
+ &lt;/init-param&gt; &lt;init-param&gt;
+ &lt;param-name&gt;maxRequestSize&lt;/param-name&gt;
+ &lt;param-value&gt;20000000&lt;/param-value&gt;
+ &lt;/init-param&gt; &lt;/filter&gt;
</description>
<attribute-type name="acceptedTypes" required="false">
<description>Files types allowed to upload</description>
@@ -8971,12 +8995,12 @@
</attribute-type>
<attribute type="acceptedTypes"/>
<attribute-type name="accesskey" required="false">
- <description>
- This attribute assigns an access key to an element. An
- access key is a single character from the document
- character set. Note: Authors should consider the input
- method of the expected reader when specifying an
- accesskey
+ <description>
+ This attribute assigns an access key to an element. An
+ access key is a single character from the document
+ character set. Note: Authors should consider the input
+ method of the expected reader when specifying an
+ accesskey
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9005,11 +9029,11 @@
</attribute-type>
<attribute type="addControlLabel"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- Boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only.
+ <description>
+ Boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9021,11 +9045,11 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="alt" required="false">
- <description>
- For a user agents that cannot display images, forms, or
- applets, this attribute specifies alternate text. The
- language of the alternate text is specified by the lang
- attribute
+ <description>
+ For a user agents that cannot display images, forms, or
+ applets, this attribute specifies alternate text. The
+ language of the alternate text is specified by the lang
+ attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9033,10 +9057,10 @@
</attribute-type>
<attribute type="alt"/>
<attribute-type name="autoclear" required="false">
- <description>
- If this attribute is "true" files will be immediately
- removed from list after upload completed. Default value
- is "false".
+ <description>
+ If this attribute is "true" files will be immediately
+ removed from list after upload completed. Default value
+ is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9044,9 +9068,9 @@
</attribute-type>
<attribute type="autoclear"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -9062,8 +9086,8 @@
</attribute-type>
<attribute type="cancelButtonClass"/>
<attribute-type name="cancelButtonClassDisabled"
required="false">
- <description>
- CSS style for cancel button disabled
+ <description>
+ CSS style for cancel button disabled
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9071,8 +9095,8 @@
</attribute-type>
<attribute type="cancelButtonClassDisabled"/>
<attribute-type name="cancelEntryControlLabel"
required="false">
- <description>
- Defines a label for a cancel control
+ <description>
+ Defines a label for a cancel control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9087,8 +9111,8 @@
</attribute-type>
<attribute type="cleanButtonClass"/>
<attribute-type name="cleanButtonClassDisabled"
required="false">
- <description>
- CSS style for clean button disabled
+ <description>
+ CSS style for clean button disabled
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9096,8 +9120,8 @@
</attribute-type>
<attribute type="cleanButtonClassDisabled"/>
<attribute-type name="clearAllControlLabel"
required="false">
- <description>
- Defines a label for a clearAll button
+ <description>
+ Defines a label for a clearAll button
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9105,8 +9129,8 @@
</attribute-type>
<attribute type="clearAllControlLabel"/>
<attribute-type name="clearControlLabel"
required="false">
- <description>
- Defines a label for a clear control
+ <description>
+ Defines a label for a clear control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9114,10 +9138,10 @@
</attribute-type>
<attribute type="clearControlLabel"/>
<attribute-type name="disabled" required="false">
- <description>
- Attribute 'disabled' provides a possibility to make the
- whole component disabled if its value equals to "true".
- Default value is "false".
+ <description>
+ Attribute 'disabled' provides a possibility to make the
+ whole component disabled if its value equals to "true".
+ Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9143,8 +9167,8 @@
</attribute-type>
<attribute type="fileEntryClass"/>
<attribute-type name="fileEntryClassDisabled"
required="false">
- <description>
- CSS style upload file entry disabled
+ <description>
+ CSS style upload file entry disabled
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9152,8 +9176,8 @@
</attribute-type>
<attribute type="fileEntryClassDisabled"/>
<attribute-type name="fileEntryControlClass"
required="false">
- <description>
- CSS style for upload enrty control
+ <description>
+ CSS style for upload enrty control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9161,8 +9185,8 @@
</attribute-type>
<attribute type="fileEntryControlClass"/>
<attribute-type name="fileEntryControlClassDisabled"
required="false">
- <description>
- CSS style for upload enrty control disabled
+ <description>
+ CSS style for upload enrty control disabled
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9170,9 +9194,9 @@
</attribute-type>
<attribute type="fileEntryControlClassDisabled"/>
<attribute-type name="fileUploadListener"
required="false">
- <description>
- MethodExpression representing an action listener method
- that will be notified after file uploaded.
+ <description>
+ MethodExpression representing an action listener method
+ that will be notified after file uploaded.
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -9183,18 +9207,18 @@
</attribute-type>
<attribute type="fileUploadListener"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9206,10 +9230,10 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="immediateUpload"
required="false">
- <description>
- If this attribute is true files will be immediately
- uploaded after they have been added in list. Default
- value is "false".
+ <description>
+ If this attribute is true files will be immediately
+ uploaded after they have been added in list. Default
+ value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9217,8 +9241,8 @@
</attribute-type>
<attribute type="immediateUpload"/>
<attribute-type name="listHeight" required="false">
- <description>
- Defines height of file list. Default value is "210px".
+ <description>
+ Defines height of file list. Default value is "210px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9226,8 +9250,8 @@
</attribute-type>
<attribute type="listHeight"/>
<attribute-type name="listWidth" required="false">
- <description>
- Defines width of file list. Default value is "400px".
+ <description>
+ Defines width of file list. Default value is "400px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9245,9 +9269,9 @@
</attribute-type>
<attribute type="locale"/>
<attribute-type name="maxFilesQuantity"
required="false">
- <description>
- Defines max files count allowed for upload (optional).
- Default value is "1".
+ <description>
+ Defines max files count allowed for upload (optional).
+ Default value is "1".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9255,9 +9279,9 @@
</attribute-type>
<attribute type="maxFilesQuantity"/>
<attribute-type name="noDuplicate" required="false">
- <description>
- Defines if component should allow to add files that were
- already in list. Default value is "false".
+ <description>
+ Defines if component should allow to add files that were
+ already in list. Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9265,8 +9289,8 @@
</attribute-type>
<attribute type="noDuplicate"/>
<attribute-type name="onblur" required="false">
- <description>
- HTML: script expression; the element lost the focus
+ <description>
+ HTML: script expression; the element lost the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9274,8 +9298,8 @@
</attribute-type>
<attribute type="onblur"/>
<attribute-type name="onchange" required="false">
- <description>
- HTML: script expression; the element value was changed
+ <description>
+ HTML: script expression; the element value was changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9283,9 +9307,9 @@
</attribute-type>
<attribute type="onchange"/>
<attribute-type name="onclear" required="false">
- <description>
- A JavaScript event handler called when the file entries
- were cleared
+ <description>
+ A JavaScript event handler called when the file entries
+ were cleared
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9293,8 +9317,8 @@
</attribute-type>
<attribute type="onclear"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9302,9 +9326,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9312,9 +9336,9 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onerror" required="false">
- <description>
- A JavaScript event handler called when the file upload
- was interrupted according to any errors
+ <description>
+ A JavaScript event handler called when the file upload
+ was interrupted according to any errors
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9322,8 +9346,8 @@
</attribute-type>
<attribute type="onerror"/>
<attribute-type name="onfocus" required="false">
- <description>
- HTML: script expression; the element got the focus
+ <description>
+ HTML: script expression; the element got the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9331,8 +9355,8 @@
</attribute-type>
<attribute type="onfocus"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9340,8 +9364,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9349,8 +9373,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9358,9 +9382,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9368,8 +9392,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9377,8 +9401,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9386,8 +9410,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9395,8 +9419,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9404,10 +9428,10 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onselect" required="false">
- <description>
- HTML: script expression; The onselect event occurs when
- you select some text in a text field. This attribute may
- be used with the INPUT and TEXTAREA elements
+ <description>
+ HTML: script expression; The onselect event occurs when
+ you select some text in a text field. This attribute may
+ be used with the INPUT and TEXTAREA elements
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9415,9 +9439,9 @@
</attribute-type>
<attribute type="onselect"/>
<attribute-type name="onsizerejected"
required="false">
- <description>
- A JavaScript event handler called when the file
- uploading was rejected by fiel size overflow
+ <description>
+ A JavaScript event handler called when the file
+ uploading was rejected by fiel size overflow
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9425,9 +9449,9 @@
</attribute-type>
<attribute type="onsizerejected"/>
<attribute-type name="ontyperejected"
required="false">
- <description>
- A JavaScript event handler called when the file type was
- rejected according to file types allowed
+ <description>
+ A JavaScript event handler called when the file type was
+ rejected according to file types allowed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9435,8 +9459,8 @@
</attribute-type>
<attribute type="ontyperejected"/>
<attribute-type name="onupload" required="false">
- <description>
- A JavaScript event handler called on an upload operation
+ <description>
+ A JavaScript event handler called on an upload operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9444,9 +9468,9 @@
</attribute-type>
<attribute type="onupload"/>
<attribute-type name="onuploadcanceled"
required="false">
- <description>
- A JavaScript event handler called when upload is
- cancelled
+ <description>
+ A JavaScript event handler called when upload is
+ cancelled
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9454,9 +9478,9 @@
</attribute-type>
<attribute type="onuploadcanceled"/>
<attribute-type name="onuploadcomplete"
required="false">
- <description>
- A JavaScript event handler called when upload is
- completed
+ <description>
+ A JavaScript event handler called when upload is
+ completed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9464,8 +9488,8 @@
</attribute-type>
<attribute type="onuploadcomplete"/>
<attribute-type name="progressLabel" required="false">
- <description>
- Defines a label for a progress label
+ <description>
+ Defines a label for a progress label
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9473,8 +9497,8 @@
</attribute-type>
<attribute type="progressLabel"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9486,8 +9510,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9499,11 +9523,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9511,8 +9535,8 @@
</attribute-type>
<attribute type="requiredMessage"/>
<attribute-type name="sizeErrorLabel"
required="false">
- <description>
- Defines a label for a size error label
+ <description>
+ Defines a label for a size error label
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9520,9 +9544,9 @@
</attribute-type>
<attribute type="sizeErrorLabel"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9537,8 +9561,8 @@
</attribute-type>
<attribute type="stopControlLabel"/>
<attribute-type name="stopEntryControlLabel"
required="false">
- <description>
- Defines a label for a stop control
+ <description>
+ Defines a label for a stop control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9546,9 +9570,9 @@
</attribute-type>
<attribute type="stopEntryControlLabel"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9556,8 +9580,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9565,11 +9589,11 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="tabindex" required="false">
- <description>
- This attribute specifies the position of the current
- element in the tabbing order for the current document.
- This value must be a number between 0 and 32767. User
- agents should ignore leading zeros
+ <description>
+ This attribute specifies the position of the current
+ element in the tabbing order for the current document.
+ This value must be a number between 0 and 32767. User
+ agents should ignore leading zeros
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9577,8 +9601,8 @@
</attribute-type>
<attribute type="tabindex"/>
<attribute-type name="transferErrorLabel"
required="false">
- <description>
- Defines a label for a transfer error label
+ <description>
+ Defines a label for a transfer error label
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9593,8 +9617,8 @@
</attribute-type>
<attribute type="uploadButtonClass"/>
<attribute-type name="uploadButtonClassDisabled"
required="false">
- <description>
- CSS style for upload button disabled
+ <description>
+ CSS style for upload button disabled
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9602,8 +9626,8 @@
</attribute-type>
<attribute type="uploadButtonClassDisabled"/>
<attribute-type name="uploadControlLabel"
required="false">
- <description>
- Defines a label for an upload button
+ <description>
+ Defines a label for an upload button
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9625,8 +9649,8 @@
</attribute-type>
<attribute type="uploadListClass"/>
<attribute-type name="uploadListClassDisabled"
required="false">
- <description>
- CSS style for upload list disabled
+ <description>
+ CSS style for upload list disabled
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9634,11 +9658,11 @@
</attribute-type>
<attribute type="uploadListClassDisabled"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -9651,10 +9675,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9690,15 +9714,15 @@
</attribute-type>
<attribute type="stopButtonClassDisabled"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="gmap"
start-tag="required">
- <description>
- It presents the google map in JSF applications
+ <description>
+ It presents the google map in JSF applications
</description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -9707,9 +9731,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="enableContinuousZoom"
required="false">
- <description>
- Enables continuous smooth zooming for selected browsers.
- Default value is "false".
+ <description>
+ Enables continuous smooth zooming for selected browsers.
+ Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9717,9 +9741,9 @@
</attribute-type>
<attribute type="enableContinuousZoom"/>
<attribute-type name="enableDoubleClickZoom"
required="false">
- <description>
- Enables zooming in by a double click. Default value is
- "false".
+ <description>
+ Enables zooming in by a double click. Default value is
+ "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9727,9 +9751,9 @@
</attribute-type>
<attribute type="enableDoubleClickZoom"/>
<attribute-type name="enableDragging"
required="false">
- <description>
- Enables a map dragging with the mouse. Default value is
- "true".
+ <description>
+ Enables a map dragging with the mouse. Default value is
+ "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9737,8 +9761,8 @@
</attribute-type>
<attribute type="enableDragging"/>
<attribute-type name="enableInfoWindow"
required="false">
- <description>
- Enables Info Window. Default value is "true".
+ <description>
+ Enables Info Window. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9746,10 +9770,10 @@
</attribute-type>
<attribute type="enableInfoWindow"/>
<attribute-type name="gmapKey" required="false">
- <description>
- Google Map key. A single Map API key is valid for a
- single "directory" on your web server. Default value is
- "internal".
+ <description>
+ Google Map key. A single Map API key is valid for a
+ single "directory" on your web server. Default value is
+ "internal".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9757,12 +9781,12 @@
</attribute-type>
<attribute type="gmapKey"/>
<attribute-type name="gmapVar" required="false">
- <description>
- The JavaScript variable that is used to access the
- Google Map API. If you have more than one Google Map
- components on the same page, use individual key for each
- of them. The default variable name is "map" (without
- quotes).
+ <description>
+ The JavaScript variable that is used to access the
+ Google Map API. If you have more than one Google Map
+ components on the same page, use individual key for each
+ of them. The default variable name is "map" (without
+ quotes).
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9770,16 +9794,16 @@
</attribute-type>
<attribute type="gmapVar"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="lat" required="false">
- <description>
- Initial latitude coordinate in degrees, as a number
- between -90 and +90. Default value is "37.9721046".
+ <description>
+ Initial latitude coordinate in degrees, as a number
+ between -90 and +90. Default value is "37.9721046".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9787,10 +9811,10 @@
</attribute-type>
<attribute type="lat"/>
<attribute-type name="lng" required="false">
- <description>
- Initial longitude coordinate in degrees, as a number
- between -180 and +180. Default value is
- "-122.0424842834".
+ <description>
+ Initial longitude coordinate in degrees, as a number
+ between -180 and +180. Default value is
+ "-122.0424842834".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9798,9 +9822,9 @@
</attribute-type>
<attribute type="lng"/>
<attribute-type name="locale" required="false">
- <description>
- Used for locale definition. Default value is
- "getDefaultLocale()".
+ <description>
+ Used for locale definition. Default value is
+ "getDefaultLocale()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9811,10 +9835,10 @@
</attribute-type>
<attribute type="locale"/>
<attribute-type name="mapType" required="false">
- <description>
- Initial map type. The possible values are G_NORMAL_MAP,
- G_SATELLITE_MAP, G_HYBRID_MAP. Default value is
- "G_SATELLITE_MAP".
+ <description>
+ Initial map type. The possible values are G_NORMAL_MAP,
+ G_SATELLITE_MAP, G_HYBRID_MAP. Default value is
+ "G_SATELLITE_MAP".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9822,8 +9846,8 @@
</attribute-type>
<attribute type="mapType"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9831,9 +9855,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9841,9 +9865,9 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="oninit" required="false">
- <description>
- JavaScript code invoked just after the Google Map object
- is initiated.
+ <description>
+ JavaScript code invoked just after the Google Map object
+ is initiated.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9851,8 +9875,8 @@
</attribute-type>
<attribute type="oninit"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9860,8 +9884,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9869,8 +9893,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9878,9 +9902,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9888,8 +9912,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9897,8 +9921,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9906,8 +9930,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9915,8 +9939,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9924,8 +9948,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9937,8 +9961,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="showGLargeMapControl"
required="false">
- <description>
- Shows the GLarge control. Default value is "true".
+ <description>
+ Shows the GLarge control. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9950,8 +9974,8 @@
</attribute-type>
<attribute type="showGLargeMapControl"/>
<attribute-type name="showGMapTypeControl"
required="false">
- <description>
- Shows the Type switch control. Default value is "true".
+ <description>
+ Shows the Type switch control. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9963,8 +9987,8 @@
</attribute-type>
<attribute type="showGMapTypeControl"/>
<attribute-type name="showGScaleControl"
required="false">
- <description>
- It shows the scale control. Default value is "true".
+ <description>
+ It shows the scale control. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9976,9 +10000,9 @@
</attribute-type>
<attribute type="showGScaleControl"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9986,8 +10010,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -9995,10 +10019,10 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="warningMessage"
required="false">
- <description>
- The warning message that appears if a browser is not
- compatible with Google Map. Default value is "Your
- browser does not support Google Maps".
+ <description>
+ The warning message that appears if a browser is not
+ compatible with Google Map. Default value is "Your
+ browser does not support Google Maps".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10006,9 +10030,9 @@
</attribute-type>
<attribute type="warningMessage"/>
<attribute-type name="zoom" required="false">
- <description>
- Initial zoom level as a number between 1 and 18. Default
- value is "17".
+ <description>
+ Initial zoom level as a number between 1 and 18. Default
+ value is "17".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10016,13 +10040,13 @@
</attribute-type>
<attribute type="zoom"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="inplaceInput"
start-tag="required">
<description><![CDATA[The inplaceInput is an input component used for
displaying and editing data inputted. ]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -10045,8 +10069,8 @@
</attribute-type>
<attribute type="changedClass"/>
<attribute-type name="changedHoverClass"
required="false">
- <description>
- CSS style class for hovered text in changed state
+ <description>
+ CSS style class for hovered text in changed state
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10061,8 +10085,8 @@
</attribute-type>
<attribute type="controlClass"/>
<attribute-type name="controlHoverClass"
required="false">
- <description>
- CSS style class for hovered control
+ <description>
+ CSS style class for hovered control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10070,8 +10094,8 @@
</attribute-type>
<attribute type="controlHoverClass"/>
<attribute-type name="controlPressedClass"
required="false">
- <description>
- CSS style class for pressed press controls
+ <description>
+ CSS style class for pressed press controls
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10079,9 +10103,9 @@
</attribute-type>
<attribute type="controlPressedClass"/>
<attribute-type name="controlsHorizontalPosition"
required="false">
- <description>
- Positions the controls horizontally. Possible values are
- "left", "center", "right". Default value is
"right".
+ <description>
+ Positions the controls horizontally. Possible values are
+ "left", "center", "right". Default value is
"right".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10089,9 +10113,9 @@
</attribute-type>
<attribute type="controlsHorizontalPosition"/>
<attribute-type name="controlsVerticalPosition"
required="false">
- <description>
- Positions the controls vertically. Possible values are
- "bottom", "top"
+ <description>
+ Positions the controls vertically. Possible values are
+ "bottom", "top"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10099,8 +10123,8 @@
</attribute-type>
<attribute type="controlsVerticalPosition"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10108,10 +10132,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10119,9 +10143,9 @@
</attribute-type>
<attribute type="converterMessage"/>
<attribute-type name="defaultLabel" required="false">
- <description>
- The attribute is used to display text while value is
- undefined
+ <description>
+ The attribute is used to display text while value is
+ undefined
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10136,10 +10160,10 @@
</attribute-type>
<attribute type="editClass"/>
<attribute-type name="editEvent" required="false">
- <description>
- Provides an option to assign an JavaScript action that
- initiates the change of the state. Default value is
- "onclick".
+ <description>
+ Provides an option to assign an JavaScript action that
+ initiates the change of the state. Default value is
+ "onclick".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10147,18 +10171,18 @@
</attribute-type>
<attribute type="editEvent"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10177,10 +10201,10 @@
</attribute-type>
<attribute type="inputWidth"/>
<attribute-type name="layout" required="false">
- <description>
- Defines how the component is displayed in the layout.
- Possible values are "block", "inline". . Default value
- is "inline".
+ <description>
+ Defines how the component is displayed in the layout.
+ Possible values are "block", "inline". . Default value
+ is "inline".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10188,9 +10212,9 @@
</attribute-type>
<attribute type="layout"/>
<attribute-type name="maxInputWidth" required="false">
- <description>
- Sets the maximum width of the input field. Default value
- is "500px".
+ <description>
+ Sets the maximum width of the input field. Default value
+ is "500px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10198,9 +10222,9 @@
</attribute-type>
<attribute type="maxInputWidth"/>
<attribute-type name="minInputWidth" required="false">
- <description>
- Sets the minimum width of the input field. Default value
- is "40px".
+ <description>
+ Sets the minimum width of the input field. Default value
+ is "40px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10208,8 +10232,8 @@
</attribute-type>
<attribute type="minInputWidth"/>
<attribute-type name="onblur" required="false">
- <description>
- HTML: script expression; the element lost the focus
+ <description>
+ HTML: script expression; the element lost the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10217,8 +10241,8 @@
</attribute-type>
<attribute type="onblur"/>
<attribute-type name="onchange" required="false">
- <description>
- HTML: script expression; the element value was changed
+ <description>
+ HTML: script expression; the element value was changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10226,8 +10250,8 @@
</attribute-type>
<attribute type="onchange"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10235,9 +10259,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10245,9 +10269,9 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="oneditactivated"
required="false">
- <description>
- Provides a possibility to assign JavaScript to be
- executed when edit state is activated
+ <description>
+ Provides a possibility to assign JavaScript to be
+ executed when edit state is activated
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10255,9 +10279,9 @@
</attribute-type>
<attribute type="oneditactivated"/>
<attribute-type name="oneditactivation"
required="false">
- <description>
- Provides a possibility to assign JavaScript on edit
- state activation
+ <description>
+ Provides a possibility to assign JavaScript on edit
+ state activation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10265,8 +10289,8 @@
</attribute-type>
<attribute type="oneditactivation"/>
<attribute-type name="onfocus" required="false">
- <description>
- HTML: script expression; the element got the focus
+ <description>
+ HTML: script expression; the element got the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10274,8 +10298,8 @@
</attribute-type>
<attribute type="onfocus"/>
<attribute-type name="oninputclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10283,9 +10307,9 @@
</attribute-type>
<attribute type="oninputclick"/>
<attribute-type name="oninputdblclick"
required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10293,8 +10317,8 @@
</attribute-type>
<attribute type="oninputdblclick"/>
<attribute-type name="oninputkeydown"
required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10302,8 +10326,8 @@
</attribute-type>
<attribute type="oninputkeydown"/>
<attribute-type name="oninputkeypress"
required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10311,8 +10335,8 @@
</attribute-type>
<attribute type="oninputkeypress"/>
<attribute-type name="oninputkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10320,9 +10344,9 @@
</attribute-type>
<attribute type="oninputkeyup"/>
<attribute-type name="oninputmousedown"
required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10330,8 +10354,8 @@
</attribute-type>
<attribute type="oninputmousedown"/>
<attribute-type name="oninputmousemove"
required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10339,8 +10363,8 @@
</attribute-type>
<attribute type="oninputmousemove"/>
<attribute-type name="oninputmouseout"
required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10348,8 +10372,8 @@
</attribute-type>
<attribute type="oninputmouseout"/>
<attribute-type name="oninputmouseover"
required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10357,8 +10381,8 @@
</attribute-type>
<attribute type="oninputmouseover"/>
<attribute-type name="oninputmouseup"
required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10366,8 +10390,8 @@
</attribute-type>
<attribute type="oninputmouseup"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10375,8 +10399,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10384,8 +10408,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10393,9 +10417,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10403,8 +10427,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10412,8 +10436,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10421,8 +10445,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10430,8 +10454,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10439,9 +10463,9 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onselect" required="false">
- <description>
- HTML: script expression; the onselect event occurs when
- you select some menu item
+ <description>
+ HTML: script expression; the onselect event occurs when
+ you select some menu item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10449,9 +10473,9 @@
</attribute-type>
<attribute type="onselect"/>
<attribute-type name="onviewactivated"
required="false">
- <description>
- Provides a possibility to assign JavaScript to be
- executed when view state is activated
+ <description>
+ Provides a possibility to assign JavaScript to be
+ executed when view state is activated
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10459,9 +10483,9 @@
</attribute-type>
<attribute type="onviewactivated"/>
<attribute-type name="onviewactivation"
required="false">
- <description>
- Provides a possibility to assign JavaScript on view
- state activation
+ <description>
+ Provides a possibility to assign JavaScript on view
+ state activation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10469,8 +10493,8 @@
</attribute-type>
<attribute type="onviewactivation"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10482,8 +10506,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10495,11 +10519,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10514,9 +10538,9 @@
</attribute-type>
<attribute type="saveControlIcon"/>
<attribute-type name="selectOnEdit" required="false">
- <description>
- Makes the input field select when switched to edit
- state. Default value is "false"
+ <description>
+ Makes the input field select when switched to edit
+ state. Default value is "false"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10524,9 +10548,9 @@
</attribute-type>
<attribute type="selectOnEdit"/>
<attribute-type name="showControls" required="false">
- <description>
- Serves to display "save" and "cancel" controls. Default
- value is "false".
+ <description>
+ Serves to display "save" and "cancel" controls. Default
+ value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10538,8 +10562,8 @@
</attribute-type>
<attribute type="showControls"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10547,8 +10571,8 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="tabindex" required="false">
- <description>
- Serves to define the tabbing order
+ <description>
+ Serves to define the tabbing order
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10556,11 +10580,11 @@
</attribute-type>
<attribute type="tabindex"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -10573,10 +10597,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10584,8 +10608,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10610,8 +10634,8 @@
</attribute-type>
<attribute type="viewClass"/>
<attribute-type name="viewHoverClass"
required="false">
- <description>
- CSS style class for hovered text in view state
+ <description>
+ CSS style class for hovered text in view state
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10630,9 +10654,9 @@
end-tag="required" name="inplaceSelect"
start-tag="required">
<description><![CDATA[The inplaceSelect is used for creation select
based inputs: it shows the value as text in one state and enables editing the value,
providing a list of options in another state]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -10662,8 +10686,8 @@
</attribute-type>
<attribute type="controlClass"/>
<attribute-type name="controlHover" required="false">
- <description>
- CSS style class for hovered control
+ <description>
+ CSS style class for hovered control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10671,8 +10695,8 @@
</attribute-type>
<attribute type="controlHover"/>
<attribute-type name="controlPressed"
required="false">
- <description>
- CSS style class for controls pressed
+ <description>
+ CSS style class for controls pressed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10680,10 +10704,10 @@
</attribute-type>
<attribute type="controlPressed"/>
<attribute-type name="controlsHorizontalPosition"
required="false">
- <description>
- The attribute positions the controls horizontally.
- Possible values are "right","center","left". Default
- value is "right".
+ <description>
+ The attribute positions the controls horizontally.
+ Possible values are "right","center","left". Default
+ value is "right".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10691,9 +10715,9 @@
</attribute-type>
<attribute type="controlsHorizontalPosition"/>
<attribute-type name="controlsVerticalPosition"
required="false">
- <description>
- The attribute positions the controls vertically.
- Possible values are "bottom","top"
+ <description>
+ The attribute positions the controls vertically.
+ Possible values are "bottom","top"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10701,8 +10725,8 @@
</attribute-type>
<attribute type="controlsVerticalPosition"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10710,10 +10734,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10721,9 +10745,9 @@
</attribute-type>
<attribute type="converterMessage"/>
<attribute-type name="defaultLabel" required="false">
- <description>
- The attribute is used to display text while value is
- undefined
+ <description>
+ The attribute is used to display text while value is
+ undefined
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10738,10 +10762,10 @@
</attribute-type>
<attribute type="editClass"/>
<attribute-type name="editEvent" required="false">
- <description>
- The attribute provides an option to assign an JavaScript
- action that initiates the change of the state. Default
- value is "onclick".
+ <description>
+ The attribute provides an option to assign an JavaScript
+ action that initiates the change of the state. Default
+ value is "onclick".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10749,18 +10773,18 @@
</attribute-type>
<attribute type="editEvent"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10772,10 +10796,10 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="layout" required="false">
- <description>
- Defines how the component is displayed in the layout.
- Possible values are "block", "inline". Default value is
- "inline".
+ <description>
+ Defines how the component is displayed in the layout.
+ Possible values are "block", "inline". Default value is
+ "inline".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10783,9 +10807,9 @@
</attribute-type>
<attribute type="layout"/>
<attribute-type name="listHeight" required="false">
- <description>
- The attribute defines the height of option list. Default
- value is "200px".
+ <description>
+ The attribute defines the height of option list. Default
+ value is "200px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10793,9 +10817,9 @@
</attribute-type>
<attribute type="listHeight"/>
<attribute-type name="listWidth" required="false">
- <description>
- The attribute defines the width of option list. Default
- value is "200px".
+ <description>
+ The attribute defines the width of option list. Default
+ value is "200px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10803,9 +10827,9 @@
</attribute-type>
<attribute type="listWidth"/>
<attribute-type name="maxSelectWidth"
required="false">
- <description>
- Sets the maximum width of the select element. Default
- value is "200px".
+ <description>
+ Sets the maximum width of the select element. Default
+ value is "200px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10813,9 +10837,9 @@
</attribute-type>
<attribute type="maxSelectWidth"/>
<attribute-type name="minSelectWidth"
required="false">
- <description>
- Sets the minimum width of the select element. Default
- value is "100px".
+ <description>
+ Sets the minimum width of the select element. Default
+ value is "100px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10823,8 +10847,8 @@
</attribute-type>
<attribute type="minSelectWidth"/>
<attribute-type name="onblur" required="false">
- <description>
- HTML: script expression; the element lost the focus
+ <description>
+ HTML: script expression; the element lost the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10832,8 +10856,8 @@
</attribute-type>
<attribute type="onblur"/>
<attribute-type name="onchange" required="false">
- <description>
- HTML: script expression; the element value was changed
+ <description>
+ HTML: script expression; the element value was changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10841,8 +10865,8 @@
</attribute-type>
<attribute type="onchange"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10850,9 +10874,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10860,9 +10884,9 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="oneditactivated"
required="false">
- <description>
- The attributes provide a possibility to assign
- JavaScript to be executed when edit state is activated
+ <description>
+ The attributes provide a possibility to assign
+ JavaScript to be executed when edit state is activated
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10870,9 +10894,9 @@
</attribute-type>
<attribute type="oneditactivated"/>
<attribute-type name="oneditactivation"
required="false">
- <description>
- The attributes provide a possibility to assign
- JavaScript on edit state activation
+ <description>
+ The attributes provide a possibility to assign
+ JavaScript on edit state activation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10880,8 +10904,8 @@
</attribute-type>
<attribute type="oneditactivation"/>
<attribute-type name="onfocus" required="false">
- <description>
- HTML: script expression; the element got the focus
+ <description>
+ HTML: script expression; the element got the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10889,8 +10913,8 @@
</attribute-type>
<attribute type="onfocus"/>
<attribute-type name="oninputblur" required="false">
- <description>
- HTML: script expression; the element lost the focus
+ <description>
+ HTML: script expression; the element lost the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10898,8 +10922,8 @@
</attribute-type>
<attribute type="oninputblur"/>
<attribute-type name="oninputclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10907,9 +10931,9 @@
</attribute-type>
<attribute type="oninputclick"/>
<attribute-type name="oninputdblclick"
required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10917,8 +10941,8 @@
</attribute-type>
<attribute type="oninputdblclick"/>
<attribute-type name="oninputfocus" required="false">
- <description>
- HTML: script expression; the element got the focus
+ <description>
+ HTML: script expression; the element got the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10926,8 +10950,8 @@
</attribute-type>
<attribute type="oninputfocus"/>
<attribute-type name="oninputkeydown"
required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10935,8 +10959,8 @@
</attribute-type>
<attribute type="oninputkeydown"/>
<attribute-type name="oninputkeypress"
required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10944,8 +10968,8 @@
</attribute-type>
<attribute type="oninputkeypress"/>
<attribute-type name="oninputkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10953,9 +10977,9 @@
</attribute-type>
<attribute type="oninputkeyup"/>
<attribute-type name="oninputmousedown"
required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10963,8 +10987,8 @@
</attribute-type>
<attribute type="oninputmousedown"/>
<attribute-type name="oninputmousemove"
required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10972,8 +10996,8 @@
</attribute-type>
<attribute type="oninputmousemove"/>
<attribute-type name="oninputmouseout"
required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10981,8 +11005,8 @@
</attribute-type>
<attribute type="oninputmouseout"/>
<attribute-type name="oninputmouseover"
required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10990,8 +11014,8 @@
</attribute-type>
<attribute type="oninputmouseover"/>
<attribute-type name="oninputmouseup"
required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -10999,8 +11023,8 @@
</attribute-type>
<attribute type="oninputmouseup"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11008,8 +11032,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11017,8 +11041,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11026,9 +11050,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11036,8 +11060,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11045,8 +11069,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11054,8 +11078,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11063,8 +11087,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11072,9 +11096,9 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onselect" required="false">
- <description>
- HTML: script expression; the onselect event occurs when
- you select some menu item
+ <description>
+ HTML: script expression; the onselect event occurs when
+ you select some menu item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11082,9 +11106,9 @@
</attribute-type>
<attribute type="onselect"/>
<attribute-type name="onviewactivated"
required="false">
- <description>
- The attributes provide a possibility to assign
- JavaScript to be executed when view state is activated
+ <description>
+ The attributes provide a possibility to assign
+ JavaScript to be executed when view state is activated
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11092,9 +11116,9 @@
</attribute-type>
<attribute type="onviewactivated"/>
<attribute-type name="onviewactivation"
required="false">
- <description>
- The attributes provide a possibility to assign
- JavaScript on view state activation
+ <description>
+ The attributes provide a possibility to assign
+ JavaScript on view state activation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11102,9 +11126,9 @@
</attribute-type>
<attribute type="onviewactivation"/>
<attribute-type name="openOnEdit" required="false">
- <description>
- The attribute opens the list once edit activated.
- Default value is "true".
+ <description>
+ The attribute opens the list once edit activated.
+ Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11112,8 +11136,8 @@
</attribute-type>
<attribute type="openOnEdit"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11125,8 +11149,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11138,11 +11162,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11157,9 +11181,9 @@
</attribute-type>
<attribute type="saveControlIcon"/>
<attribute-type name="selectOnEdit" required="false">
- <description>
- The attribute make the input field select when switched
- to edit state. Default value is "false".
+ <description>
+ The attribute make the input field select when switched
+ to edit state. Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11174,9 +11198,9 @@
</attribute-type>
<attribute type="selectWidth"/>
<attribute-type name="showControls" required="false">
- <description>
- The attribute serves to display "save" and "cancel"
- controls. Default value is "false".
+ <description>
+ The attribute serves to display "save" and "cancel"
+ controls. Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11188,8 +11212,8 @@
</attribute-type>
<attribute type="showControls"/>
<attribute-type name="tabindex" required="false">
- <description>
- The attribute serves to define the tabbing order
+ <description>
+ The attribute serves to define the tabbing order
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11197,11 +11221,11 @@
</attribute-type>
<attribute type="tabindex"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -11214,10 +11238,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11225,8 +11249,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11251,8 +11275,8 @@
</attribute-type>
<attribute type="viewClass"/>
<attribute-type name="viewHover" required="false">
- <description>
- CSS style class for hovered text in view state
+ <description>
+ CSS style class for hovered text in view state
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11260,7 +11284,7 @@
</attribute-type>
<attribute type="viewHover"/>
<attribute-type name="controlHoverClass"
required="false">
- <description>CSS style class for hovered
+ <description>CSS style class for hovered
control</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11268,7 +11292,7 @@
</attribute-type>
<attribute type="controlHoverClass"/>
<attribute-type name="controlPressClass"
required="false">
- <description>CSS style class for controls
+ <description>CSS style class for controls
pressed</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11283,7 +11307,7 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="showValueInView"
required="false">
- <description>If true show the SelectItem labels in the
InplaceSelect's pull-down list but display the value in the field in view mode once an
item is selected.
+ <description>If true show the SelectItem labels in the
InplaceSelect's pull-down list but display the value in the field in view mode once an
item is selected.
Default value is "false"</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11298,7 +11322,7 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="viewHoverClass"
required="false">
- <description>CSS style class for hovered text in view
+ <description>CSS style class for hovered text in view
state</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11306,12 +11330,12 @@
</attribute-type>
<attribute type="viewHoverClass"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="inputNumberSlider"
start-tag="required">
<description><![CDATA[The inputNumberSlider component lets users select
a number from a numeric region. It's a horizontal aligned scroll-like control with its
own input field (optional) present. The keyboard input in a field is possible (optional).
Also it's possible to see the current value in the toolTip above a dragged handle
control.]]></description>
<attribute-type name="orientation" required="false">
- <description>
- Attribute can have the values "vertical" and "horizontal" to
define in which direction the slider should be moveable.
+ <description>
+ Attribute can have the values "vertical" and "horizontal" to
define in which direction the slider should be moveable.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11323,12 +11347,12 @@
</attribute-type>
<attribute type="orientation"/>
<attribute-type name="accesskey" required="false">
- <description>
- This attribute assigns an access key to an element. An
- access key is a single character from the document
- character set. Note: Authors should consider the input
- method of the expected reader when specifying an
- accesskey
+ <description>
+ This attribute assigns an access key to an element. An
+ access key is a single character from the document
+ character set. Note: Authors should consider the input
+ method of the expected reader when specifying an
+ accesskey
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11336,8 +11360,8 @@
</attribute-type>
<attribute type="accesskey"/>
<attribute-type name="barClass" required="false">
- <description>
- A name of CSS class for the bar element
+ <description>
+ A name of CSS class for the bar element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11352,9 +11376,9 @@
</attribute-type>
<attribute type="barStyle"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -11363,8 +11387,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="clientErrorMessage"
required="false">
- <description>
- an error message to use in client side validation events
+ <description>
+ an error message to use in client side validation events
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11372,8 +11396,8 @@
</attribute-type>
<attribute type="clientErrorMessage"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11381,10 +11405,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11392,9 +11416,9 @@
</attribute-type>
<attribute type="converterMessage"/>
<attribute-type name="disabled" required="false">
- <description>
- When set for a form control, this boolean attribute
- disables the control for your input
+ <description>
+ When set for a form control, this boolean attribute
+ disables the control for your input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11406,10 +11430,10 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="enableManualInput"
required="false">
- <description>
- If set to "false" this attribute makes the text field
- "read-only", so the value can be changed only from a
- handle. Default value is "true".
+ <description>
+ If set to "false" this attribute makes the text field
+ "read-only", so the value can be changed only from a
+ handle. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11421,8 +11445,8 @@
</attribute-type>
<attribute type="enableManualInput"/>
<attribute-type name="handleClass" required="false">
- <description>
- A name of CSS class for a control handle element
+ <description>
+ A name of CSS class for a control handle element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11430,9 +11454,9 @@
</attribute-type>
<attribute type="handleClass"/>
<attribute-type name="handleSelectedClass"
required="false">
- <description>
- A name of CSS class for a selected control handle
- element
+ <description>
+ A name of CSS class for a selected control handle
+ element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11440,18 +11464,18 @@
</attribute-type>
<attribute type="handleSelectedClass"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11463,8 +11487,8 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="inputClass" required="false">
- <description>
- Style Class attribute for a text field
+ <description>
+ Style Class attribute for a text field
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11472,9 +11496,9 @@
</attribute-type>
<attribute type="inputClass"/>
<attribute-type name="inputPosition" required="false">
- <description>
- If "right" the InputText Box would be rendered on the
- right side of the ruler
+ <description>
+ If "right" the InputText Box would be rendered on the
+ right side of the ruler
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11482,9 +11506,9 @@
</attribute-type>
<attribute type="inputPosition"/>
<attribute-type name="inputSize" required="false">
- <description>
- Similar to the "Size" attribute of h:inputText. Default
- value is "3".
+ <description>
+ Similar to the "Size" attribute of h:inputText. Default
+ value is "3".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11499,8 +11523,8 @@
</attribute-type>
<attribute type="inputStyle"/>
<attribute-type name="label" required="false">
- <description>
- A localized user presentable name for this component.
+ <description>
+ A localized user presentable name for this component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11508,8 +11532,8 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="maxValue" required="false">
- <description>
- Attribute to set an "end" value. Default value is "100"
+ <description>
+ Attribute to set an "end" value. Default value is "100"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11517,13 +11541,13 @@
</attribute-type>
<attribute type="maxValue"/>
<attribute-type name="maxlength" required="false">
- <description>
- When the type attribute has the value "text" or
- "password", this attribute specifies the maximum number
- of characters you may enter. This number may exceed the
- specified size, in which case the user agent should
- offer a scrolling mechanism. The default value for this
- attribute is an unlimited number
+ <description>
+ When the type attribute has the value "text" or
+ "password", this attribute specifies the maximum number
+ of characters you may enter. This number may exceed the
+ specified size, in which case the user agent should
+ offer a scrolling mechanism. The default value for this
+ attribute is an unlimited number
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11531,9 +11555,9 @@
</attribute-type>
<attribute type="maxlength"/>
<attribute-type name="minValue" required="false">
- <description>
- Attribute to set the "start" value. Default value is
- "0".
+ <description>
+ Attribute to set the "start" value. Default value is
+ "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11541,8 +11565,8 @@
</attribute-type>
<attribute type="minValue"/>
<attribute-type name="onblur" required="false">
- <description>
- HTML: script expression; the element lost the focus
+ <description>
+ HTML: script expression; the element lost the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11550,8 +11574,8 @@
</attribute-type>
<attribute type="onblur"/>
<attribute-type name="onchange" required="false">
- <description>
- HTML: script expression; the element value was changed
+ <description>
+ HTML: script expression; the element value was changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11559,8 +11583,8 @@
</attribute-type>
<attribute type="onchange"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11568,9 +11592,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11578,9 +11602,9 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onerror" required="false">
- <description>
- This error is called when a non-number value or a number
- value that is out of the range is input
+ <description>
+ This error is called when a non-number value or a number
+ value that is out of the range is input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11588,8 +11612,8 @@
</attribute-type>
<attribute type="onerror"/>
<attribute-type name="onfocus" required="false">
- <description>
- HTML: script expression; the element got the focus
+ <description>
+ HTML: script expression; the element got the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11597,8 +11621,8 @@
</attribute-type>
<attribute type="onfocus"/>
<attribute-type name="oninputclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11606,9 +11630,9 @@
</attribute-type>
<attribute type="oninputclick"/>
<attribute-type name="oninputdblclick"
required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11616,8 +11640,8 @@
</attribute-type>
<attribute type="oninputdblclick"/>
<attribute-type name="oninputkeydown"
required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11625,8 +11649,8 @@
</attribute-type>
<attribute type="oninputkeydown"/>
<attribute-type name="oninputkeypress"
required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11634,8 +11658,8 @@
</attribute-type>
<attribute type="oninputkeypress"/>
<attribute-type name="oninputkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11643,9 +11667,9 @@
</attribute-type>
<attribute type="oninputkeyup"/>
<attribute-type name="oninputmousedown"
required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11653,8 +11677,8 @@
</attribute-type>
<attribute type="oninputmousedown"/>
<attribute-type name="oninputmousemove"
required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11662,8 +11686,8 @@
</attribute-type>
<attribute type="oninputmousemove"/>
<attribute-type name="oninputmouseout"
required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11671,8 +11695,8 @@
</attribute-type>
<attribute type="oninputmouseout"/>
<attribute-type name="oninputmouseover"
required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11680,8 +11704,8 @@
</attribute-type>
<attribute type="oninputmouseover"/>
<attribute-type name="oninputmouseup"
required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11689,9 +11713,9 @@
</attribute-type>
<attribute type="oninputmouseup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11699,8 +11723,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11708,8 +11732,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11717,8 +11741,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11726,8 +11750,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11735,10 +11759,10 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onselect" required="false">
- <description>
- HTML: script expression; The onselect event occurs when
- you select some text in a text field. This attribute may
- be used with the INPUT and TEXTAREA elements
+ <description>
+ HTML: script expression; The onselect event occurs when
+ you select some text in a text field. This attribute may
+ be used with the INPUT and TEXTAREA elements
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11753,8 +11777,8 @@
</attribute-type>
<attribute type="onslide"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11766,8 +11790,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11779,11 +11803,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11791,9 +11815,9 @@
</attribute-type>
<attribute type="requiredMessage"/>
<attribute-type name="showBoundaryValues"
required="false">
- <description>
- If the min/max values are shown on the right/left
- borders of a control. . Default value is "true".
+ <description>
+ If the min/max values are shown on the right/left
+ borders of a control. . Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11805,9 +11829,9 @@
</attribute-type>
<attribute type="showBoundaryValues"/>
<attribute-type name="showInput" required="false">
- <description>
- False value for this attribute makes text a field
- invisible. Default value is "true".
+ <description>
+ False value for this attribute makes text a field
+ invisible. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11819,10 +11843,10 @@
</attribute-type>
<attribute type="showInput"/>
<attribute-type name="showToolTip" required="false">
- <description>
- If "true"the current value is shown in the tooltip when
- a handle control is in a "dragged" state. Default value
- is "true".
+ <description>
+ If "true"the current value is shown in the tooltip when
+ a handle control is in a "dragged" state. Default value
+ is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11834,9 +11858,9 @@
</attribute-type>
<attribute type="showToolTip"/>
<attribute-type name="step" required="false">
- <description>
- Parameter that determines a step between the nearest
- values while using a handle. Default value is "1".
+ <description>
+ Parameter that determines a step between the nearest
+ values while using a handle. Default value is "1".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11844,8 +11868,8 @@
</attribute-type>
<attribute type="step"/>
<attribute-type name="style" required="false">
- <description>
- Styles for main div element of the slider control
+ <description>
+ Styles for main div element of the slider control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11860,11 +11884,11 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="tabindex" required="false">
- <description>
- This attribute specifies the position of the current
- element in the tabbing order for the current document.
- This value must be a number between 0 and 32767. User
- agents should ignore leading zeros
+ <description>
+ This attribute specifies the position of the current
+ element in the tabbing order for the current document.
+ This value must be a number between 0 and 32767. User
+ agents should ignore leading zeros
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11872,8 +11896,8 @@
</attribute-type>
<attribute type="tabindex"/>
<attribute-type name="tipClass" required="false">
- <description>
- A name of CSS class for the tool tip element
+ <description>
+ A name of CSS class for the tool tip element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11888,11 +11912,11 @@
</attribute-type>
<attribute type="tipStyle"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -11905,10 +11929,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11916,8 +11940,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -11935,8 +11959,8 @@
</attribute-type>
<attribute type="valueChangeListener"/>
<attribute-type name="width" required="false">
- <description>
- The width of a slider control. Default value is "200px"
+ <description>
+ The width of a slider control. Default value is "200px"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12007,23 +12031,23 @@
</attribute-type>
<attribute type="showArrows"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="inputNumberSpinner"
start-tag="required">
- <description>
- Spinner component - A single line input field that lets the
- user select a number using the controls near the text field.
- User can change value using Up/Down keyboard keys. The
- keyboard Input in field if it isn't locked by manualInput
- attribute is possible. After arrow controls pressed - cursor
- can be moved in any way without loosing draged state.
+ <description>
+ Spinner component - A single line input field that lets the
+ user select a number using the controls near the text field.
+ User can change value using Up/Down keyboard keys. The
+ keyboard Input in field if it isn't locked by manualInput
+ attribute is possible. After arrow controls pressed - cursor
+ can be moved in any way without loosing draged state.
</description>
<attribute-type name="accesskey" required="false">
- <description>
- This attribute assigns an access key to an element. An
- access key is a single character from the document
- character set. Note: Authors should consider the input
- method of the expected reader when specifying an
- accesskey
+ <description>
+ This attribute assigns an access key to an element. An
+ access key is a single character from the document
+ character set. Note: Authors should consider the input
+ method of the expected reader when specifying an
+ accesskey
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12031,9 +12055,9 @@
</attribute-type>
<attribute type="accesskey"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -12049,8 +12073,8 @@
</attribute-type>
<attribute type="clientErrorMessage"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12058,10 +12082,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12069,12 +12093,12 @@
</attribute-type>
<attribute type="converterMessage"/>
<attribute-type name="cycled" required="false">
- <description>
- If "true" after the current value reaches the border
- value it is reversed to another border value after next
- increasing/decreasing. In other case possibilities of
- next increasing (or decreasing) will be locked. Default
- value is " true ".
+ <description>
+ If "true" after the current value reaches the border
+ value it is reversed to another border value after next
+ increasing/decreasing. In other case possibilities of
+ next increasing (or decreasing) will be locked. Default
+ value is " true ".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12082,9 +12106,9 @@
</attribute-type>
<attribute type="cycled"/>
<attribute-type name="disabled" required="false">
- <description>
- When set for a form control, this boolean attribute
- disables the control for your input
+ <description>
+ When set for a form control, this boolean attribute
+ disables the control for your input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12096,9 +12120,9 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="enableManualInput"
required="false">
- <description>
- if "false" your's input to the text field using keyboard
- will be locked. Default value is "true"
+ <description>
+ if "false" your's input to the text field using keyboard
+ will be locked. Default value is "true"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12110,18 +12134,18 @@
</attribute-type>
<attribute type="enableManualInput"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12140,9 +12164,9 @@
</attribute-type>
<attribute type="inputClass"/>
<attribute-type name="inputSize" required="false">
- <description>
- Attribute specifies the initial length of input in
- characters. Default value is "10".
+ <description>
+ Attribute specifies the initial length of input in
+ characters. Default value is "10".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12157,8 +12181,8 @@
</attribute-type>
<attribute type="inputStyle"/>
<attribute-type name="label" required="false">
- <description>
- A localized user presentable name for this component.
+ <description>
+ A localized user presentable name for this component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12166,8 +12190,8 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="maxValue" required="false">
- <description>
- Maximum value. . Default value is "100".
+ <description>
+ Maximum value. . Default value is "100".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12175,8 +12199,8 @@
</attribute-type>
<attribute type="maxValue"/>
<attribute-type name="minValue" required="false">
- <description>
- Minimum value. Default value is "0".
+ <description>
+ Minimum value. Default value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12184,8 +12208,8 @@
</attribute-type>
<attribute type="minValue"/>
<attribute-type name="onblur" required="false">
- <description>
- HTML: script expression; the element lost the focus
+ <description>
+ HTML: script expression; the element lost the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12193,8 +12217,8 @@
</attribute-type>
<attribute type="onblur"/>
<attribute-type name="onchange" required="false">
- <description>
- HTML: script expression; the element value was changed
+ <description>
+ HTML: script expression; the element value was changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12202,8 +12226,8 @@
</attribute-type>
<attribute type="onchange"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12211,9 +12235,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12221,8 +12245,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="ondownclick" required="false">
- <description>
- HTML: a script expression; a button "Down" is clicked
+ <description>
+ HTML: a script expression; a button "Down" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12230,9 +12254,9 @@
</attribute-type>
<attribute type="ondownclick"/>
<attribute-type name="onerror" required="false">
- <description>
- HTML: a script expression; event fires whenever an
- JavaScript error occurs
+ <description>
+ HTML: a script expression; event fires whenever an
+ JavaScript error occurs
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12240,8 +12264,8 @@
</attribute-type>
<attribute type="onerror"/>
<attribute-type name="onfocus" required="false">
- <description>
- HTML: script expression; the element got the focus
+ <description>
+ HTML: script expression; the element got the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12249,8 +12273,8 @@
</attribute-type>
<attribute type="onfocus"/>
<attribute-type name="oninputclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12258,9 +12282,9 @@
</attribute-type>
<attribute type="oninputclick"/>
<attribute-type name="oninputdblclick"
required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12268,8 +12292,8 @@
</attribute-type>
<attribute type="oninputdblclick"/>
<attribute-type name="oninputkeydown"
required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12277,8 +12301,8 @@
</attribute-type>
<attribute type="oninputkeydown"/>
<attribute-type name="oninputkeypress"
required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12286,8 +12310,8 @@
</attribute-type>
<attribute type="oninputkeypress"/>
<attribute-type name="oninputkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12295,9 +12319,9 @@
</attribute-type>
<attribute type="oninputkeyup"/>
<attribute-type name="oninputmousedown"
required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12305,8 +12329,8 @@
</attribute-type>
<attribute type="oninputmousedown"/>
<attribute-type name="oninputmousemove"
required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12314,8 +12338,8 @@
</attribute-type>
<attribute type="oninputmousemove"/>
<attribute-type name="oninputmouseout"
required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12323,8 +12347,8 @@
</attribute-type>
<attribute type="oninputmouseout"/>
<attribute-type name="oninputmouseover"
required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12332,8 +12356,8 @@
</attribute-type>
<attribute type="oninputmouseover"/>
<attribute-type name="oninputmouseup"
required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12341,9 +12365,9 @@
</attribute-type>
<attribute type="oninputmouseup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12351,8 +12375,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12360,8 +12384,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12369,8 +12393,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12378,8 +12402,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12387,10 +12411,10 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onselect" required="false">
- <description>
- HTML: script expression; The onselect event occurs when
- you select some text in a text field. This attribute may
- be used with the INPUT and TEXTAREA elements
+ <description>
+ HTML: script expression; The onselect event occurs when
+ you select some text in a text field. This attribute may
+ be used with the INPUT and TEXTAREA elements
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12398,8 +12422,8 @@
</attribute-type>
<attribute type="onselect"/>
<attribute-type name="onupclick" required="false">
- <description>
- HTML: a script expression; a button "Up" is clicked
+ <description>
+ HTML: a script expression; a button "Up" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12407,8 +12431,8 @@
</attribute-type>
<attribute type="onupclick"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12420,8 +12444,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12433,11 +12457,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12445,9 +12469,9 @@
</attribute-type>
<attribute type="requiredMessage"/>
<attribute-type name="step" required="false">
- <description>
- Parameter that determines the step between nearest
- values while using controls. Default value is "1"
+ <description>
+ Parameter that determines the step between nearest
+ values while using controls. Default value is "1"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12455,9 +12479,9 @@
</attribute-type>
<attribute type="step"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12465,8 +12489,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12474,11 +12498,11 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="tabindex" required="false">
- <description>
- This attribute specifies the position of the current
- element in the tabbing order for the current document.
- This value must be a number between 0 and 32767. User
- agents should ignore leading zeros
+ <description>
+ This attribute specifies the position of the current
+ element in the tabbing order for the current document.
+ This value must be a number between 0 and 32767. User
+ agents should ignore leading zeros
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12486,11 +12510,11 @@
</attribute-type>
<attribute type="tabindex"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -12503,10 +12527,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12514,8 +12538,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12540,13 +12564,13 @@
</attribute-type>
<attribute type="disableBrowserAutoComplete"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="insert"
start-tag="required">
<description><![CDATA[The insert component is used for highlighting,
source code inserting and, optionally, format the file from the application context into
the page.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -12555,9 +12579,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="content" required="false">
- <description>
- Defines the String, inserted with this component. This
- attribute is alternative to "src" attribute.
+ <description>
+ Defines the String, inserted with this component. This
+ attribute is alternative to "src" attribute.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12565,8 +12589,8 @@
</attribute-type>
<attribute type="content"/>
<attribute-type name="encoding" required="false">
- <description>
- Attribute defines encoding for inserted content
+ <description>
+ Attribute defines encoding for inserted content
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12574,12 +12598,12 @@
</attribute-type>
<attribute type="encoding"/>
<attribute-type name="errorContent" required="false">
- <description>
- Attribute defines the alternative content that will be
- shown in case component cannot read the resource defined
- with 'src' attribute. If "errorContent" attribute is not
- defined, the component shown the actual error message in
- the place where the content is expected
+ <description>
+ Attribute defines the alternative content that will be
+ shown in case component cannot read the resource defined
+ with 'src' attribute. If "errorContent" attribute is not
+ defined, the component shown the actual error message in
+ the place where the content is expected
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12594,15 +12618,15 @@
</attribute-type>
<attribute type="highlight"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12614,8 +12638,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="src" required="false">
- <description>
- Defines the path to the file with source code
+ <description>
+ Defines the path to the file with source code
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12623,13 +12647,13 @@
</attribute-type>
<attribute type="src"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="jQuery"
start-tag="required">
<description><![CDATA[The jQuery allows to apply styles and behaviour to
DOM objects.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -12638,17 +12662,17 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="name" required="false">
- <description>
- The name of a function that will be generated to execute
- a query. The "name" attribute is required if "timing"
- attribute equals to "onJScall"
+ <description>
+ The name of a function that will be generated to execute
+ a query. The "name" attribute is required if "timing"
+ attribute equals to "onJScall"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12656,8 +12680,8 @@
</attribute-type>
<attribute type="name"/>
<attribute-type name="query" required="true">
- <description>
- The query string that is executed for a given selector.
+ <description>
+ The query string that is executed for a given selector.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12665,8 +12689,8 @@
</attribute-type>
<attribute type="query"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12678,10 +12702,10 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="selector" required="false">
- <description>
- Selector for query. The "selector" attribute uses
- defined by w3c consortium syntax for CSS rule selector
- with some jQuery extensions.
+ <description>
+ Selector for query. The "selector" attribute uses
+ defined by w3c consortium syntax for CSS rule selector
+ with some jQuery extensions.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12689,14 +12713,14 @@
</attribute-type>
<attribute type="selector"/>
<attribute-type name="timing" required="false">
- <description>
- The attribute that defines when to perform the query.
- The possible values are "immediate","onload" and
- "onJScall". "immediate" performs the query right away.
- "onload" adds the task to the time when a document is
- loaded (the DOM tree is created). "onJScall" allows to
- invoke the query by Javascipt function name defined with
- "name" attribute. The default value is "immediate".
+ <description>
+ The attribute that defines when to perform the query.
+ The possible values are "immediate","onload" and
+ "onJScall". "immediate" performs the query right away.
+ "onload" adds the task to the time when a document is
+ loaded (the DOM tree is created). "onJScall" allows to
+ invoke the query by Javascipt function name defined with
+ "name" attribute. The default value is "immediate".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12720,8 +12744,8 @@
</attribute-type>
<attribute type="activeItem"/>
<attribute-type name="ajaxKeys" required="false">
- <description>
- Defines row keys that are updated after an Ajax request
+ <description>
+ Defines row keys that are updated after an Ajax request
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12729,9 +12753,9 @@
</attribute-type>
<attribute type="ajaxKeys"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -12747,8 +12771,8 @@
</attribute-type>
<attribute type="bottomControlClass"/>
<attribute-type name="bottomControlLabel"
required="false">
- <description>
- Defines a label for a bottom control
+ <description>
+ Defines a label for a bottom control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12756,8 +12780,8 @@
</attribute-type>
<attribute type="bottomControlLabel"/>
<attribute-type name="columnClasses" required="false">
- <description>
- Comma-separated list of CSS classes for columns
+ <description>
+ Comma-separated list of CSS classes for columns
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12765,9 +12789,9 @@
</attribute-type>
<attribute type="columnClasses"/>
<attribute-type name="componentState"
required="false">
- <description>
- It defines EL-binding for a component state for saving
- or redefinition
+ <description>
+ It defines EL-binding for a component state for saving
+ or redefinition
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12775,9 +12799,9 @@
</attribute-type>
<attribute type="componentState"/>
<attribute-type name="controlsType" required="false">
- <description>
- Defines type of a control: button or none. Default value
- is "button".
+ <description>
+ Defines type of a control: button or none. Default value
+ is "button".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12785,9 +12809,9 @@
</attribute-type>
<attribute type="controlsType"/>
<attribute-type name="controlsVerticalAlign"
required="false">
- <description>
- CustomizesA??verticallyA??aA??positionA??ofA??move/copyA??and
- order controlsA??relativelyA??toA??lists
+ <description>
+ CustomizesA??verticallyA??aA??positionA??ofA??move/copyA??and
+ order controlsA??relativelyA??toA??lists
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12795,8 +12819,8 @@
</attribute-type>
<attribute type="controlsVerticalAlign"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12804,8 +12828,8 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="copyAllControlClass"
required="false">
- <description>
- CSSA??classA??forA??copy allA??control
+ <description>
+ CSSA??classA??forA??copy allA??control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12813,8 +12837,8 @@
</attribute-type>
<attribute type="copyAllControlClass"/>
<attribute-type name="copyAllControlLabel"
required="false">
- <description>
- Defines a label for a copyAll control
+ <description>
+ Defines a label for a copyAll control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12829,8 +12853,8 @@
</attribute-type>
<attribute type="copyControlClass"/>
<attribute-type name="copyControlLabel"
required="false">
- <description>
- Defines a label for a copy control
+ <description>
+ Defines a label for a copy control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12852,8 +12876,8 @@
</attribute-type>
<attribute type="downControlClass"/>
<attribute-type name="downControlLabel"
required="false">
- <description>
- Defines a label for a down control
+ <description>
+ Defines a label for a down control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12861,9 +12885,9 @@
</attribute-type>
<attribute type="downControlLabel"/>
<attribute-type name="fastMoveControlsVisible"
required="false">
- <description>
- If "false", 'Copy All' and 'Remove All' controls
aren't
- displayed. Default value is "true".
+ <description>
+ If "false", 'Copy All' and 'Remove All' controls
aren't
+ displayed. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12871,9 +12895,9 @@
</attribute-type>
<attribute type="fastMoveControlsVisible"/>
<attribute-type name="fastOrderControlsVisible"
required="false">
- <description>
- If "false", 'Top' and 'Bottom' controls aren't
- displayed. Default value is "true".
+ <description>
+ If "false", 'Top' and 'Bottom' controls aren't
+ displayed. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12881,8 +12905,8 @@
</attribute-type>
<attribute type="fastOrderControlsVisible"/>
<attribute-type name="first" required="false">
- <description>
- A zero-relative row number of the first row to display
+ <description>
+ A zero-relative row number of the first row to display
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12890,18 +12914,18 @@
</attribute-type>
<attribute type="first"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12920,8 +12944,8 @@
</attribute-type>
<attribute type="listClass"/>
<attribute-type name="listsHeight" required="false">
- <description>
- Defines height of the list. Default value is "140".
+ <description>
+ Defines height of the list. Default value is "140".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12929,9 +12953,9 @@
</attribute-type>
<attribute type="listsHeight"/>
<attribute-type name="moveControlsVisible"
required="false">
- <description>
- If "false", 'Copy' and 'Remove' controls aren't
- displayed. Default value is "true".
+ <description>
+ If "false", 'Copy' and 'Remove' controls aren't
+ displayed. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12939,8 +12963,8 @@
</attribute-type>
<attribute type="moveControlsVisible"/>
<attribute-type name="onbottomclick" required="false">
- <description>
- A JavaScript event handler; a button "Bottom" is clicked
+ <description>
+ A JavaScript event handler; a button "Bottom" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12948,8 +12972,8 @@
</attribute-type>
<attribute type="onbottomclick"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12957,9 +12981,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncopyallclick"
required="false">
- <description>
- A JavaScript event handler; a button "Copy All" is
- clicked
+ <description>
+ A JavaScript event handler; a button "Copy All" is
+ clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12967,8 +12991,8 @@
</attribute-type>
<attribute type="oncopyallclick"/>
<attribute-type name="oncopyclick" required="false">
- <description>
- HTML: a script expression; a button "Copy" is clicked
+ <description>
+ HTML: a script expression; a button "Copy" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12976,9 +13000,9 @@
</attribute-type>
<attribute type="oncopyclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12986,8 +13010,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="ondownclick" required="false">
- <description>
- A JavaScript event handler; a button "Down" is clicked
+ <description>
+ A JavaScript event handler; a button "Down" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -12995,9 +13019,9 @@
</attribute-type>
<attribute type="ondownclick"/>
<attribute-type name="onlistchanged" required="false">
- <description>
- A JavaScript event handler called on a list change
- operation
+ <description>
+ A JavaScript event handler called on a list change
+ operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13005,8 +13029,8 @@
</attribute-type>
<attribute type="onlistchanged"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13014,8 +13038,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13023,8 +13047,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13032,8 +13056,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onorderchanged"
required="false">
- <description>
- HTML: script expression; called after ordering action
+ <description>
+ HTML: script expression; called after ordering action
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13041,9 +13065,9 @@
</attribute-type>
<attribute type="onorderchanged"/>
<attribute-type name="onremoveallclick"
required="false">
- <description>
- A JavaScript event handler; a button "Remove All" is
- clicked
+ <description>
+ A JavaScript event handler; a button "Remove All" is
+ clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13051,8 +13075,8 @@
</attribute-type>
<attribute type="onremoveallclick"/>
<attribute-type name="onremoveclick" required="false">
- <description>
- A JavaScript event handler; a button "Remove" is clicked
+ <description>
+ A JavaScript event handler; a button "Remove" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13060,8 +13084,8 @@
</attribute-type>
<attribute type="onremoveclick"/>
<attribute-type name="ontopclick" required="false">
- <description>
- A JavaScript event handler; a button "Top" is clicked
+ <description>
+ A JavaScript event handler; a button "Top" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13069,8 +13093,8 @@
</attribute-type>
<attribute type="ontopclick"/>
<attribute-type name="onupclick" required="false">
- <description>
- HTML: a script expression; a button "Up" is clicked
+ <description>
+ HTML: a script expression; a button "Up" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13078,9 +13102,9 @@
</attribute-type>
<attribute type="onupclick"/>
<attribute-type name="orderControlsVisible"
required="false">
- <description>
- If "false", 'Up' and 'Down' controls aren't displayed.
- Default value is "true".
+ <description>
+ If "false", 'Up' and 'Down' controls aren't displayed.
+ Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13088,8 +13112,8 @@
</attribute-type>
<attribute type="orderControlsVisible"/>
<attribute-type name="removeAllControlClass"
required="false">
- <description>
- CSSA??classA??forA??remove all control
+ <description>
+ CSSA??classA??forA??remove all control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13097,8 +13121,8 @@
</attribute-type>
<attribute type="removeAllControlClass"/>
<attribute-type name="removeAllControlLabel"
required="false">
- <description>
- Defines a label for a removeAll control
+ <description>
+ Defines a label for a removeAll control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13113,8 +13137,8 @@
</attribute-type>
<attribute type="removeControlClass"/>
<attribute-type name="removeControlLabel"
required="false">
- <description>
- Defines a label for a remove control
+ <description>
+ Defines a label for a remove control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13122,8 +13146,8 @@
</attribute-type>
<attribute type="removeControlLabel"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13135,8 +13159,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13155,9 +13179,9 @@
</attribute-type>
<attribute type="rowClasses"/>
<attribute-type name="rowKey" required="false">
- <description>
- RowKey is a representation of an identifier for a
- specific data row
+ <description>
+ RowKey is a representation of an identifier for a
+ specific data row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13172,9 +13196,9 @@
</attribute-type>
<attribute type="rowKeyConverter"/>
<attribute-type name="rowKeyVar" required="false">
- <description>
- The attribute provides access to a row key in a Request
- scope
+ <description>
+ The attribute provides access to a row key in a Request
+ scope
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13182,9 +13206,9 @@
</attribute-type>
<attribute type="rowKeyVar"/>
<attribute-type name="rows" required="false">
- <description>
- A number of rows to display, or zero for all remaining
- rows in the table
+ <description>
+ A number of rows to display, or zero for all remaining
+ rows in the table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13192,8 +13216,8 @@
</attribute-type>
<attribute type="rows"/>
<attribute-type name="showButtonLabels"
required="false">
- <description>
- Shows a label for a button. Default value is "true".
+ <description>
+ Shows a label for a button. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13205,8 +13229,8 @@
</attribute-type>
<attribute type="showButtonLabels"/>
<attribute-type name="sourceCaptionLabel"
required="false">
- <description>
- Defines source list caption representation text
+ <description>
+ Defines source list caption representation text
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13214,8 +13238,8 @@
</attribute-type>
<attribute type="sourceCaptionLabel"/>
<attribute-type name="sourceListWidth"
required="false">
- <description>
- Defines width of a source list. Default value is "140".
+ <description>
+ Defines width of a source list. Default value is "140".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13223,10 +13247,10 @@
</attribute-type>
<attribute type="sourceListWidth"/>
<attribute-type name="sourceRequired"
required="false">
- <description>
- Defines the case when source value is being validated.
- If the value is "true", there should be at least one
- item in the source list
+ <description>
+ Defines the case when source value is being validated.
+ If the value is "true", there should be at least one
+ item in the source list
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13238,8 +13262,8 @@
</attribute-type>
<attribute type="sourceRequired"/>
<attribute-type name="sourceSelection"
required="false">
- <description>
- Manages selection in a source list from the server side
+ <description>
+ Manages selection in a source list from the server side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13247,9 +13271,9 @@
</attribute-type>
<attribute type="sourceSelection"/>
<attribute-type name="sourceValue" required="false">
- <description>
- Defines a List or Array of items to be shown in a source
- list
+ <description>
+ Defines a List or Array of items to be shown in a source
+ list
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13257,9 +13281,9 @@
</attribute-type>
<attribute type="sourceValue"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13267,8 +13291,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13276,8 +13300,8 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="switchByClick" required="false">
- <description>
- If "true", dragging between lists realized by click
+ <description>
+ If "true", dragging between lists realized by click
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13289,8 +13313,8 @@
</attribute-type>
<attribute type="switchByClick"/>
<attribute-type name="targetCaptionLabel"
required="false">
- <description>
- Defines target list caption representation text
+ <description>
+ Defines target list caption representation text
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13298,8 +13322,8 @@
</attribute-type>
<attribute type="targetCaptionLabel"/>
<attribute-type name="targetListWidth"
required="false">
- <description>
- Defines width of a target list. Default value is "140".
+ <description>
+ Defines width of a target list. Default value is "140".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13307,10 +13331,10 @@
</attribute-type>
<attribute type="targetListWidth"/>
<attribute-type name="targetRequired"
required="false">
- <description>
- Defines the case when target value is being validated.
- If the value is "true", there should be at least one
- item in the target list
+ <description>
+ Defines the case when target value is being validated.
+ If the value is "true", there should be at least one
+ item in the target list
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13318,8 +13342,8 @@
</attribute-type>
<attribute type="targetRequired"/>
<attribute-type name="targetSelection"
required="false">
- <description>
- Manages selection in a target list from the server side
+ <description>
+ Manages selection in a target list from the server side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13327,9 +13351,9 @@
</attribute-type>
<attribute type="targetSelection"/>
<attribute-type name="targetValue" required="false">
- <description>
- Defines a List or Array of items to be shown in a target
- list
+ <description>
+ Defines a List or Array of items to be shown in a target
+ list
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13344,8 +13368,8 @@
</attribute-type>
<attribute type="topControlClass"/>
<attribute-type name="topControlLabel"
required="false">
- <description>
- Defines a label for a "Top" control
+ <description>
+ Defines a label for a "Top" control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13360,8 +13384,8 @@
</attribute-type>
<attribute type="upControlClass"/>
<attribute-type name="upControlLabel"
required="false">
- <description>
- Defines a label for an "Up" control
+ <description>
+ Defines a label for an "Up" control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13369,11 +13393,11 @@
</attribute-type>
<attribute type="upControlLabel"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -13442,9 +13466,9 @@
end-tag="required" name="menuGroup"
start-tag="required">
<description><![CDATA[The menuGroup component is used to define an
expandable group of items inside a pop-up list or another
group.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -13453,8 +13477,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13462,10 +13486,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="direction" required="false">
- <description>
- Defines direction of the popup sublist to appear (right,
- left, auto(Default), left-down, left-up, right-down,
- right-up)
+ <description>
+ Defines direction of the popup sublist to appear (right,
+ left, auto(Default), left-down, left-up, right-down,
+ right-up)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13482,9 +13506,9 @@
</attribute-type>
<attribute type="direction"/>
<attribute-type name="disabled" required="false">
- <description>
- If "true" sets state of the item to disabled state.
- Default value is "false".
+ <description>
+ If "true" sets state of the item to disabled state.
+ Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13496,10 +13520,10 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="event" required="false">
- <description>
- Defines the event on the representation element that
- triggers the menu's appearance. Default value is
- "onmouseover".
+ <description>
+ Defines the event on the representation element that
+ triggers the menu's appearance. Default value is
+ "onmouseover".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13507,9 +13531,9 @@
</attribute-type>
<attribute type="event"/>
<attribute-type name="icon" required="false">
- <description>
- Path to the icon to be displayed for the enabled item
- state
+ <description>
+ Path to the icon to be displayed for the enabled item
+ state
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13517,8 +13541,8 @@
</attribute-type>
<attribute type="icon"/>
<attribute-type name="iconClass" required="false">
- <description>
- Class to be applied to icon element
+ <description>
+ Class to be applied to icon element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13526,9 +13550,9 @@
</attribute-type>
<attribute type="iconClass"/>
<attribute-type name="iconDisabled" required="false">
- <description>
- Path to the icon to be displayed for the disabled item
- state
+ <description>
+ Path to the icon to be displayed for the disabled item
+ state
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13536,9 +13560,9 @@
</attribute-type>
<attribute type="iconDisabled"/>
<attribute-type name="iconFolder" required="false">
- <description>
- Path to the folder icon to be displayed for the enabled
- item state
+ <description>
+ Path to the folder icon to be displayed for the enabled
+ item state
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13546,9 +13570,9 @@
</attribute-type>
<attribute type="iconFolder"/>
<attribute-type name="iconFolderDisabled"
required="false">
- <description>
- Path to the folder icon to be displayed for the enabled
- item state
+ <description>
+ Path to the folder icon to be displayed for the enabled
+ item state
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13556,8 +13580,8 @@
</attribute-type>
<attribute type="iconFolderDisabled"/>
<attribute-type name="iconStyle" required="false">
- <description>
- CSS style rules to be applied to icon element
+ <description>
+ CSS style rules to be applied to icon element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13565,15 +13589,15 @@
</attribute-type>
<attribute type="iconStyle"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="labelClass" required="false">
- <description>
- Class to be applied to label element
+ <description>
+ Class to be applied to label element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13581,8 +13605,8 @@
</attribute-type>
<attribute type="labelClass"/>
<attribute-type name="onclose" required="false">
- <description>
- HTML: script expression; group was closed
+ <description>
+ HTML: script expression; group was closed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13590,8 +13614,8 @@
</attribute-type>
<attribute type="onclose"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13599,8 +13623,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13608,8 +13632,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13617,8 +13641,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onopen" required="false">
- <description>
- HTML: script expression; group was opened
+ <description>
+ HTML: script expression; group was opened
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13626,8 +13650,8 @@
</attribute-type>
<attribute type="onopen"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13639,8 +13663,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="selectClass" required="false">
- <description>
- Class to be applied to selected items
+ <description>
+ Class to be applied to selected items
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13648,8 +13672,8 @@
</attribute-type>
<attribute type="selectClass"/>
<attribute-type name="selectStyle" required="false">
- <description>
- CSS style rules to be applied to selected items
+ <description>
+ CSS style rules to be applied to selected items
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13657,9 +13681,9 @@
</attribute-type>
<attribute type="selectStyle"/>
<attribute-type name="showDelay" required="false">
- <description>
- Delay between event and menu showing. Default value is
- "300".
+ <description>
+ Delay between event and menu showing. Default value is
+ "300".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13667,9 +13691,9 @@
</attribute-type>
<attribute type="showDelay"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13677,8 +13701,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13686,8 +13710,8 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="value" required="true">
- <description>
- Defines representation text for menuItem
+ <description>
+ Defines representation text for menuItem
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13699,12 +13723,12 @@
end-tag="required" name="menuItem"
start-tag="required">
<description><![CDATA[The menuItem component is used for the definition
of a single item inside a pop-up list.]]></description>
<attribute-type name="action" required="false">
- <description>
- MethodBinding pointing at the application action to be
- invoked, if this UIComponent is activated by you, during
- the Apply Request Values or Invoke Application phase of
- the request processing lifecycle, depending on the value
- of the immediate property
+ <description>
+ MethodBinding pointing at the application action to be
+ invoked, if this UIComponent is activated by you, during
+ the Apply Request Values or Invoke Application phase of
+ the request processing lifecycle, depending on the value
+ of the immediate property
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -13714,9 +13738,9 @@
</attribute-type>
<attribute type="action"/>
<attribute-type name="actionListener"
required="false">
- <description>
- MethodBinding pointing at method accepting an
- ActionEvent with return type void
+ <description>
+ MethodBinding pointing at method accepting an
+ ActionEvent with return type void
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -13727,11 +13751,11 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13743,9 +13767,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -13754,10 +13778,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13769,10 +13793,10 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13780,9 +13804,9 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="disabled" required="false">
- <description>
- If "true" sets state of the item to disabled state. .
- Default value is "false".
+ <description>
+ If "true" sets state of the item to disabled state. .
+ Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13794,11 +13818,11 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13806,9 +13830,9 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13816,9 +13840,9 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="icon" required="false">
- <description>
- Path to the icon to be displayed for the enabled item
- state
+ <description>
+ Path to the icon to be displayed for the enabled item
+ state
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13826,8 +13850,8 @@
</attribute-type>
<attribute type="icon"/>
<attribute-type name="iconClass" required="false">
- <description>
- Class to be applied to icon element
+ <description>
+ Class to be applied to icon element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13835,9 +13859,9 @@
</attribute-type>
<attribute type="iconClass"/>
<attribute-type name="iconDisabled" required="false">
- <description>
- Path to the icon to be displayed for the disabled item
- state.
+ <description>
+ Path to the icon to be displayed for the disabled item
+ state.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13845,8 +13869,8 @@
</attribute-type>
<attribute type="iconDisabled"/>
<attribute-type name="iconStyle" required="false">
- <description>
- CSS style rules to be applied to icon element
+ <description>
+ CSS style rules to be applied to icon element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13854,20 +13878,20 @@
</attribute-type>
<attribute type="iconStyle"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13875,11 +13899,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13891,8 +13915,8 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="labelClass" required="false">
- <description>
- Class to be applied to label element
+ <description>
+ Class to be applied to label element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13900,10 +13924,10 @@
</attribute-type>
<attribute type="labelClass"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13915,9 +13939,9 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13925,8 +13949,8 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13934,9 +13958,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13944,9 +13968,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13954,8 +13978,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13963,8 +13987,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13972,8 +13996,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13981,8 +14005,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -13990,9 +14014,9 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onselect" required="false">
- <description>
- HTML: script expression; The onselect event occurs when
- you select some menu item
+ <description>
+ HTML: script expression; The onselect event occurs when
+ you select some menu item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14000,12 +14024,12 @@
</attribute-type>
<attribute type="onselect"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14013,11 +14037,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14025,8 +14049,8 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14038,12 +14062,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14051,8 +14075,8 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="selectClass" required="false">
- <description>
- Class to be applied to selected items
+ <description>
+ Class to be applied to selected items
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14060,8 +14084,8 @@
</attribute-type>
<attribute type="selectClass"/>
<attribute-type name="selectStyle" required="false">
- <description>
- CSS style rules to be applied to selected items
+ <description>
+ CSS style rules to be applied to selected items
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14069,9 +14093,9 @@
</attribute-type>
<attribute type="selectStyle"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14079,9 +14103,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14089,8 +14113,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14098,9 +14122,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="submitMode" required="false">
- <description>
- Sets the submission mode. Possible values are "ajax",
- "server", "none". Default value is "server".
+ <description>
+ Sets the submission mode. Possible values are "ajax",
+ "server", "none". Default value is "server".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14113,9 +14137,9 @@
</attribute-type>
<attribute type="submitMode"/>
<attribute-type name="target" required="false">
- <description>
- Name of a frame where the resource retrieved via this
- hyperlink is to be displayed
+ <description>
+ Name of a frame where the resource retrieved via this
+ hyperlink is to be displayed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14123,10 +14147,10 @@
</attribute-type>
<attribute type="target"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14134,8 +14158,8 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14154,9 +14178,9 @@
end-tag="required" name="menuSeparator"
start-tag="required">
<description><![CDATA[The menuSeparator component is used for creating a
horizontal separator that can be placed between groups or
items.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -14165,15 +14189,15 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14189,12 +14213,12 @@
end-tag="required" name="message"
start-tag="required">
<description><![CDATA[The message component is used for rendering a
single message for a specific component. ]]></description>
<attribute-type name="ajaxRendered" required="false">
- <description>
- Define, must be (or not) content of this component will
- be included in AJAX response created by parent AJAX
- Container, even if not forced by reRender list of ajax
- action. ignored if component marked to output by Ajax
- action.
+ <description>
+ Define, must be (or not) content of this component will
+ be included in AJAX response created by parent AJAX
+ Container, even if not forced by reRender list of ajax
+ action. ignored if component marked to output by Ajax
+ action.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14202,9 +14226,9 @@
</attribute-type>
<attribute type="ajaxRendered"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -14213,9 +14237,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="errorClass" required="false">
- <description>
- CSS style class to apply to any message with a severity
- class of "ERROR"
+ <description>
+ CSS style class to apply to any message with a severity
+ class of "ERROR"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14223,9 +14247,9 @@
</attribute-type>
<attribute type="errorClass"/>
<attribute-type name="errorLabelClass"
required="false">
- <description>
- CSS style class to apply to any message label with a
- severity class of "ERROR"
+ <description>
+ CSS style class to apply to any message label with a
+ severity class of "ERROR"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14233,9 +14257,9 @@
</attribute-type>
<attribute type="errorLabelClass"/>
<attribute-type name="errorMarkerClass"
required="false">
- <description>
- CSS style class to apply to any message marker with a
- severity class of "ERROR"
+ <description>
+ CSS style class to apply to any message marker with a
+ severity class of "ERROR"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14243,9 +14267,9 @@
</attribute-type>
<attribute type="errorMarkerClass"/>
<attribute-type name="fatalClass" required="false">
- <description>
- CSS style class to apply to any message with a severity
- class of "FATAL"
+ <description>
+ CSS style class to apply to any message with a severity
+ class of "FATAL"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14253,9 +14277,9 @@
</attribute-type>
<attribute type="fatalClass"/>
<attribute-type name="fatalLabelClass"
required="false">
- <description>
- CSS style class to apply to any message label with a
- severity class of "FATAL"
+ <description>
+ CSS style class to apply to any message label with a
+ severity class of "FATAL"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14263,9 +14287,9 @@
</attribute-type>
<attribute type="fatalLabelClass"/>
<attribute-type name="fatalMarkerClass"
required="false">
- <description>
- CSS style class to apply to any message marker with a
- severity class of "FATAL"
+ <description>
+ CSS style class to apply to any message marker with a
+ severity class of "FATAL"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14273,9 +14297,9 @@
</attribute-type>
<attribute type="fatalMarkerClass"/>
<attribute-type name="for" required="false">
- <description>
- Client identifier of the component for which to display
- messages
+ <description>
+ Client identifier of the component for which to display
+ messages
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14283,16 +14307,16 @@
</attribute-type>
<attribute type="for"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="infoClass" required="false">
- <description>
- CSS style class to apply to any message with a severity
- class of "INFO"
+ <description>
+ CSS style class to apply to any message with a severity
+ class of "INFO"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14300,9 +14324,9 @@
</attribute-type>
<attribute type="infoClass"/>
<attribute-type name="infoLabelClass"
required="false">
- <description>
- CSS style class to apply to any message label with a
- severity class of "INFO"
+ <description>
+ CSS style class to apply to any message label with a
+ severity class of "INFO"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14310,9 +14334,9 @@
</attribute-type>
<attribute type="infoLabelClass"/>
<attribute-type name="infoMarkerClass"
required="false">
- <description>
- CSS style class to apply to any message marker with a
- severity class of "INFO"
+ <description>
+ CSS style class to apply to any message marker with a
+ severity class of "INFO"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14320,15 +14344,15 @@
</attribute-type>
<attribute type="infoMarkerClass"/>
<attribute-type name="keepTransient" required="false">
- <description>
- Flag for mark all child components to non-transient. If
- "true", all children components will be set to
- non-transient state and keep in saved components tree.
- For output in self-renderer region all content (By
- default, all content in &lt;f:verbatim&gt; tags
- and non-jsf elements in facelets, marked as transient -
- since, self-rendered ajax regions don't plain output for
- ajax processing).
+ <description>
+ Flag for mark all child components to non-transient. If
+ "true", all children components will be set to
+ non-transient state and keep in saved components tree.
+ For output in self-renderer region all content (By
+ default, all content in &lt;f:verbatim&gt; tags
+ and non-jsf elements in facelets, marked as transient -
+ since, self-rendered ajax regions don't plain output for
+ ajax processing).
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14343,9 +14367,9 @@
</attribute-type>
<attribute type="labelClass"/>
<attribute-type name="level" required="false">
- <description>
- A comma-separated list of messages categories which
- should be displayed. Default value is "ALL".
+ <description>
+ A comma-separated list of messages categories which
+ should be displayed. Default value is "ALL".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14353,8 +14377,8 @@
</attribute-type>
<attribute type="level"/>
<attribute-type name="markerClass" required="false">
- <description>
- CSS style class to apply to marker
+ <description>
+ CSS style class to apply to marker
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14362,9 +14386,9 @@
</attribute-type>
<attribute type="markerClass"/>
<attribute-type name="markerStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to marker when this
- component is rendered
+ <description>
+ CSS style(s) is/are to be applied to marker when this
+ component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14372,9 +14396,9 @@
</attribute-type>
<attribute type="markerStyle"/>
<attribute-type name="passedLabel" required="false">
- <description>
- Attribute should define the label to be displayed when
- no message appears
+ <description>
+ Attribute should define the label to be displayed when
+ no message appears
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14382,8 +14406,8 @@
</attribute-type>
<attribute type="passedLabel"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14395,9 +14419,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="showDetail" required="false">
- <description>
- Flag indicating whether the summary portion of displayed
- messages should be included. Default value is "true".
+ <description>
+ Flag indicating whether the summary portion of displayed
+ messages should be included. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14405,9 +14429,9 @@
</attribute-type>
<attribute type="showDetail"/>
<attribute-type name="showSummary" required="false">
- <description>
- Flag indicating whether the summary portion of displayed
- messages should be included. Default value is "false".
+ <description>
+ Flag indicating whether the summary portion of displayed
+ messages should be included. Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14426,11 +14450,11 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Space-separated list of CSS style class(es) to be
- applied when this element is rendered. This value must
- be passed through as the "class" attribute on generated
- markup
+ <description>
+ Space-separated list of CSS style class(es) to be
+ applied when this element is rendered. This value must
+ be passed through as the "class" attribute on generated
+ markup
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14438,9 +14462,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14448,10 +14472,10 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="tooltip" required="false">
- <description>
- Flag indicating whether the detail portion of the
- message should be displayed as a tooltip. Default value
- is "false".
+ <description>
+ Flag indicating whether the detail portion of the
+ message should be displayed as a tooltip. Default value
+ is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14459,9 +14483,9 @@
</attribute-type>
<attribute type="tooltip"/>
<attribute-type name="warnClass" required="false">
- <description>
- CSS style class to apply to any message with a severity
- class of "WARN"
+ <description>
+ CSS style class to apply to any message with a severity
+ class of "WARN"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14469,9 +14493,9 @@
</attribute-type>
<attribute type="warnClass"/>
<attribute-type name="warnLabelClass"
required="false">
- <description>
- CSS style class to apply to any message label with a
- severity class of "WARN"
+ <description>
+ CSS style class to apply to any message label with a
+ severity class of "WARN"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14479,9 +14503,9 @@
</attribute-type>
<attribute type="warnLabelClass"/>
<attribute-type name="warnMarkerClass"
required="false">
- <description>
- CSS style class to apply any message marker with a
- severity class of "WARN"
+ <description>
+ CSS style class to apply any message marker with a
+ severity class of "WARN"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14493,12 +14517,12 @@
end-tag="required" name="messages"
start-tag="required">
<description><![CDATA[The messages component is similar to message
component but used for rendering all messages for the
components.]]></description>
<attribute-type name="ajaxRendered" required="false">
- <description>
- Define, must be (or not) content of this component will
- be included in AJAX response created by parent AJAX
- Container, even if not forced by reRender list of ajax
- action. ignored if component marked to output by Ajax
- action.
+ <description>
+ Define, must be (or not) content of this component will
+ be included in AJAX response created by parent AJAX
+ Container, even if not forced by reRender list of ajax
+ action. ignored if component marked to output by Ajax
+ action.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14506,9 +14530,9 @@
</attribute-type>
<attribute type="ajaxRendered"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -14517,9 +14541,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="errorClass" required="false">
- <description>
- CSS style class to apply to any message with a severity
- class of "ERROR"
+ <description>
+ CSS style class to apply to any message with a severity
+ class of "ERROR"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14527,9 +14551,9 @@
</attribute-type>
<attribute type="errorClass"/>
<attribute-type name="errorLabelClass"
required="false">
- <description>
- CSS style class to apply to any message label with a
- severity class of "ERROR"
+ <description>
+ CSS style class to apply to any message label with a
+ severity class of "ERROR"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14537,9 +14561,9 @@
</attribute-type>
<attribute type="errorLabelClass"/>
<attribute-type name="errorMarkerClass"
required="false">
- <description>
- CSS style class to apply to any message marker with a
- severity class of "ERROR"
+ <description>
+ CSS style class to apply to any message marker with a
+ severity class of "ERROR"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14547,9 +14571,9 @@
</attribute-type>
<attribute type="errorMarkerClass"/>
<attribute-type name="fatalClass" required="false">
- <description>
- CSS style class to apply to any message with a severity
- class of "FATAL"
+ <description>
+ CSS style class to apply to any message with a severity
+ class of "FATAL"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14557,9 +14581,9 @@
</attribute-type>
<attribute type="fatalClass"/>
<attribute-type name="fatalLabelClass"
required="false">
- <description>
- CSS style class to apply to any message label with a
- severity class of "FATAL"
+ <description>
+ CSS style class to apply to any message label with a
+ severity class of "FATAL"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14567,9 +14591,9 @@
</attribute-type>
<attribute type="fatalLabelClass"/>
<attribute-type name="fatalMarkerClass"
required="false">
- <description>
- CSS style class to apply to any message marker with a
- severity class of "FATAL"
+ <description>
+ CSS style class to apply to any message marker with a
+ severity class of "FATAL"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14577,10 +14601,10 @@
</attribute-type>
<attribute type="fatalMarkerClass"/>
<attribute-type name="globalOnly" required="false">
- <description>
- Flag indicating that only global messages (that is,
- messages not associated with any client identifier) are
- to be displayed. Default value is "false"
+ <description>
+ Flag indicating that only global messages (that is,
+ messages not associated with any client identifier) are
+ to be displayed. Default value is "false"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14588,16 +14612,16 @@
</attribute-type>
<attribute type="globalOnly"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="infoClass" required="false">
- <description>
- CSS style class to apply to any message with a severity
- class of "INFO"
+ <description>
+ CSS style class to apply to any message with a severity
+ class of "INFO"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14605,9 +14629,9 @@
</attribute-type>
<attribute type="infoClass"/>
<attribute-type name="infoLabelClass"
required="false">
- <description>
- CSS style class to apply to any message label with a
- severity class of "INFO"
+ <description>
+ CSS style class to apply to any message label with a
+ severity class of "INFO"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14615,9 +14639,9 @@
</attribute-type>
<attribute type="infoLabelClass"/>
<attribute-type name="infoMarkerClass"
required="false">
- <description>
- CSS style class to apply to any message marker with a
- severity class of "INFO"
+ <description>
+ CSS style class to apply to any message marker with a
+ severity class of "INFO"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14625,15 +14649,15 @@
</attribute-type>
<attribute type="infoMarkerClass"/>
<attribute-type name="keepTransient" required="false">
- <description>
- Flag for mark all child components to non-transient. If
- "true", all children components will be set to
- non-transient state and keep in saved components tree.
- For output in self-renderer region all content (By
- default, all content in &lt;f:verbatim&gt; tags
- and non-jsf elements in facelets, marked as transient -
- since, self-rendered ajax regions don't plain output for
- ajax processing).
+ <description>
+ Flag for mark all child components to non-transient. If
+ "true", all children components will be set to
+ non-transient state and keep in saved components tree.
+ For output in self-renderer region all content (By
+ default, all content in &lt;f:verbatim&gt; tags
+ and non-jsf elements in facelets, marked as transient -
+ since, self-rendered ajax regions don't plain output for
+ ajax processing).
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14648,11 +14672,11 @@
</attribute-type>
<attribute type="labelClass"/>
<attribute-type name="layout" required="false">
- <description>
- The type of layout markup to use when rendering error
- messages. Possible values are "table" (an HTML table),
- "list" (an HTML list) and iterator. If not specified,
- the default value is "list".
+ <description>
+ The type of layout markup to use when rendering error
+ messages. Possible values are "table" (an HTML table),
+ "list" (an HTML list) and iterator. If not specified,
+ the default value is "list".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14660,9 +14684,9 @@
</attribute-type>
<attribute type="layout"/>
<attribute-type name="level" required="false">
- <description>
- A comma-separated list of messages categories which
- should be displayed. Default value is "ALL".
+ <description>
+ A comma-separated list of messages categories which
+ should be displayed. Default value is "ALL".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14670,8 +14694,8 @@
</attribute-type>
<attribute type="level"/>
<attribute-type name="markerClass" required="false">
- <description>
- CSS style class to apply to marker
+ <description>
+ CSS style class to apply to marker
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14679,9 +14703,9 @@
</attribute-type>
<attribute type="markerClass"/>
<attribute-type name="markerStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to marker when this
- component is rendered
+ <description>
+ CSS style(s) is/are to be applied to marker when this
+ component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14689,9 +14713,9 @@
</attribute-type>
<attribute type="markerStyle"/>
<attribute-type name="passedLabel" required="false">
- <description>
- Attribute should define the label to be displayed when
- no message appears
+ <description>
+ Attribute should define the label to be displayed when
+ no message appears
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14699,8 +14723,8 @@
</attribute-type>
<attribute type="passedLabel"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14712,9 +14736,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="showDetail" required="false">
- <description>
- Flag indicating whether the summary portion of displayed
- messages should be included. Default value is "true"
+ <description>
+ Flag indicating whether the summary portion of displayed
+ messages should be included. Default value is "true"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14726,9 +14750,9 @@
</attribute-type>
<attribute type="showDetail"/>
<attribute-type name="showSummary" required="false">
- <description>
- Flag indicating whether the summary portion of displayed
- messages should be included. Default value is "false"
+ <description>
+ Flag indicating whether the summary portion of displayed
+ messages should be included. Default value is "false"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14747,11 +14771,11 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Space-separated list of CSS style class(es) to be
- applied when this element is rendered. This value must
- be passed through as the "class" attribute on generated
- markup
+ <description>
+ Space-separated list of CSS style class(es) to be
+ applied when this element is rendered. This value must
+ be passed through as the "class" attribute on generated
+ markup
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14759,9 +14783,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14769,10 +14793,10 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="tooltip" required="false">
- <description>
- Flag indicating whether the detail portion of the
- message should be displayed as a tooltip. Default value
- is "false".
+ <description>
+ Flag indicating whether the detail portion of the
+ message should be displayed as a tooltip. Default value
+ is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14780,9 +14804,9 @@
</attribute-type>
<attribute type="tooltip"/>
<attribute-type name="warnClass" required="false">
- <description>
- CSS style class to apply to any message with a severity
- class of "WARN"
+ <description>
+ CSS style class to apply to any message with a severity
+ class of "WARN"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14790,9 +14814,9 @@
</attribute-type>
<attribute type="warnClass"/>
<attribute-type name="warnLabelClass"
required="false">
- <description>
- CSS style class to apply to any message label with a
- severity class of "WARN"
+ <description>
+ CSS style class to apply to any message label with a
+ severity class of "WARN"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14800,9 +14824,9 @@
</attribute-type>
<attribute type="warnLabelClass"/>
<attribute-type name="warnMarkerClass"
required="false">
- <description>
- CSS style class to apply any message marker with a
- severity class of "WARN"
+ <description>
+ CSS style class to apply any message marker with a
+ severity class of "WARN"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14821,9 +14845,9 @@
end-tag="required" name="modalPanel"
start-tag="required">
<description><![CDATA[The modalPanel component implements a modal dialog
window. All operations in the main application window are locked out while this window is
active. Opening and closing the window is done through client JavaScript
code.]]></description>
<attribute-type name="autosized" required="false">
- <description>
- If "true" modalPanel should be autosizeable. Default
- value is "false".
+ <description>
+ If "true" modalPanel should be autosizeable. Default
+ value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14831,9 +14855,9 @@
</attribute-type>
<attribute type="autosized"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -14842,9 +14866,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="controlsClass" required="false">
- <description>
- CSS style(s) is/are to be applied to component controls
- when this component is rendered
+ <description>
+ CSS style(s) is/are to be applied to component controls
+ when this component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14852,9 +14876,9 @@
</attribute-type>
<attribute type="controlsClass"/>
<attribute-type name="headerClass" required="false">
- <description>
- CSS style(s) is/are to be applied to component header
- when this component is rendered
+ <description>
+ CSS style(s) is/are to be applied to component header
+ when this component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14862,9 +14886,9 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="height" required="false">
- <description>
- Attribute defines height of component. Default value is
- "200".
+ <description>
+ Attribute defines height of component. Default value is
+ "200".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14872,16 +14896,16 @@
</attribute-type>
<attribute type="height"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="keepVisualState"
required="false">
- <description>
- If "true" modalPanel should save state after submission.
- Default value is "false".
+ <description>
+ If "true" modalPanel should save state after submission.
+ Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14889,8 +14913,8 @@
</attribute-type>
<attribute type="keepVisualState"/>
<attribute-type name="label" required="false">
- <description>
- A localized user presentable name for this component.
+ <description>
+ A localized user presentable name for this component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14898,9 +14922,9 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="left" required="false">
- <description>
- Attribute defines X position of component left-top
- corner. Default value is "auto".
+ <description>
+ Attribute defines X position of component left-top
+ corner. Default value is "auto".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14908,10 +14932,10 @@
</attribute-type>
<attribute type="left"/>
<attribute-type name="minHeight" required="false">
- <description>
- Attribute defines min height of component. Default value
- is "10". If the value is less then 10, a
- "IllegalArgumentException" exception is thrown.
+ <description>
+ Attribute defines min height of component. Default value
+ is "10". If the value is less then 10, a
+ "IllegalArgumentException" exception is thrown.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14919,10 +14943,10 @@
</attribute-type>
<attribute type="minHeight"/>
<attribute-type name="minWidth" required="false">
- <description>
- Attribute defines min width of component. Default value
- is "10". If the value is less then 10, a
- "IllegalArgumentException" exception is thrown.
+ <description>
+ Attribute defines min width of component. Default value
+ is "10". If the value is less then 10, a
+ "IllegalArgumentException" exception is thrown.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14930,9 +14954,9 @@
</attribute-type>
<attribute type="minWidth"/>
<attribute-type name="moveable" required="false">
- <description>
- if "true" there is possibility to move component.
- Default value is "true".
+ <description>
+ if "true" there is possibility to move component.
+ Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14940,8 +14964,8 @@
</attribute-type>
<attribute type="moveable"/>
<attribute-type name="onbeforehide" required="false">
- <description>
- Event must occurs before panel is hiding
+ <description>
+ Event must occurs before panel is hiding
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14949,8 +14973,8 @@
</attribute-type>
<attribute type="onbeforehide"/>
<attribute-type name="onbeforeshow" required="false">
- <description>
- Event must occurs before panel is opening
+ <description>
+ Event must occurs before panel is opening
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14958,8 +14982,8 @@
</attribute-type>
<attribute type="onbeforeshow"/>
<attribute-type name="onhide" required="false">
- <description>
- Event must occurs after panel closed
+ <description>
+ Event must occurs after panel closed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14967,9 +14991,9 @@
</attribute-type>
<attribute type="onhide"/>
<attribute-type name="onmaskclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
- outside modalPanel
+ <description>
+ HTML: a script expression; a pointer button is clicked
+ outside modalPanel
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14977,9 +15001,9 @@
</attribute-type>
<attribute type="onmaskclick"/>
<attribute-type name="onmaskcontextmenu"
required="false">
- <description>
- JavaScript handler to be called on right click outside
- modalPanel
+ <description>
+ JavaScript handler to be called on right click outside
+ modalPanel
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14987,9 +15011,9 @@
</attribute-type>
<attribute type="onmaskcontextmenu"/>
<attribute-type name="onmaskdblclick"
required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked outside modalPanel
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked outside modalPanel
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -14997,9 +15021,9 @@
</attribute-type>
<attribute type="onmaskdblclick"/>
<attribute-type name="onmaskmousedown"
required="false">
- <description>
- HTML: a script expression; a pointer button is pressed
- down outside modalPanel
+ <description>
+ HTML: a script expression; a pointer button is pressed
+ down outside modalPanel
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15007,9 +15031,9 @@
</attribute-type>
<attribute type="onmaskmousedown"/>
<attribute-type name="onmaskmousemove"
required="false">
- <description>
- HTML: a script expression; a pointer button is moved
- outside modalPanel
+ <description>
+ HTML: a script expression; a pointer button is moved
+ outside modalPanel
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15017,9 +15041,9 @@
</attribute-type>
<attribute type="onmaskmousemove"/>
<attribute-type name="onmaskmouseout"
required="false">
- <description>
- HTML: a script expression; a pointer button is moved
- away modalPanel
+ <description>
+ HTML: a script expression; a pointer button is moved
+ away modalPanel
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15027,9 +15051,9 @@
</attribute-type>
<attribute type="onmaskmouseout"/>
<attribute-type name="onmaskmouseover"
required="false">
- <description>
- HTML: a script expression; a pointer button is moved
- onto modalPanel
+ <description>
+ HTML: a script expression; a pointer button is moved
+ onto modalPanel
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15037,9 +15061,9 @@
</attribute-type>
<attribute type="onmaskmouseover"/>
<attribute-type name="onmaskmouseup" required="false">
- <description>
- HTML: a script expression; a pointer button is released
- outside modalPanel
+ <description>
+ HTML: a script expression; a pointer button is released
+ outside modalPanel
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15047,8 +15071,8 @@
</attribute-type>
<attribute type="onmaskmouseup"/>
<attribute-type name="onmove" required="false">
- <description>
- Event must occurs before panel is moving
+ <description>
+ Event must occurs before panel is moving
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15056,8 +15080,8 @@
</attribute-type>
<attribute type="onmove"/>
<attribute-type name="onresize" required="false">
- <description>
- Event must occurs than panel is resizing
+ <description>
+ Event must occurs than panel is resizing
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15065,8 +15089,8 @@
</attribute-type>
<attribute type="onresize"/>
<attribute-type name="onshow" required="false">
- <description>
- Event must occurs after panel opened
+ <description>
+ Event must occurs after panel opened
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15074,8 +15098,8 @@
</attribute-type>
<attribute type="onshow"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15087,9 +15111,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="resizeable" required="false">
- <description>
- if "true" there is possibility to change component size.
- Default value is "true".
+ <description>
+ if "true" there is possibility to change component size.
+ Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15097,8 +15121,8 @@
</attribute-type>
<attribute type="resizeable"/>
<attribute-type name="shadowDepth" required="false">
- <description>
- Pop-up shadow depth for suggestion content
+ <description>
+ Pop-up shadow depth for suggestion content
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15106,9 +15130,9 @@
</attribute-type>
<attribute type="shadowDepth"/>
<attribute-type name="shadowOpacity" required="false">
- <description>
- HTML CSS class attribute of element for pop-up
- suggestion content
+ <description>
+ HTML CSS class attribute of element for pop-up
+ suggestion content
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15116,9 +15140,9 @@
</attribute-type>
<attribute type="shadowOpacity"/>
<attribute-type name="showWhenRendered"
required="false">
- <description>
- If "true" value for this attribute makes a modal panel
- opened as default.
+ <description>
+ If "true" value for this attribute makes a modal panel
+ opened as default.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15130,9 +15154,9 @@
</attribute-type>
<attribute type="showWhenRendered"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15140,8 +15164,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15149,9 +15173,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="top" required="false">
- <description>
- Attribute defines Y position of component left-top
- corner. Default value is "auto".
+ <description>
+ Attribute defines Y position of component left-top
+ corner. Default value is "auto".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15159,11 +15183,11 @@
</attribute-type>
<attribute type="top"/>
<attribute-type name="tridentIVEngineSelectBehavior"
required="false">
- <description>
- How to handle HTML SELECT-based controls in IE 6? -
- "disable" - default, handle as usual, use
- disabled="true" to hide SELECT controls - "hide" - use
- visibility="hidden" to hide SELECT controls
+ <description>
+ How to handle HTML SELECT-based controls in IE 6? -
+ "disable" - default, handle as usual, use
+ disabled="true" to hide SELECT controls - "hide" - use
+ visibility="hidden" to hide SELECT controls
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15171,11 +15195,11 @@
</attribute-type>
<attribute type="tridentIVEngineSelectBehavior"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -15188,10 +15212,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15199,8 +15223,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15218,8 +15242,8 @@
</attribute-type>
<attribute type="valueChangeListener"/>
<attribute-type name="visualOptions" required="false">
- <description>
- Defines options that were specified on the client side
+ <description>
+ Defines options that were specified on the client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15227,9 +15251,9 @@
</attribute-type>
<attribute type="visualOptions"/>
<attribute-type name="width" required="false">
- <description>
- Attribute defines width of component. Default value is
- "300".
+ <description>
+ Attribute defines width of component. Default value is
+ "300".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15237,10 +15261,10 @@
</attribute-type>
<attribute type="width"/>
<attribute-type name="zindex" required="false">
- <description>
- Attribute is similar to the standard HTML attribute and
- can specify window. Default value is "100". placement
- relative to the content
+ <description>
+ Attribute is similar to the standard HTML attribute and
+ can specify window. Default value is "100". placement
+ relative to the content
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15266,9 +15290,9 @@
end-tag="required" name="nodeSelectListener"
start-tag="required">
<description><![CDATA[The nodeSelectListener represents an action
listener method that is notified after selection of a node.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -15288,8 +15312,8 @@
</attribute-type>
<attribute type="activeItem"/>
<attribute-type name="ajaxKeys" required="false">
- <description>
- Defines row keys that are updated after an Ajax request
+ <description>
+ Defines row keys that are updated after an Ajax request
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15297,9 +15321,9 @@
</attribute-type>
<attribute type="ajaxKeys"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -15308,8 +15332,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bottomControlLabel"
required="false">
- <description>
- Defines a label for a 'Bottom' control
+ <description>
+ Defines a label for a 'Bottom' control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15317,8 +15341,8 @@
</attribute-type>
<attribute type="bottomControlLabel"/>
<attribute-type name="captionLabel" required="false">
- <description>
- Defines caption representation text
+ <description>
+ Defines caption representation text
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15333,9 +15357,9 @@
</attribute-type>
<attribute type="columnClasses"/>
<attribute-type name="componentState"
required="false">
- <description>
- It defines EL-binding for a component state for saving
- or redefinition
+ <description>
+ It defines EL-binding for a component state for saving
+ or redefinition
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15343,11 +15367,11 @@
</attribute-type>
<attribute type="componentState"/>
<attribute-type name="controlsHorizontalAlign"
required="false">
- <description>
- Controls horizontal rendering. Possible values: left -
- controls should be rendered to the left side of a list.
- right- controls should be rendered to the right side of
- a list. Default value is "right".
+ <description>
+ Controls horizontal rendering. Possible values: left -
+ controls should be rendered to the left side of a list.
+ right- controls should be rendered to the right side of
+ a list. Default value is "right".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15355,9 +15379,9 @@
</attribute-type>
<attribute type="controlsHorizontalAlign"/>
<attribute-type name="controlsType" required="false">
- <description>
- Defines type of a control: button or none. Default value
- is "button".
+ <description>
+ Defines type of a control: button or none. Default value
+ is "button".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15365,12 +15389,12 @@
</attribute-type>
<attribute type="controlsType"/>
<attribute-type name="controlsVerticalAlign"
required="false">
- <description>
- Controls vertical rendering. Possible values: top -
- controls should be rendered aligned to top side of a
- list. bottom - controls should be rendered aligned to
- bottom side of a list. middle (default) - controls
- should be rendered centered relatively to a list.
+ <description>
+ Controls vertical rendering. Possible values: top -
+ controls should be rendered aligned to top side of a
+ list. bottom - controls should be rendered aligned to
+ bottom side of a list. middle (default) - controls
+ should be rendered centered relatively to a list.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15378,8 +15402,8 @@
</attribute-type>
<attribute type="controlsVerticalAlign"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15387,8 +15411,8 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="downControlLabel"
required="false">
- <description>
- Defines a label for a 'Down' control
+ <description>
+ Defines a label for a 'Down' control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15396,9 +15420,9 @@
</attribute-type>
<attribute type="downControlLabel"/>
<attribute-type name="fastOrderControlsVisible"
required="false">
- <description>
- If "false", 'Top' and 'Bottom' controls aren't
- displayed. Default value is "true".
+ <description>
+ If "false", 'Top' and 'Bottom' controls aren't
+ displayed. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15406,18 +15430,18 @@
</attribute-type>
<attribute type="fastOrderControlsVisible"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15429,8 +15453,8 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="listHeight" required="false">
- <description>
- Defines height of a list. Default value is "140".
+ <description>
+ Defines height of a list. Default value is "140".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15438,8 +15462,8 @@
</attribute-type>
<attribute type="listHeight"/>
<attribute-type name="listWidth" required="false">
- <description>
- Defines width of a list. Default value is "140".
+ <description>
+ Defines width of a list. Default value is "140".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15447,8 +15471,8 @@
</attribute-type>
<attribute type="listWidth"/>
<attribute-type name="onbottomclick" required="false">
- <description>
- A JavaScript event handler; a button "Bottom" is clicked
+ <description>
+ A JavaScript event handler; a button "Bottom" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15456,8 +15480,8 @@
</attribute-type>
<attribute type="onbottomclick"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15465,9 +15489,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15475,8 +15499,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="ondownclick" required="false">
- <description>
- A JavaScript event handler; a button "Down" is clicked
+ <description>
+ A JavaScript event handler; a button "Down" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15484,8 +15508,8 @@
</attribute-type>
<attribute type="ondownclick"/>
<attribute-type name="onheaderclick" required="false">
- <description>
- A JavaScript event handler; a header is clicked
+ <description>
+ A JavaScript event handler; a header is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15493,8 +15517,8 @@
</attribute-type>
<attribute type="onheaderclick"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15502,8 +15526,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15511,8 +15535,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15520,8 +15544,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onorderchanged"
required="false">
- <description>
- A JavaScript event handler called on an order operation
+ <description>
+ A JavaScript event handler called on an order operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15529,8 +15553,8 @@
</attribute-type>
<attribute type="onorderchanged"/>
<attribute-type name="ontopclick" required="false">
- <description>
- A JavaScript event handler; a button "Top" is clicked
+ <description>
+ A JavaScript event handler; a button "Top" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15538,8 +15562,8 @@
</attribute-type>
<attribute type="ontopclick"/>
<attribute-type name="onupclick" required="false">
- <description>
- HTML: a script expression; a button "Up" is clicked
+ <description>
+ HTML: a script expression; a button "Up" is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15547,9 +15571,9 @@
</attribute-type>
<attribute type="onupclick"/>
<attribute-type name="orderControlsVisible"
required="false">
- <description>
- If "false", 'Up' and 'Down' controls aren't displayed.
- Default value is "true".
+ <description>
+ If "false", 'Up' and 'Down' controls aren't displayed.
+ Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15557,8 +15581,8 @@
</attribute-type>
<attribute type="orderControlsVisible"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15570,8 +15594,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15590,9 +15614,9 @@
</attribute-type>
<attribute type="rowClasses"/>
<attribute-type name="rowKey" required="false">
- <description>
- RowKey is a representation of an identifier for a
- specific data row
+ <description>
+ RowKey is a representation of an identifier for a
+ specific data row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15607,9 +15631,9 @@
</attribute-type>
<attribute type="rowKeyConverter"/>
<attribute-type name="rowKeyVar" required="false">
- <description>
- The attribute provides access to a row key in a Request
- scope
+ <description>
+ The attribute provides access to a row key in a Request
+ scope
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15617,9 +15641,9 @@
</attribute-type>
<attribute type="rowKeyVar"/>
<attribute-type name="rows" required="false">
- <description>
- A number of rows to display, or zero for all remaining
- rows in the list
+ <description>
+ A number of rows to display, or zero for all remaining
+ rows in the list
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15627,8 +15651,8 @@
</attribute-type>
<attribute type="rows"/>
<attribute-type name="selection" required="false">
- <description>
- Collection which stores a set of selected items
+ <description>
+ Collection which stores a set of selected items
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15636,8 +15660,8 @@
</attribute-type>
<attribute type="selection"/>
<attribute-type name="showButtonLabels"
required="false">
- <description>
- If "true", shows a label for a button
+ <description>
+ If "true", shows a label for a button
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15649,9 +15673,9 @@
</attribute-type>
<attribute type="showButtonLabels"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15659,8 +15683,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15668,8 +15692,8 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="topControlLabel"
required="false">
- <description>
- Defines a label for a 'Top' control
+ <description>
+ Defines a label for a 'Top' control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15677,8 +15701,8 @@
</attribute-type>
<attribute type="topControlLabel"/>
<attribute-type name="upControlLabel"
required="false">
- <description>
- Defines a label for a 'Up' control
+ <description>
+ Defines a label for a 'Up' control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15686,11 +15710,11 @@
</attribute-type>
<attribute type="upControlLabel"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -15703,8 +15727,8 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="value" required="false">
- <description>
- Defines a List or Array of items to be shown in a list
+ <description>
+ Defines a List or Array of items to be shown in a list
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15743,31 +15767,31 @@
</attribute-type>
<attribute type="onorderchange"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="paint2D"
start-tag="required">
- <description>
- Create an image by paint in a managed bean, same as paint
- (Graphics g) in SWING components. It can be used as a
- cacheable or non-cacheable resource. With a cache support, a
- key is created in URI with a mix of size (width/height),
- paint method, format and data attributes.
+ <description>
+ Create an image by paint in a managed bean, same as paint
+ (Graphics g) in SWING components. It can be used as a
+ cacheable or non-cacheable resource. With a cache support, a
+ key is created in URI with a mix of size (width/height),
+ paint method, format and data attributes.
</description>
<attribute-type name="align" required="false">
- <description>
- bottom|middle|top|left|right Deprecated. This attribute
- specifies the position of an IMG, OBJECT, or APPLET with
- respect to its context.
-
- The following values for align concern the object's
- position with respect to surrounding text:
-
- * bottom: means that the bottom of the object should be
- vertically aligned with the current baseline. This is
- the default value. * middle: means that the center of
- the object should be vertically aligned with the current
- baseline. * top: means that the top of the object should
- be vertically aligned with the top of the current text
- line
+ <description>
+ bottom|middle|top|left|right Deprecated. This attribute
+ specifies the position of an IMG, OBJECT, or APPLET with
+ respect to its context.
+
+ The following values for align concern the object's
+ position with respect to surrounding text:
+
+ * bottom: means that the bottom of the object should be
+ vertically aligned with the current baseline. This is
+ the default value. * middle: means that the center of
+ the object should be vertically aligned with the current
+ baseline. * top: means that the top of the object should
+ be vertically aligned with the top of the current text
+ line
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15782,14 +15806,14 @@
</attribute-type>
<attribute type="align"/>
<attribute-type name="bgcolor" required="false">
- <description>
- Background color of painted image. Default value is
- 'transparent' which means no background fill. Hex colors
- can be used, as well as common color names. Invalid
- values are treated as transparent. Note, that JPEG
- format doesn't support transparency, and transparent
- background is painted black. Also note, that several
- browsers (e.g. IE6) do not support PNG transparency
+ <description>
+ Background color of painted image. Default value is
+ 'transparent' which means no background fill. Hex colors
+ can be used, as well as common color names. Invalid
+ values are treated as transparent. Note, that JPEG
+ format doesn't support transparency, and transparent
+ background is painted black. Also note, that several
+ browsers (e.g. IE6) do not support PNG transparency
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15797,9 +15821,9 @@
</attribute-type>
<attribute type="bgcolor"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -15808,10 +15832,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="border" required="false">
- <description>
- Deprecated. This attribute specifies the width of an IMG
- or OBJECT border, in pixels. The default value for this
- attribute depends on the user agent
+ <description>
+ Deprecated. This attribute specifies the width of an IMG
+ or OBJECT border, in pixels. The default value for this
+ attribute depends on the user agent
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15819,13 +15843,13 @@
</attribute-type>
<attribute type="border"/>
<attribute-type name="cacheable" required="false">
- <description>
- Supported (or not) client/server caching for generated
- images. Caching on client supported by properly sending
- and processing of HTTP headers (Last-Modified, Expires,
- If-Modified-Since, etc.) Server-side caching is
- supported by application-scope object cache. For build
- of cache key use "value" attribute, serialized to URI
+ <description>
+ Supported (or not) client/server caching for generated
+ images. Caching on client supported by properly sending
+ and processing of HTTP headers (Last-Modified, Expires,
+ If-Modified-Since, etc.) Server-side caching is
+ supported by application-scope object cache. For build
+ of cache key use "value" attribute, serialized to URI
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15833,14 +15857,14 @@
</attribute-type>
<attribute type="cacheable"/>
<attribute-type name="data" required="false">
- <description>
- Value calculated at render time and stored in Image URI
- (as part of cache Key), at paint time passed to a paint
- method. It can be used for updating cache at change of
- image generating conditions, and for creating paint
- beans as "Lightweight" pattern components (request
- scope). IMPORTANT: Since serialized data stored in URI,
- avoid using big objects
+ <description>
+ Value calculated at render time and stored in Image URI
+ (as part of cache Key), at paint time passed to a paint
+ method. It can be used for updating cache at change of
+ image generating conditions, and for creating paint
+ beans as "Lightweight" pattern components (request
+ scope). IMPORTANT: Since serialized data stored in URI,
+ avoid using big objects
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15848,10 +15872,10 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="format" required="false">
- <description>
- format Name of format for sending a generated image. It
- currently supports "jpeg" (24 bit, default), "gif" (8
- bit with transparency), "png" (32 bit with transparency)
+ <description>
+ format Name of format for sending a generated image. It
+ currently supports "jpeg" (24 bit, default), "gif" (8
+ bit with transparency), "png" (32 bit with transparency)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15859,9 +15883,9 @@
</attribute-type>
<attribute type="format"/>
<attribute-type name="height" required="false">
- <description>
- Height in pixels of image (for paint canvas and HTML
- attribute). Default value is "10".
+ <description>
+ Height in pixels of image (for paint canvas and HTML
+ attribute). Default value is "10".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15869,11 +15893,11 @@
</attribute-type>
<attribute type="height"/>
<attribute-type name="hspace" required="false">
- <description>
- Deprecated. This attribute specifies the amount of white
- space to be inserted to the left and right of an IMG,
- APPLET, or OBJECT. The default value is not specified,
- but is generally a small, non-zero length
+ <description>
+ Deprecated. This attribute specifies the amount of white
+ space to be inserted to the left and right of an IMG,
+ APPLET, or OBJECT. The default value is not specified,
+ but is generally a small, non-zero length
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15881,16 +15905,16 @@
</attribute-type>
<attribute type="hspace"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15898,13 +15922,13 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="paint" required="false">
- <description>
- The method calls expression to paint Image on prepared
- Buffered image. It must have two parameters with a type
- of java.awt.Graphics2D (graphics to paint) and Object
- (restored from URI "data" property). For painting used
- 32-bit RGBA color model (for 8-bit images used Diffusion
- filtration before sending)
+ <description>
+ The method calls expression to paint Image on prepared
+ Buffered image. It must have two parameters with a type
+ of java.awt.Graphics2D (graphics to paint) and Object
+ (restored from URI "data" property). For painting used
+ 32-bit RGBA color model (for 8-bit images used Diffusion
+ filtration before sending)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15912,8 +15936,8 @@
</attribute-type>
<attribute type="paint"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15925,9 +15949,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15935,8 +15959,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15944,9 +15968,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15954,8 +15978,8 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15963,11 +15987,11 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="vspace" required="false">
- <description>
- Deprecated. This attribute specifies the amount of white
- space to be inserted above and below an IMG, APPLET, or
- OBJECT. The default value is not specified, but is
- generally a small, non-zero length
+ <description>
+ Deprecated. This attribute specifies the amount of white
+ space to be inserted above and below an IMG, APPLET, or
+ OBJECT. The default value is not specified, but is
+ generally a small, non-zero length
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15975,9 +15999,9 @@
</attribute-type>
<attribute type="vspace"/>
<attribute-type name="width" required="false">
- <description>
- Width in pixels of image (for paint canvas and HTML
- attribute). Default value is "10".
+ <description>
+ Width in pixels of image (for paint canvas and HTML
+ attribute). Default value is "10".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -15994,15 +16018,15 @@
</element-type>
<element-type body-content="allowed" content="mixed"
end-tag="required" name="panel"
start-tag="required">
- <description>
- A skinnable panel that is rendered as a bordered rectangle.
- The header is added using a facet with the attribute,
- name="header".
+ <description>
+ A skinnable panel that is rendered as a bordered rectangle.
+ The header is added using a facet with the attribute,
+ name="header".
</description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -16011,8 +16035,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bodyClass" required="false">
- <description>
- A class that defines a style for a panel content
+ <description>
+ A class that defines a style for a panel content
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16020,8 +16044,8 @@
</attribute-type>
<attribute type="bodyClass"/>
<attribute-type name="header" required="false">
- <description>
- Label text appears on a panel header
+ <description>
+ Label text appears on a panel header
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16029,8 +16053,8 @@
</attribute-type>
<attribute type="header"/>
<attribute-type name="headerClass" required="false">
- <description>
- A class that defines a style for a panel header
+ <description>
+ A class that defines a style for a panel header
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16038,15 +16062,15 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16054,9 +16078,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16064,8 +16088,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16073,8 +16097,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16082,8 +16106,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16091,9 +16115,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16101,8 +16125,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16110,8 +16134,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16119,8 +16143,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16128,8 +16152,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16137,8 +16161,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16150,9 +16174,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16160,8 +16184,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16173,9 +16197,9 @@
end-tag="required" name="panelBar"
start-tag="required">
<description><![CDATA[The panelBar component is used for displaying a
number of cascading panels which can be opened with a click on the
header.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -16198,8 +16222,8 @@
</attribute-type>
<attribute type="contentStyle"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16207,10 +16231,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16225,8 +16249,8 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="headerClassActive"
required="false">
- <description>
- The component header style class active
+ <description>
+ The component header style class active
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16248,9 +16272,9 @@
</attribute-type>
<attribute type="headerStyleActive"/>
<attribute-type name="height" required="false">
- <description>
- The height of the slide panel. Might be defined as
- pixels or as percentage. Default value is "100%".
+ <description>
+ The height of the slide panel. Might be defined as
+ pixels or as percentage. Default value is "100%".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16258,18 +16282,18 @@
</attribute-type>
<attribute type="height"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16281,8 +16305,8 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="label" required="false">
- <description>
- A localized user presentable name for this component.
+ <description>
+ A localized user presentable name for this component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16290,8 +16314,8 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="onclick" required="false">
- <description>
- JavaScript code for call before header onclick
+ <description>
+ JavaScript code for call before header onclick
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16299,8 +16323,8 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="onitemchange" required="false">
- <description>
- Event must occurs on than item has been changed
+ <description>
+ Event must occurs on than item has been changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16308,8 +16332,8 @@
</attribute-type>
<attribute type="onitemchange"/>
<attribute-type name="onmousemove" required="false">
- <description>
- Event must occurs on than item has been changed
+ <description>
+ Event must occurs on than item has been changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16317,8 +16341,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- Event must occurs on than item has been changed
+ <description>
+ Event must occurs on than item has been changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16326,8 +16350,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- Event must occurs on than item has been changed
+ <description>
+ Event must occurs on than item has been changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16335,8 +16359,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16348,8 +16372,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16361,11 +16385,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16373,8 +16397,8 @@
</attribute-type>
<attribute type="requiredMessage"/>
<attribute-type name="selectedPanel" required="false">
- <description>
- Attribure defines name of selected item
+ <description>
+ Attribure defines name of selected item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16382,9 +16406,9 @@
</attribute-type>
<attribute type="selectedPanel"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16392,8 +16416,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute.
+ <description>
+ Corresponds to the HTML class attribute.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16401,11 +16425,11 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -16418,10 +16442,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16429,8 +16453,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16448,9 +16472,9 @@
</attribute-type>
<attribute type="valueChangeListener"/>
<attribute-type name="width" required="false">
- <description>
- The width of the slide panel. Might be defined as pixels
- or as percentage. Default value is "100%".
+ <description>
+ The width of the slide panel. Might be defined as pixels
+ or as percentage. Default value is "100%".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16462,9 +16486,9 @@
end-tag="required" name="panelBarItem"
start-tag="required">
<description><![CDATA[The panelBarItem component is used for creating a
single panel within a panelBar>.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -16494,8 +16518,8 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="headerClassActive"
required="false">
- <description>
- The component header style class active
+ <description>
+ The component header style class active
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16517,15 +16541,15 @@
</attribute-type>
<attribute type="headerStyleActive"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="label" required="false">
- <description>
- Label text appears on a panel item header
+ <description>
+ Label text appears on a panel item header
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16533,8 +16557,8 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="name" required="false">
- <description>
- Attribute defines item name. Default value is "getId()".
+ <description>
+ Attribute defines item name. Default value is "getId()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16542,8 +16566,8 @@
</attribute-type>
<attribute type="name"/>
<attribute-type name="onenter" required="false">
- <description>
- Event must occurs on than item has been entered
+ <description>
+ Event must occurs on than item has been entered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16551,8 +16575,8 @@
</attribute-type>
<attribute type="onenter"/>
<attribute-type name="onleave" required="false">
- <description>
- Event must occurs on than item has been leaved
+ <description>
+ Event must occurs on than item has been leaved
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16560,8 +16584,8 @@
</attribute-type>
<attribute type="onleave"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16577,9 +16601,9 @@
end-tag="required" name="panelMenu"
start-tag="required">
<description><![CDATA[The panelMenu component is used to define an in
line vertical menu on a page.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -16588,8 +16612,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16597,10 +16621,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16608,9 +16632,9 @@
</attribute-type>
<attribute type="converterMessage"/>
<attribute-type name="disabled" required="false">
- <description>
- If true sets state of the item to disabled state.
- Default value is "false".
+ <description>
+ If true sets state of the item to disabled state.
+ Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16622,9 +16646,9 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="disabledGroupClass"
required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to disabled group of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to disabled group of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16632,9 +16656,9 @@
</attribute-type>
<attribute type="disabledGroupClass"/>
<attribute-type name="disabledGroupStyle"
required="false">
- <description>
- CSS style(s) is/are to be applied to disabled group when
- this component is rendered
+ <description>
+ CSS style(s) is/are to be applied to disabled group when
+ this component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16642,9 +16666,9 @@
</attribute-type>
<attribute type="disabledGroupStyle"/>
<attribute-type name="disabledItemClass"
required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to disabled item of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to disabled item of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16652,9 +16676,9 @@
</attribute-type>
<attribute type="disabledItemClass"/>
<attribute-type name="disabledItemStyle"
required="false">
- <description>
- CSS style(s) is/are to be applied to disabled item when
- this component is rendered.
+ <description>
+ CSS style(s) is/are to be applied to disabled item when
+ this component is rendered.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16662,10 +16686,10 @@
</attribute-type>
<attribute type="disabledItemStyle"/>
<attribute-type name="event" required="false">
- <description>
- Defines the event on the representation element that
- triggers the submenu's expand/collapse. Default value is
- "onclick".
+ <description>
+ Defines the event on the representation element that
+ triggers the submenu's expand/collapse. Default value is
+ "onclick".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16673,11 +16697,11 @@
</attribute-type>
<attribute type="event"/>
<attribute-type name="expandMode" required="false">
- <description>
- Set the submission mode for all panel menu groups after
- expand/collapse except ones where this attribute
- redefined. Possible values are "ajax", "server",
"none".
- Default value is "none".
+ <description>
+ Set the submission mode for all panel menu groups after
+ expand/collapse except ones where this attribute
+ redefined. Possible values are "ajax", "server",
"none".
+ Default value is "none".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16690,12 +16714,12 @@
</attribute-type>
<attribute type="expandMode"/>
<attribute-type name="expandSingle" required="false">
- <description>
- Whether only one panel menu node on top level can be
- opened at a time. If the value of this attribute is
- true, the previously opened node on the top level is
- closed. If the value is false, the node is left opened.
- Default value is "false".
+ <description>
+ Whether only one panel menu node on top level can be
+ opened at a time. If the value of this attribute is
+ true, the previously opened node on the top level is
+ closed. If the value is false, the node is left opened.
+ Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16707,9 +16731,9 @@
</attribute-type>
<attribute type="expandSingle"/>
<attribute-type name="groupClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to group of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to group of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16717,9 +16741,9 @@
</attribute-type>
<attribute type="groupClass"/>
<attribute-type name="groupStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to group when this
- component is rendered
+ <description>
+ CSS style(s) is/are to be applied to group when this
+ component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16727,9 +16751,9 @@
</attribute-type>
<attribute type="groupStyle"/>
<attribute-type name="hoveredGroupClass"
required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to hovered group of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to hovered group of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16737,9 +16761,9 @@
</attribute-type>
<attribute type="hoveredGroupClass"/>
<attribute-type name="hoveredGroupStyle"
required="false">
- <description>
- CSS style(s) is/are to be applied to hovered group when
- this component is rendered
+ <description>
+ CSS style(s) is/are to be applied to hovered group when
+ this component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16747,9 +16771,9 @@
</attribute-type>
<attribute type="hoveredGroupStyle"/>
<attribute-type name="hoveredItemClass"
required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to hovered item of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to hovered item of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16757,9 +16781,9 @@
</attribute-type>
<attribute type="hoveredItemClass"/>
<attribute-type name="hoveredItemStyle"
required="false">
- <description>
- CSS style(s) is/are to be applied to hovered item when
- this component is rendered
+ <description>
+ CSS style(s) is/are to be applied to hovered item when
+ this component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16767,13 +16791,13 @@
</attribute-type>
<attribute type="hoveredItemStyle"/>
<attribute-type name="iconCollapsedGroup"
required="false">
- <description>
- Path to the icon to be displayed for the collapsed Group
- state. You can also use predefined icons, setting the
- attribute to one of these possible values: "triangle",
- "triangleUp", "triangleDown", "disc",
"chevron",
- "chevronUp", "chevronDown", "grid". Default value is
- "grid".
+ <description>
+ Path to the icon to be displayed for the collapsed Group
+ state. You can also use predefined icons, setting the
+ attribute to one of these possible values: "triangle",
+ "triangleUp", "triangleDown", "disc",
"chevron",
+ "chevronUp", "chevronDown", "grid". Default value is
+ "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16781,13 +16805,13 @@
</attribute-type>
<attribute type="iconCollapsedGroup"/>
<attribute-type name="iconCollapsedTopGroup"
required="false">
- <description>
- Path to the icon to be displayed for the collapsed top
- group state.\ You can also use predefined icons, setting
- the attribute to one of these possible values:
- "triangle", "triangleUp", "triangleDown",
"disc",
- "chevron", "chevronUp", "chevronDown",
"grid". Default
- value is "grid".
+ <description>
+ Path to the icon to be displayed for the collapsed top
+ group state.\ You can also use predefined icons, setting
+ the attribute to one of these possible values:
+ "triangle", "triangleUp", "triangleDown",
"disc",
+ "chevron", "chevronUp", "chevronDown",
"grid". Default
+ value is "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16795,13 +16819,13 @@
</attribute-type>
<attribute type="iconCollapsedTopGroup"/>
<attribute-type name="iconDisabledGroup"
required="false">
- <description>
- Path to the icon to be displayed for the disabled group
- state. You can also use predefined icons, setting the
- attribute to one of these possible values: "triangle",
- "triangleUp", "triangleDown", "disc",
"chevron",
- "chevronUp", "chevronDown", "grid". Default value is
- "grid".
+ <description>
+ Path to the icon to be displayed for the disabled group
+ state. You can also use predefined icons, setting the
+ attribute to one of these possible values: "triangle",
+ "triangleUp", "triangleDown", "disc",
"chevron",
+ "chevronUp", "chevronDown", "grid". Default value is
+ "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16809,13 +16833,13 @@
</attribute-type>
<attribute type="iconDisabledGroup"/>
<attribute-type name="iconDisabledItem"
required="false">
- <description>
- Path to the icon to be displayed for the disabled item
- state. You can also use predefined icons, setting the
- attribute to one of these possible values: "triangle",
- "triangleUp", "triangleDown", "disc",
"chevron",
- "chevronUp", "chevronDown", "grid". Default value is
- "grid".
+ <description>
+ Path to the icon to be displayed for the disabled item
+ state. You can also use predefined icons, setting the
+ attribute to one of these possible values: "triangle",
+ "triangleUp", "triangleDown", "disc",
"chevron",
+ "chevronUp", "chevronDown", "grid". Default value is
+ "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16823,13 +16847,13 @@
</attribute-type>
<attribute type="iconDisabledItem"/>
<attribute-type name="iconExpandedGroup"
required="false">
- <description>
- Path to the icon to be displayed for the expanded Group
- state. You can also use predefined icons, setting the
- attribute to one of these possible values: "triangle",
- "triangleUp", "triangleDown", "disc",
"chevron",
- "chevronUp", "chevronDown", "grid". Default value is
- "grid".
+ <description>
+ Path to the icon to be displayed for the expanded Group
+ state. You can also use predefined icons, setting the
+ attribute to one of these possible values: "triangle",
+ "triangleUp", "triangleDown", "disc",
"chevron",
+ "chevronUp", "chevronDown", "grid". Default value is
+ "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16837,13 +16861,13 @@
</attribute-type>
<attribute type="iconExpandedGroup"/>
<attribute-type name="iconExpandedTopGroup"
required="false">
- <description>
- Path to the icon to be displayed for the expanded top
- group state. You can also use predefined icons, setting
- the attribute to one of these possible values:
- "triangle", "triangleUp", "triangleDown",
"disc",
- "chevron", "chevronUp", "chevronDown",
"grid". Default
- value is "grid".
+ <description>
+ Path to the icon to be displayed for the expanded top
+ group state. You can also use predefined icons, setting
+ the attribute to one of these possible values:
+ "triangle", "triangleUp", "triangleDown",
"disc",
+ "chevron", "chevronUp", "chevronDown",
"grid". Default
+ value is "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16851,9 +16875,9 @@
</attribute-type>
<attribute type="iconExpandedTopGroup"/>
<attribute-type name="iconGroupPosition"
required="false">
- <description>
- Position of the icon for the group icon. Possible values
- are "left","right","none". Default value is
"left".
+ <description>
+ Position of the icon for the group icon. Possible values
+ are "left","right","none". Default value is
"left".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16861,10 +16885,10 @@
</attribute-type>
<attribute type="iconGroupPosition"/>
<attribute-type name="iconGroupTopPosition"
required="false">
- <description>
- Position of the icon for the top group icon. Possible
- values are "left","right","none". Default value is
- "left".
+ <description>
+ Position of the icon for the top group icon. Possible
+ values are "left","right","none". Default value is
+ "left".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16872,13 +16896,13 @@
</attribute-type>
<attribute type="iconGroupTopPosition"/>
<attribute-type name="iconItem" required="false">
- <description>
- Path to the icon to be displayed for the enabled item
- state. You can also use predefined icons, setting the
- attribute to one of these possible values: "triangle",
- "triangleUp", "triangleDown", "disc",
"chevron",
- "chevronUp", "chevronDown", "grid". Default value is
- "grid".
+ <description>
+ Path to the icon to be displayed for the enabled item
+ state. You can also use predefined icons, setting the
+ attribute to one of these possible values: "triangle",
+ "triangleUp", "triangleDown", "disc",
"chevron",
+ "chevronUp", "chevronDown", "grid". Default value is
+ "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16886,9 +16910,9 @@
</attribute-type>
<attribute type="iconItem"/>
<attribute-type name="iconItemPosition"
required="false">
- <description>
- Position of the icon for the item icon. Possible values
- are "left","right","none". Default value is
"left".
+ <description>
+ Position of the icon for the item icon. Possible values
+ are "left","right","none". Default value is
"left".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16896,10 +16920,10 @@
</attribute-type>
<attribute type="iconItemPosition"/>
<attribute-type name="iconItemTopPosition"
required="false">
- <description>
- Position of the icon for the top item icon. Possible
- values are "left","right","none". Default value is
- "left".
+ <description>
+ Position of the icon for the top item icon. Possible
+ values are "left","right","none". Default value is
+ "left".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16907,13 +16931,13 @@
</attribute-type>
<attribute type="iconItemTopPosition"/>
<attribute-type name="iconTopDisableGroup"
required="false">
- <description>
- Path to the icon to be displayed for the disabled top
- Group state. You can also use predefined icons, setting
- the attribute to one of these possible values:
- "triangle", "triangleUp", "triangleDown",
"disc",
- "chevron", "chevronUp", "chevronDown",
"grid". Default
- value is "grid".
+ <description>
+ Path to the icon to be displayed for the disabled top
+ Group state. You can also use predefined icons, setting
+ the attribute to one of these possible values:
+ "triangle", "triangleUp", "triangleDown",
"disc",
+ "chevron", "chevronUp", "chevronDown",
"grid". Default
+ value is "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16921,13 +16945,13 @@
</attribute-type>
<attribute type="iconTopDisableGroup"/>
<attribute-type name="iconTopDisabledItem"
required="false">
- <description>
- Path to the icon to be displayed for the disabled top
- item state. You can also use predefined icons, setting
- the attribute to one of these possible values:
- "triangle", "triangleUp", "triangleDown",
"disc",
- "chevron", "chevronUp", "chevronDown",
"grid". Default
- value is "grid".
+ <description>
+ Path to the icon to be displayed for the disabled top
+ item state. You can also use predefined icons, setting
+ the attribute to one of these possible values:
+ "triangle", "triangleUp", "triangleDown",
"disc",
+ "chevron", "chevronUp", "chevronDown",
"grid". Default
+ value is "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16935,13 +16959,13 @@
</attribute-type>
<attribute type="iconTopDisabledItem"/>
<attribute-type name="iconTopItem" required="false">
- <description>
- Path to the icon to be displayed for the enabled top
- item state. You can also use predefined icons, setting
- the attribute to one of these possible values:
- "triangle", "triangleUp", "triangleDown",
"disc",
- "chevron", "chevronUp", "chevronDown",
"grid". Default
- value is "grid".
+ <description>
+ Path to the icon to be displayed for the enabled top
+ item state. You can also use predefined icons, setting
+ the attribute to one of these possible values:
+ "triangle", "triangleUp", "triangleDown",
"disc",
+ "chevron", "chevronUp", "chevronDown",
"grid". Default
+ value is "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16949,18 +16973,18 @@
</attribute-type>
<attribute type="iconTopItem"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16972,9 +16996,9 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="itemClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to item of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to item of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16982,9 +17006,9 @@
</attribute-type>
<attribute type="itemClass"/>
<attribute-type name="itemStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to item when this
- component is rendered.
+ <description>
+ CSS style(s) is/are to be applied to item when this
+ component is rendered.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -16992,8 +17016,8 @@
</attribute-type>
<attribute type="itemStyle"/>
<attribute-type name="label" required="false">
- <description>
- A localized user presentable name for this component.
+ <description>
+ A localized user presentable name for this component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17001,11 +17025,11 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="mode" required="false">
- <description>
- Set the submission mode for all panel menu items on the
- panel menu except ones where this attribute redefined.
- Possible values are "ajax", "server", "none". Default
- value is "server".
+ <description>
+ Set the submission mode for all panel menu items on the
+ panel menu except ones where this attribute redefined.
+ Possible values are "ajax", "server", "none". Default
+ value is "server".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17018,8 +17042,8 @@
</attribute-type>
<attribute type="mode"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17027,9 +17051,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17037,8 +17061,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="ongroupcollapse"
required="false">
- <description>
- HTML: script expression; some group was closed
+ <description>
+ HTML: script expression; some group was closed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17046,8 +17070,8 @@
</attribute-type>
<attribute type="ongroupcollapse"/>
<attribute-type name="ongroupexpand" required="false">
- <description>
- HTML: script expression; some group was activated
+ <description>
+ HTML: script expression; some group was activated
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17055,8 +17079,8 @@
</attribute-type>
<attribute type="ongroupexpand"/>
<attribute-type name="onitemhover" required="false">
- <description>
- HTML: script expression; some item was hovered
+ <description>
+ HTML: script expression; some item was hovered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17064,8 +17088,8 @@
</attribute-type>
<attribute type="onitemhover"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17073,8 +17097,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17082,8 +17106,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17091,9 +17115,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17101,8 +17125,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: script expression; a pointer was moved within.
+ <description>
+ HTML: script expression; a pointer was moved within.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17110,8 +17134,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: script expression; a pointer was moved away.
+ <description>
+ HTML: script expression; a pointer was moved away.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17119,8 +17143,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: script expression; a pointer was moved onto.
+ <description>
+ HTML: script expression; a pointer was moved onto.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17128,8 +17152,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17137,8 +17161,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17150,8 +17174,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17163,11 +17187,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17175,10 +17199,10 @@
</attribute-type>
<attribute type="requiredMessage"/>
<attribute-type name="selectedChild" required="false">
- <description>
- contain the name or the clientId of any of the item or
- group, the child defined in this attribute should be
- highlighted on PanelMenu rendering
+ <description>
+ contain the name or the clientId of any of the item or
+ group, the child defined in this attribute should be
+ highlighted on PanelMenu rendering
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17200,9 +17224,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="topGroupClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to top group of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to top group of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17210,9 +17234,9 @@
</attribute-type>
<attribute type="topGroupClass"/>
<attribute-type name="topGroupStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to top group when this
- component is rendered
+ <description>
+ CSS style(s) is/are to be applied to top group when this
+ component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17220,9 +17244,9 @@
</attribute-type>
<attribute type="topGroupStyle"/>
<attribute-type name="topItemClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to top item of this component
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to top item of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17230,9 +17254,9 @@
</attribute-type>
<attribute type="topItemClass"/>
<attribute-type name="topItemStyle" required="false">
- <description>
- CSS style(s) is/are to be applied to top item when this
- component is rendered
+ <description>
+ CSS style(s) is/are to be applied to top item when this
+ component is rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17240,11 +17264,11 @@
</attribute-type>
<attribute type="topItemStyle"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -17257,10 +17281,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17268,8 +17292,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17287,8 +17311,8 @@
</attribute-type>
<attribute type="valueChangeListener"/>
<attribute-type name="width" required="false">
- <description>
- Set minimal width for the menu. Default value is "100%".
+ <description>
+ Set minimal width for the menu. Default value is "100%".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17300,12 +17324,12 @@
end-tag="required" name="panelMenuGroup"
start-tag="required">
<description><![CDATA[The panelMenuGroup component is used to define an
expandable group of items inside the panel menu or other group.]]></description>
<attribute-type name="accesskey" required="false">
- <description>
- This attribute assigns an access key to an element. An
- access key is a single character from the document
- character set. Note: Authors should consider the input
- method of the expected reader when specifying an
- accesskey
+ <description>
+ This attribute assigns an access key to an element. An
+ access key is a single character from the document
+ character set. Note: Authors should consider the input
+ method of the expected reader when specifying an
+ accesskey
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17313,12 +17337,12 @@
</attribute-type>
<attribute type="accesskey"/>
<attribute-type name="action" required="false">
- <description>
- MethodBinding pointing at the application action to be
- invoked, if this UIComponent is activated by you, during
- the Apply Request Values or Invoke Application phase of
- the request processing lifecycle, depending on the value
- of the immediate property
+ <description>
+ MethodBinding pointing at the application action to be
+ invoked, if this UIComponent is activated by you, during
+ the Apply Request Values or Invoke Application phase of
+ the request processing lifecycle, depending on the value
+ of the immediate property
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -17328,9 +17352,9 @@
</attribute-type>
<attribute type="action"/>
<attribute-type name="actionListener"
required="false">
- <description>
- MethodBinding pointing at method accepting an
- ActionEvent with return type void
+ <description>
+ MethodBinding pointing at method accepting an
+ ActionEvent with return type void
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -17341,11 +17365,11 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17357,20 +17381,20 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="align" required="false">
- <description>
- left|center|right|justify [CI] Deprecated. This
- attribute specifies the horizontal alignment of its
- element with respect to the surrounding context.
- Possible values:
-
- * left: text lines are rendered flush left. * center:
- text lines are centered. * right: text lines are
- rendered flush right. * justify: text lines are
- justified to both margins.
-
- The default depends on the base text direction. For left
- to right text, the default is align=left, while for
- right to left text, the default is align=right
+ <description>
+ left|center|right|justify [CI] Deprecated. This
+ attribute specifies the horizontal alignment of its
+ element with respect to the surrounding context.
+ Possible values:
+
+ * left: text lines are rendered flush left. * center:
+ text lines are centered. * right: text lines are
+ rendered flush right. * justify: text lines are
+ justified to both margins.
+
+ The default depends on the base text direction. For left
+ to right text, the default is align=left, while for
+ right to left text, the default is align=right
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17384,11 +17408,11 @@
</attribute-type>
<attribute type="align"/>
<attribute-type name="alt" required="false">
- <description>
- For a user agents that cannot display images, forms, or
- applets, this attribute specifies alternate text. The
- language of the alternate text is specified by the lang
- attribute
+ <description>
+ For a user agents that cannot display images, forms, or
+ applets, this attribute specifies alternate text. The
+ language of the alternate text is specified by the lang
+ attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17396,9 +17420,9 @@
</attribute-type>
<attribute type="alt"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -17407,10 +17431,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17422,8 +17446,8 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17431,10 +17455,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17442,10 +17466,10 @@
</attribute-type>
<attribute type="converterMessage"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17453,9 +17477,9 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="disabled" required="false">
- <description>
- When set for a form control, this boolean attribute
- disables the control for your input
+ <description>
+ When set for a form control, this boolean attribute
+ disables the control for your input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17467,8 +17491,8 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="disabledClass" required="false">
- <description>
- Class to be applied to disabled items.
+ <description>
+ Class to be applied to disabled items.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17476,8 +17500,8 @@
</attribute-type>
<attribute type="disabledClass"/>
<attribute-type name="disabledStyle" required="false">
- <description>
- CSS style rules to be applied to disabled items.
+ <description>
+ CSS style rules to be applied to disabled items.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17485,11 +17509,11 @@
</attribute-type>
<attribute type="disabledStyle"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17497,11 +17521,11 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="expandMode" required="false">
- <description>
- Set the submission mode for all panel menu groups after
- expand/collapse except ones where this attribute
- redefined. Possible value are "ajax", "server",
"none".
- Default value is "none".
+ <description>
+ Set the submission mode for all panel menu groups after
+ expand/collapse except ones where this attribute
+ redefined. Possible value are "ajax", "server",
"none".
+ Default value is "none".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17514,9 +17538,9 @@
</attribute-type>
<attribute type="expandMode"/>
<attribute-type name="expanded" required="false">
- <description>
- If true group will be displayed expanded initially.
- Default value is "false".
+ <description>
+ If true group will be displayed expanded initially.
+ Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17528,9 +17552,9 @@
</attribute-type>
<attribute type="expanded"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17538,8 +17562,8 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="hoverClass" required="false">
- <description>
- Class to be applied to hovered items.
+ <description>
+ Class to be applied to hovered items.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17547,8 +17571,8 @@
</attribute-type>
<attribute type="hoverClass"/>
<attribute-type name="hoverStyle" required="false">
- <description>
- CSS style rules to be applied to hovered items.
+ <description>
+ CSS style rules to be applied to hovered items.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17556,8 +17580,8 @@
</attribute-type>
<attribute type="hoverStyle"/>
<attribute-type name="iconClass" required="false">
- <description>
- Class to be applied to icon element.
+ <description>
+ Class to be applied to icon element.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17565,13 +17589,13 @@
</attribute-type>
<attribute type="iconClass"/>
<attribute-type name="iconCollapsed" required="false">
- <description>
- Path to the icon to be displayed for the collapsed item
- state. You can also use predefined icons, setting the
- attribute to one of these possible values: "triangle",
- "triangleUp", "triangleDown", "disc",
"chevron",
- "chevronUp", "chevronDown", "grid". Default value is
- "grid".
+ <description>
+ Path to the icon to be displayed for the collapsed item
+ state. You can also use predefined icons, setting the
+ attribute to one of these possible values: "triangle",
+ "triangleUp", "triangleDown", "disc",
"chevron",
+ "chevronUp", "chevronDown", "grid". Default value is
+ "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17579,9 +17603,9 @@
</attribute-type>
<attribute type="iconCollapsed"/>
<attribute-type name="iconDisabled" required="false">
- <description>
- Path to the icon to be displayed for the disabled item
- state.
+ <description>
+ Path to the icon to be displayed for the disabled item
+ state.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17589,13 +17613,13 @@
</attribute-type>
<attribute type="iconDisabled"/>
<attribute-type name="iconExpanded" required="false">
- <description>
- Path to the icon to be displayed for the expanded item
- state. You can also use predefined icons, setting the
- attribute to one of these possible values: "triangle",
- "triangleUp", "triangleDown", "disc",
"chevron",
- "chevronUp", "chevronDown", "grid". Default value is
- "grid".
+ <description>
+ Path to the icon to be displayed for the expanded item
+ state. You can also use predefined icons, setting the
+ attribute to one of these possible values: "triangle",
+ "triangleUp", "triangleDown", "disc",
"chevron",
+ "chevronUp", "chevronDown", "grid". Default value is
+ "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17610,20 +17634,20 @@
</attribute-type>
<attribute type="iconStyle"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17631,11 +17655,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17654,10 +17678,10 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17669,13 +17693,13 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="maxlength" required="false">
- <description>
- When the type attribute has the value "text" or
- "password", this attribute specifies the maximum number
- of characters you may enter. This number may exceed the
- specified size, in which case the user agent should
- offer a scrolling mechanism. The default value for this
- attribute is an unlimited number
+ <description>
+ When the type attribute has the value "text" or
+ "password", this attribute specifies the maximum number
+ of characters you may enter. This number may exceed the
+ specified size, in which case the user agent should
+ offer a scrolling mechanism. The default value for this
+ attribute is an unlimited number
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17683,9 +17707,9 @@
</attribute-type>
<attribute type="maxlength"/>
<attribute-type name="name" required="false">
- <description>
- Refers to group/item with the same name. Default value
- is "getId()".
+ <description>
+ Refers to group/item with the same name. Default value
+ is "getId()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17693,9 +17717,9 @@
</attribute-type>
<attribute type="name"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17703,8 +17727,8 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="onblur" required="false">
- <description>
- HTML: script expression; the element lost the focus
+ <description>
+ HTML: script expression; the element lost the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17712,8 +17736,8 @@
</attribute-type>
<attribute type="onblur"/>
<attribute-type name="onchange" required="false">
- <description>
- HTML: script expression; the element value was changed
+ <description>
+ HTML: script expression; the element value was changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17721,8 +17745,8 @@
</attribute-type>
<attribute type="onchange"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17730,8 +17754,8 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncollapse" required="false">
- <description>
- HTML: script expression; group was closed
+ <description>
+ HTML: script expression; group was closed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17739,9 +17763,9 @@
</attribute-type>
<attribute type="oncollapse"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17749,9 +17773,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17759,8 +17783,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onexpand" required="false">
- <description>
- HTML: script expression; group was opened
+ <description>
+ HTML: script expression; group was opened
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17768,8 +17792,8 @@
</attribute-type>
<attribute type="onexpand"/>
<attribute-type name="onfocus" required="false">
- <description>
- HTML: script expression; the element got the focus
+ <description>
+ HTML: script expression; the element got the focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17777,8 +17801,8 @@
</attribute-type>
<attribute type="onfocus"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17786,8 +17810,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17795,8 +17819,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17804,9 +17828,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17814,8 +17838,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17823,8 +17847,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17832,8 +17856,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17841,8 +17865,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17850,10 +17874,10 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onselect" required="false">
- <description>
- HTML: script expression; The onselect event occurs when
- you select some text in a text field. This attribute may
- be used with the INPUT and TEXTAREA elements
+ <description>
+ HTML: script expression; The onselect event occurs when
+ you select some text in a text field. This attribute may
+ be used with the INPUT and TEXTAREA elements
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17861,12 +17885,12 @@
</attribute-type>
<attribute type="onselect"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17874,11 +17898,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17886,8 +17910,8 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17899,12 +17923,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17912,8 +17936,8 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17925,11 +17949,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17937,12 +17961,12 @@
</attribute-type>
<attribute type="requiredMessage"/>
<attribute-type name="size" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17950,9 +17974,9 @@
</attribute-type>
<attribute type="size"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17960,9 +17984,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) to be applied when this component is
- rendered.
+ <description>
+ CSS style(s) to be applied when this component is
+ rendered.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17970,8 +17994,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute.
+ <description>
+ Corresponds to the HTML class attribute.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17979,11 +18003,11 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="tabindex" required="false">
- <description>
- This attribute specifies the position of the current
- element in the tabbing order for the current document.
- This value must be a number between 0 and 32767. User
- agents should ignore leading zeros
+ <description>
+ This attribute specifies the position of the current
+ element in the tabbing order for the current document.
+ This value must be a number between 0 and 32767. User
+ agents should ignore leading zeros
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -17991,8 +18015,8 @@
</attribute-type>
<attribute type="tabindex"/>
<attribute-type name="target" required="false">
- <description>
- Target frame for action to execute.
+ <description>
+ Target frame for action to execute.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18000,10 +18024,10 @@
</attribute-type>
<attribute type="target"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18011,11 +18035,11 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -18028,10 +18052,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18039,8 +18063,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18069,12 +18093,12 @@
end-tag="required" name="panelMenuItem"
start-tag="required">
<description><![CDATA[The panelMenuItem component is used to define a
single item inside popup list.]]></description>
<attribute-type name="action" required="false">
- <description>
- MethodBinding pointing at the application action to be
- invoked, if this UIComponent is activated by you, during
- the Apply Request Values or Invoke Application phase of
- the request processing lifecycle, depending on the value
- of the immediate property
+ <description>
+ MethodBinding pointing at the application action to be
+ invoked, if this UIComponent is activated by you, during
+ the Apply Request Values or Invoke Application phase of
+ the request processing lifecycle, depending on the value
+ of the immediate property
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -18084,9 +18108,9 @@
</attribute-type>
<attribute type="action"/>
<attribute-type name="actionListener"
required="false">
- <description>
- MethodBinding pointing at method accepting an
- ActionEvent with return type void
+ <description>
+ MethodBinding pointing at method accepting an
+ ActionEvent with return type void
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -18097,11 +18121,11 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18113,9 +18137,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -18124,10 +18148,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18139,10 +18163,10 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18150,9 +18174,9 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="disabled" required="false">
- <description>
- If true sets state of the item to disabled state.
- Default value is "false".
+ <description>
+ If true sets state of the item to disabled state.
+ Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18164,8 +18188,8 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="disabledClass" required="false">
- <description>
- Class to be applied to disabled items.
+ <description>
+ Class to be applied to disabled items.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18173,8 +18197,8 @@
</attribute-type>
<attribute type="disabledClass"/>
<attribute-type name="disabledStyle" required="false">
- <description>
- CSS style rules to be applied to disabled items.
+ <description>
+ CSS style rules to be applied to disabled items.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18182,11 +18206,11 @@
</attribute-type>
<attribute type="disabledStyle"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18194,9 +18218,9 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18204,8 +18228,8 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="hoverClass" required="false">
- <description>
- Class to be applied to hovered items.
+ <description>
+ Class to be applied to hovered items.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18213,8 +18237,8 @@
</attribute-type>
<attribute type="hoverClass"/>
<attribute-type name="hoverStyle" required="false">
- <description>
- CSS style rules to be applied to hovered items.
+ <description>
+ CSS style rules to be applied to hovered items.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18222,13 +18246,13 @@
</attribute-type>
<attribute type="hoverStyle"/>
<attribute-type name="icon" required="false">
- <description>
- Path to the icon or the default one name to be displayed
- for the enabled item state. You can also use predefined
- icons, setting the attribute to one of these possible
- values: "triangle", "triangleUp", "triangleDown",
- "disc", "chevron", "chevronUp",
"chevronDown", "grid".
- Default value is "grid".
+ <description>
+ Path to the icon or the default one name to be displayed
+ for the enabled item state. You can also use predefined
+ icons, setting the attribute to one of these possible
+ values: "triangle", "triangleUp", "triangleDown",
+ "disc", "chevron", "chevronUp",
"chevronDown", "grid".
+ Default value is "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18236,8 +18260,8 @@
</attribute-type>
<attribute type="icon"/>
<attribute-type name="iconClass" required="false">
- <description>
- Class to be applied to icon element.
+ <description>
+ Class to be applied to icon element.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18245,13 +18269,13 @@
</attribute-type>
<attribute type="iconClass"/>
<attribute-type name="iconDisabled" required="false">
- <description>
- Path to the icon to be displayed for the disabled item
- state. You can also use predefined icons, setting the
- attribute to one of these possible values: "triangle",
- "triangleUp", "triangleDown", "disc",
"chevron",
- "chevronUp", "chevronDown", "grid". Default value is
- "grid".
+ <description>
+ Path to the icon to be displayed for the disabled item
+ state. You can also use predefined icons, setting the
+ attribute to one of these possible values: "triangle",
+ "triangleUp", "triangleDown", "disc",
"chevron",
+ "chevronUp", "chevronDown", "grid". Default value is
+ "grid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18266,20 +18290,20 @@
</attribute-type>
<attribute type="iconStyle"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18287,11 +18311,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18303,8 +18327,8 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="label" required="false">
- <description>
- Defines representation text for menuItem.
+ <description>
+ Defines representation text for menuItem.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18312,10 +18336,10 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18327,11 +18351,11 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="mode" required="false">
- <description>
- Set the submission mode.
-
- Possible values are "ajax", "server", "none". Default
- value is "none".
+ <description>
+ Set the submission mode.
+
+ Possible values are "ajax", "server", "none". Default
+ value is "none".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18344,10 +18368,10 @@
</attribute-type>
<attribute type="mode"/>
<attribute-type name="name" required="false">
- <description>
- 'selectedChild' attribute of PanelMenu refers to
- group/item with the same name. Default value is
- "getId()".
+ <description>
+ 'selectedChild' attribute of PanelMenu refers to
+ group/item with the same name. Default value is
+ "getId()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18355,9 +18379,9 @@
</attribute-type>
<attribute type="name"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18365,8 +18389,8 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18374,9 +18398,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18384,9 +18408,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18394,8 +18418,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18403,8 +18427,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18412,8 +18436,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18421,9 +18445,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18431,8 +18455,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18440,8 +18464,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18449,8 +18473,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18458,8 +18482,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18467,12 +18491,12 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18480,11 +18504,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18492,8 +18516,8 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18505,12 +18529,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18518,9 +18542,9 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18528,9 +18552,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18538,8 +18562,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18547,8 +18571,8 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="target" required="false">
- <description>
- Target frame for action to execute.
+ <description>
+ Target frame for action to execute.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18556,10 +18580,10 @@
</attribute-type>
<attribute type="target"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18567,8 +18591,8 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18587,9 +18611,9 @@
end-tag="required" name="pickList"
start-tag="required">
<description><![CDATA[The pickList component is used for moving selected
item(s) from one list into another. ]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -18605,8 +18629,8 @@
</attribute-type>
<attribute type="controlClass"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18614,10 +18638,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18625,8 +18649,8 @@
</attribute-type>
<attribute type="converterMessage"/>
<attribute-type name="copyAllControlLabel"
required="false">
- <description>
- Defines a label for a copyAll control
+ <description>
+ Defines a label for a copyAll control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18634,8 +18658,8 @@
</attribute-type>
<attribute type="copyAllControlLabel"/>
<attribute-type name="copyControlLabel"
required="false">
- <description>
- Defines a label for a copy control
+ <description>
+ Defines a label for a copy control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18654,8 +18678,8 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="disabledStyle" required="false">
- <description>
- CSS style rules to be applied to disabled controls
+ <description>
+ CSS style rules to be applied to disabled controls
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18663,8 +18687,8 @@
</attribute-type>
<attribute type="disabledStyle"/>
<attribute-type name="disabledStyleClass"
required="false">
- <description>
- The disabledStyleClass for disabled controls
+ <description>
+ The disabledStyleClass for disabled controls
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18672,8 +18696,8 @@
</attribute-type>
<attribute type="disabledStyleClass"/>
<attribute-type name="enabledStyle" required="false">
- <description>
- CSS style rules to be applied to enabled controls
+ <description>
+ CSS style rules to be applied to enabled controls
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18681,8 +18705,8 @@
</attribute-type>
<attribute type="enabledStyle"/>
<attribute-type name="enabledStyleClass"
required="false">
- <description>
- The enabledStyleClass for enabled controls
+ <description>
+ The enabledStyleClass for enabled controls
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18690,18 +18714,18 @@
</attribute-type>
<attribute type="enabledStyleClass"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18727,9 +18751,9 @@
</attribute-type>
<attribute type="listsHeight"/>
<attribute-type name="moveControlsVerticalAlign"
required="false">
- <description>
- Customizes vertically a position of move/copy controls
- relatively to lists
+ <description>
+ Customizes vertically a position of move/copy controls
+ relatively to lists
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18737,8 +18761,8 @@
</attribute-type>
<attribute type="moveControlsVerticalAlign"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18746,9 +18770,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18756,8 +18780,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18765,8 +18789,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18774,8 +18798,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18783,9 +18807,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onlistchanged" required="false">
- <description>
- A JavaScript event handler called on a list change
- operation
+ <description>
+ A JavaScript event handler called on a list change
+ operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18793,9 +18817,9 @@
</attribute-type>
<attribute type="onlistchanged"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18803,8 +18827,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18812,8 +18836,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18821,8 +18845,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18830,8 +18854,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18839,8 +18863,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="removeAllControlLabel"
required="false">
- <description>
- Defines a label for a removeAll control
+ <description>
+ Defines a label for a removeAll control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18848,8 +18872,8 @@
</attribute-type>
<attribute type="removeAllControlLabel"/>
<attribute-type name="removeControlLabel"
required="false">
- <description>
- Defines a label for a remove control
+ <description>
+ Defines a label for a remove control
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18857,8 +18881,8 @@
</attribute-type>
<attribute type="removeControlLabel"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18870,8 +18894,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18883,11 +18907,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18913,9 +18937,9 @@
</attribute-type>
<attribute type="sourceListWidth"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18923,8 +18947,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18932,8 +18956,8 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="switchByClick" required="false">
- <description>
- If "true", dragging between lists realized by click
+ <description>
+ If "true", dragging between lists realized by click
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18952,9 +18976,9 @@
</attribute-type>
<attribute type="targetListWidth"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18962,11 +18986,11 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -18979,10 +19003,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -18990,8 +19014,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19041,9 +19065,9 @@
end-tag="required" name="progressBar"
start-tag="required">
<description><![CDATA[The progressBar component is designed for
displaying a progress bar which shows the current status of the process.
]]></description>
<attribute-type name="actionListener"
required="false">
- <description>
- MethodBinding pointing at method accepting an
- ActionEvent with return type void
+ <description>
+ MethodBinding pointing at method accepting an
+ ActionEvent with return type void
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -19054,11 +19078,11 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19070,9 +19094,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -19081,10 +19105,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19096,8 +19120,8 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="completeClass" required="false">
- <description>
- CSS class that defines style for progress line rendering
+ <description>
+ CSS class that defines style for progress line rendering
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19105,10 +19129,10 @@
</attribute-type>
<attribute type="completeClass"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19116,8 +19140,8 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="enabled" required="false">
- <description>
- Enables/disables polling. Default value is "true".
+ <description>
+ Enables/disables polling. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19129,11 +19153,11 @@
</attribute-type>
<attribute type="enabled"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19141,9 +19165,9 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="finishClass" required="false">
- <description>
- CSS class that defines style for complete state of the
- component
+ <description>
+ CSS class that defines style for complete state of the
+ component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19151,9 +19175,9 @@
</attribute-type>
<attribute type="finishClass"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19161,20 +19185,20 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19182,11 +19206,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19198,9 +19222,9 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="initialClass" required="false">
- <description>
- CSS class that defines style for initial state of the
- component
+ <description>
+ CSS class that defines style for initial state of the
+ component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19208,9 +19232,9 @@
</attribute-type>
<attribute type="initialClass"/>
<attribute-type name="interval" required="false">
- <description>
- Interval (in ms) for call poll requests. Default value
- 1000 ms (1 sec)
+ <description>
+ Interval (in ms) for call poll requests. Default value
+ 1000 ms (1 sec)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19218,9 +19242,9 @@
</attribute-type>
<attribute type="interval"/>
<attribute-type name="label" required="false">
- <description>
- Attribute defines a simple label instead of rendering
- children component
+ <description>
+ Attribute defines a simple label instead of rendering
+ children component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19228,10 +19252,10 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19243,9 +19267,9 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="maxValue" required="false">
- <description>
- Max value, after which complete state should be
- rendered. Default value is "100".
+ <description>
+ Max value, after which complete state should be
+ rendered. Default value is "100".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19253,9 +19277,9 @@
</attribute-type>
<attribute type="maxValue"/>
<attribute-type name="minValue" required="false">
- <description>
- Min value when initial state should be rendered. Default
- value is "0".
+ <description>
+ Min value when initial state should be rendered. Default
+ value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19263,10 +19287,10 @@
</attribute-type>
<attribute type="minValue"/>
<attribute-type name="mode" required="false">
- <description>
- Attributes defines AJAX or CLIENT modes for component.
- Possible values are "ajax", "client". Default value is
- "client".
+ <description>
+ Attributes defines AJAX or CLIENT modes for component.
+ Possible values are "ajax", "client". Default value is
+ "client".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19278,9 +19302,9 @@
</attribute-type>
<attribute type="mode"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19288,8 +19312,8 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19297,9 +19321,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19307,9 +19331,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19317,8 +19341,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19326,8 +19350,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19335,8 +19359,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19344,9 +19368,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19354,8 +19378,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19363,8 +19387,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19372,8 +19396,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19381,8 +19405,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19390,8 +19414,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onsubmit" required="false">
- <description>
- JavaScript code for call before submission of ajax event
+ <description>
+ JavaScript code for call before submission of ajax event
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19399,8 +19423,8 @@
</attribute-type>
<attribute type="onsubmit"/>
<attribute-type name="parameters" required="false">
- <description>
- Parameters for macrosubstitution in the label
+ <description>
+ Parameters for macrosubstitution in the label
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19408,12 +19432,12 @@
</attribute-type>
<attribute type="parameters"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19421,8 +19445,8 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="progressVar" required="false">
- <description>
- Provides access to value of the component on the client
+ <description>
+ Provides access to value of the component on the client
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19430,11 +19454,11 @@
</attribute-type>
<attribute type="progressVar"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19442,8 +19466,8 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="reRenderAfterComplete"
required="false">
- <description>
- Set of componets to rerender after completion
+ <description>
+ Set of componets to rerender after completion
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19451,9 +19475,9 @@
</attribute-type>
<attribute type="reRenderAfterComplete"/>
<attribute-type name="remainClass" required="false">
- <description>
- CSS class that defines style for remained part of
- progress bar
+ <description>
+ CSS class that defines style for remained part of
+ progress bar
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19461,8 +19485,8 @@
</attribute-type>
<attribute type="remainClass"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19474,9 +19498,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19484,9 +19508,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19494,8 +19518,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- CSS class that defines style for progress bar
+ <description>
+ CSS class that defines style for progress bar
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19503,10 +19527,10 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19514,9 +19538,9 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19524,8 +19548,8 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="value" required="false">
- <description>
- Sets the current value of the progress
+ <description>
+ Sets the current value of the progress
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19544,9 +19568,9 @@
end-tag="required" name="recursiveTreeNodesAdaptor"
start-tag="required">
<description><![CDATA[The recursiveTreeNodesAdaptor is an extension of a
treeNodesAdaptor component that provides the possibility to define data models and process
nodes recursively.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -19555,17 +19579,17 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="included" required="false">
- <description>
- This boolean expression is used to define which elements
- of both collections are processed. Default value is
- "true".
+ <description>
+ This boolean expression is used to define which elements
+ of both collections are processed. Default value is
+ "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19577,9 +19601,9 @@
</attribute-type>
<attribute type="included"/>
<attribute-type name="includedNode" required="false">
- <description>
- This boolean expression is used to define which elements
- are processed. Default value is "true".
+ <description>
+ This boolean expression is used to define which elements
+ are processed. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19591,10 +19615,10 @@
</attribute-type>
<attribute type="includedNode"/>
<attribute-type name="includedRoot" required="false">
- <description>
- This boolean expression is used to define which elements
- are processed applying to "roots" collection. Default
- value is "true".
+ <description>
+ This boolean expression is used to define which elements
+ are processed applying to "roots" collection. Default
+ value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19606,9 +19630,9 @@
</attribute-type>
<attribute type="includedRoot"/>
<attribute-type name="nodes" required="false">
- <description>
- Defines collection to use at the other (non-top) levels
- of iteration
+ <description>
+ Defines collection to use at the other (non-top) levels
+ of iteration
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19616,8 +19640,8 @@
</attribute-type>
<attribute type="nodes"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19629,8 +19653,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="roots" required="false">
- <description>
- Defines collection to use at the top of iteration
+ <description>
+ Defines collection to use at the top of iteration
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19638,10 +19662,10 @@
</attribute-type>
<attribute type="roots"/>
<attribute-type name="var" required="false">
- <description>
- A request-scope attribute via which the data object for
- the current collection element will be used when
- iterating
+ <description>
+ A request-scope attribute via which the data object for
+ the current collection element will be used when
+ iterating
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19653,8 +19677,8 @@
end-tag="required" name="scrollableDataTable"
start-tag="required">
<description><![CDATA[The scrollableDataTable component is used for the
table-like component creation. The component just adds the set of additional features
described below in comparison with the standard table. ]]></description>
<attribute-type name="activeClass" required="false">
- <description>
- A CSS class to be applied to an active row
+ <description>
+ A CSS class to be applied to an active row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19662,9 +19686,9 @@
</attribute-type>
<attribute type="activeClass"/>
<attribute-type name="activeRowKey" required="false">
- <description>
- Request scope attribute under which the activeRowKey
- will be accessible
+ <description>
+ Request scope attribute under which the activeRowKey
+ will be accessible
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19672,9 +19696,9 @@
</attribute-type>
<attribute type="activeRowKey"/>
<attribute-type name="ajaxKeys" required="false">
- <description>
- This attribute defines row keys that are updated after
- an AJAX request
+ <description>
+ This attribute defines row keys that are updated after
+ an AJAX request
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19682,9 +19706,9 @@
</attribute-type>
<attribute type="ajaxKeys"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -19693,10 +19717,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19708,18 +19732,18 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="columnClasses" required="false">
- <description>
- Comma-delimited list of CSS style classes that are be
- applied to the columns of this table. A space separated
- list of classes may also be specified for any individual
- column. If the number of elements in this list is less
- than the number of columns specified in the "columns"
- attribute, no "class" attribute is output for each
- column greater than the number of elements in the list.
- If the number of elements in the list is greater than
- the number of columns specified in the "columns"
- attribute, the elements at the position in the list
- after the value of the "columns" attribute are ignored
+ <description>
+ Comma-delimited list of CSS style classes that are be
+ applied to the columns of this table. A space separated
+ list of classes may also be specified for any individual
+ column. If the number of elements in this list is less
+ than the number of columns specified in the "columns"
+ attribute, no "class" attribute is output for each
+ column greater than the number of elements in the list.
+ If the number of elements in the list is greater than
+ the number of columns specified in the "columns"
+ attribute, the elements at the position in the list
+ after the value of the "columns" attribute are ignored
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19727,9 +19751,9 @@
</attribute-type>
<attribute type="columnClasses"/>
<attribute-type name="componentState"
required="false">
- <description>
- It defines EL-binding for a component state for saving
- or redefinition
+ <description>
+ It defines EL-binding for a component state for saving
+ or redefinition
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19737,10 +19761,10 @@
</attribute-type>
<attribute type="componentState"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19748,11 +19772,11 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19760,8 +19784,8 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="first" required="false">
- <description>
- A zero-relative row number of the first row to display
+ <description>
+ A zero-relative row number of the first row to display
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19769,9 +19793,9 @@
</attribute-type>
<attribute type="first"/>
<attribute-type name="footerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any footer generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any footer generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19779,10 +19803,10 @@
</attribute-type>
<attribute type="footerClass"/>
<attribute-type name="frozenColCount"
required="false">
- <description>
- Defines the number of the fixed columns from the left
- side that will not be scrolled via horizontal scroll.
- Default value is "0".
+ <description>
+ Defines the number of the fixed columns from the left
+ side that will not be scrolled via horizontal scroll.
+ Default value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19790,9 +19814,9 @@
</attribute-type>
<attribute type="frozenColCount"/>
<attribute-type name="headerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any header generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any header generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19800,9 +19824,9 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="height" required="false">
- <description>
- Defines a height of the component. Default value is
- "500px".
+ <description>
+ Defines a height of the component. Default value is
+ "500px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19810,9 +19834,9 @@
</attribute-type>
<attribute type="height"/>
<attribute-type name="hideWhenScrolling"
required="false">
- <description>
- If "true" data will be hidden during scrolling. Can be
- used for increase performance. Default value is "false".
+ <description>
+ If "true" data will be hidden during scrolling. Can be
+ used for increase performance. Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19824,20 +19848,20 @@
</attribute-type>
<attribute type="hideWhenScrolling"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19845,9 +19869,9 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="onRowClick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
- on row
+ <description>
+ HTML: a script expression; a pointer button is clicked
+ on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19855,9 +19879,9 @@
</attribute-type>
<attribute type="onRowClick"/>
<attribute-type name="onRowDblClick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked on row
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19865,9 +19889,9 @@
</attribute-type>
<attribute type="onRowDblClick"/>
<attribute-type name="onRowMouseDown"
required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down on row
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19875,9 +19899,9 @@
</attribute-type>
<attribute type="onRowMouseDown"/>
<attribute-type name="onRowMouseUp" required="false">
- <description>
- HTML: script expression; a pointer button is released on
- row
+ <description>
+ HTML: script expression; a pointer button is released on
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19885,9 +19909,9 @@
</attribute-type>
<attribute type="onRowMouseUp"/>
<attribute-type name="onselectionchange"
required="false">
- <description>
- HTML: script expression to invoke on changing of rows
- selection
+ <description>
+ HTML: script expression to invoke on changing of rows
+ selection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19895,12 +19919,12 @@
</attribute-type>
<attribute type="onselectionchange"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19908,11 +19932,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19920,8 +19944,8 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19933,12 +19957,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19946,17 +19970,17 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="rowClasses" required="false">
- <description>
- A comma-delimited list of CSS style classes that is
- applied to popup table rows. A space separated list of
- classes may also be specified for any individual row.
- The styles are applied, in turn, to each row in the
- table. For example, if the list has two elements, the
- first style class in the list is applied to the first
- row, the second to the second row, the first to the
- third row, the second to the fourth row, etc. In other
- words, we keep iterating through the list until we reach
- the end, and then we start at the beginning again
+ <description>
+ A comma-delimited list of CSS style classes that is
+ applied to popup table rows. A space separated list of
+ classes may also be specified for any individual row.
+ The styles are applied, in turn, to each row in the
+ table. For example, if the list has two elements, the
+ first style class in the list is applied to the first
+ row, the second to the second row, the first to the
+ third row, the second to the fourth row, etc. In other
+ words, we keep iterating through the list until we reach
+ the end, and then we start at the beginning again
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19971,9 +19995,9 @@
</attribute-type>
<attribute type="rowKeyConverter"/>
<attribute-type name="rowKeyVar" required="false">
- <description>
- The attribute provides access to a row key in a Request
- scope
+ <description>
+ The attribute provides access to a row key in a Request
+ scope
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19981,9 +20005,9 @@
</attribute-type>
<attribute type="rowKeyVar"/>
<attribute-type name="rows" required="false">
- <description>
- A number of rows to display, or zero for all remaining
- rows in the table
+ <description>
+ A number of rows to display, or zero for all remaining
+ rows in the table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -19991,8 +20015,8 @@
</attribute-type>
<attribute type="rows"/>
<attribute-type name="scriptVar" required="false">
- <description>
- Name of JavaScript variable corresponding to component
+ <description>
+ Name of JavaScript variable corresponding to component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20000,8 +20024,8 @@
</attribute-type>
<attribute type="scriptVar"/>
<attribute-type name="selectedClass" required="false">
- <description>
- Name of the CSS class for a selected row
+ <description>
+ Name of the CSS class for a selected row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20009,8 +20033,8 @@
</attribute-type>
<attribute type="selectedClass"/>
<attribute-type name="selection" required="false">
- <description>
- Value binding representing selected rows
+ <description>
+ Value binding representing selected rows
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20018,9 +20042,9 @@
</attribute-type>
<attribute type="selection"/>
<attribute-type name="sortMode" required="false">
- <description>
- Defines mode of sorting. Possible values are 'single'
- for sorting of one column and 'multi' for some.
+ <description>
+ Defines mode of sorting. Possible values are 'single'
+ for sorting of one column and 'multi' for some.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20032,9 +20056,9 @@
</attribute-type>
<attribute type="sortMode"/>
<attribute-type name="sortOrder" required="false">
- <description>
- ValueBinding pointing at a property of a class to manage
- rows sorting
+ <description>
+ ValueBinding pointing at a property of a class to manage
+ rows sorting
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20042,9 +20066,9 @@
</attribute-type>
<attribute type="sortOrder"/>
<attribute-type name="stateVar" required="false">
- <description>
- The attribute provides access to a component state on
- the client side
+ <description>
+ The attribute provides access to a component state on
+ the client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20052,9 +20076,9 @@
</attribute-type>
<attribute type="stateVar"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20062,9 +20086,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20072,8 +20096,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20081,10 +20105,10 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20092,8 +20116,8 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20101,9 +20125,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="var" required="false">
- <description>
- A request-scope attribute via which the data object for
- the current row will be used when iterating
+ <description>
+ A request-scope attribute via which the data object for
+ the current row will be used when iterating
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20111,9 +20135,9 @@
</attribute-type>
<attribute type="var"/>
<attribute-type name="width" required="false">
- <description>
- Defines a width of the component. Default value is
- "700px".
+ <description>
+ Defines a width of the component. Default value is
+ "700px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20128,17 +20152,17 @@
</attribute-type>
<attribute type="similarityGroupingId"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="separator"
start-tag="required">
<description><![CDATA[The separator component is use to draw a
horizontal line to use as a separator in a layout. ]]></description>
<attribute-type name="align" required="false">
- <description>
- left|center|right [CI] This attribute specifies a
- position of the separator according to the document.
- Permitted values: * left: The separator is to the left
- of the document. * center: The separator is to the
- center of the document. * right: The separator is to the
- right of the document
+ <description>
+ left|center|right [CI] This attribute specifies a
+ position of the separator according to the document.
+ Permitted values: * left: The separator is to the left
+ of the document. * center: The separator is to the
+ center of the document. * right: The separator is to the
+ right of the document
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20151,9 +20175,9 @@
</attribute-type>
<attribute type="align"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -20162,8 +20186,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="height" required="false">
- <description>
- The separator height. Default value is "6px".
+ <description>
+ The separator height. Default value is "6px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20171,16 +20195,16 @@
</attribute-type>
<attribute type="height"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="lineType" required="false">
- <description>
- A line type. The possible values are "beveled"
- (default), "dotted", "dashed", "double" and
"solid".
+ <description>
+ A line type. The possible values are "beveled"
+ (default), "dotted", "dashed", "double" and
"solid".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20195,8 +20219,8 @@
</attribute-type>
<attribute type="lineType"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20204,9 +20228,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20214,8 +20238,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20223,8 +20247,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20232,8 +20256,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20241,9 +20265,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20251,8 +20275,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20260,8 +20284,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20269,8 +20293,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20278,8 +20302,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20287,8 +20311,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20300,9 +20324,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20310,8 +20334,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20319,9 +20343,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- HTML: An advisory title for this element. Often
- displayed as a tooltip
+ <description>
+ HTML: An advisory title for this element. Often
+ displayed as a tooltip
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20329,9 +20353,9 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="width" required="false">
- <description>
- The separator width that can be defined in pixels or in
- percents. Default value is "100%".
+ <description>
+ The separator width that can be defined in pixels or in
+ percents. Default value is "100%".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20343,12 +20367,12 @@
end-tag="required" name="simpleTogglePanel"
start-tag="required">
<description><![CDATA[The simpleTogglePanel is a collapsible panel,
which content shows/hides after activating a header control.]]></description>
<attribute-type name="action" required="false">
- <description>
- MethodBinding pointing at the application action to be
- invoked, if this UIComponent is activated by you, during
- the Apply Request Values or Invoke Application phase of
- the request processing lifecycle, depending on the value
- of the immediate property
+ <description>
+ MethodBinding pointing at the application action to be
+ invoked, if this UIComponent is activated by you, during
+ the Apply Request Values or Invoke Application phase of
+ the request processing lifecycle, depending on the value
+ of the immediate property
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -20358,9 +20382,9 @@
</attribute-type>
<attribute type="action"/>
<attribute-type name="actionListener"
required="false">
- <description>
- MethodBinding pointing at method accepting an
- ActionEvent with return type void
+ <description>
+ MethodBinding pointing at method accepting an
+ ActionEvent with return type void
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -20371,11 +20395,11 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20387,9 +20411,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -20398,8 +20422,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bodyClass" required="false">
- <description>
- A class that defines a style for a panel content
+ <description>
+ A class that defines a style for a panel content
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20407,10 +20431,10 @@
</attribute-type>
<attribute type="bodyClass"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20422,10 +20446,10 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20433,11 +20457,11 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20445,9 +20469,9 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20455,8 +20479,8 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="headerClass" required="false">
- <description>
- Class that defines the style for panel header
+ <description>
+ Class that defines the style for panel header
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20464,10 +20488,10 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="height" required="false">
- <description>
- Height of a simple toggle panel content area might be
- defined as pixels or in percents. By default height is
- not defined
+ <description>
+ Height of a simple toggle panel content area might be
+ defined as pixels or in percents. By default height is
+ not defined
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20475,20 +20499,20 @@
</attribute-type>
<attribute type="height"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20496,11 +20520,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20512,8 +20536,8 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="label" required="false">
- <description>
- Marker to be rendered on a panel header
+ <description>
+ Marker to be rendered on a panel header
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20521,10 +20545,10 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20536,9 +20560,9 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20546,8 +20570,8 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20555,8 +20579,8 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncollapse" required="false">
- <description>
- Event must occurs on befor panel collapsed
+ <description>
+ Event must occurs on befor panel collapsed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20564,9 +20588,9 @@
</attribute-type>
<attribute type="oncollapse"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20574,9 +20598,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20584,8 +20608,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onexpand" required="false">
- <description>
- Event must occurs on befor panel expanded
+ <description>
+ Event must occurs on befor panel expanded
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20593,8 +20617,8 @@
</attribute-type>
<attribute type="onexpand"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20602,8 +20626,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20611,8 +20635,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20620,9 +20644,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20630,8 +20654,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20639,8 +20663,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20648,8 +20672,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20657,8 +20681,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20666,9 +20690,9 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="opened" required="false">
- <description>
- A "false" value for this attribute makes the panel
- closed by default. Default value is "true".
+ <description>
+ A "false" value for this attribute makes the panel
+ closed by default. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20680,12 +20704,12 @@
</attribute-type>
<attribute type="opened"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20693,11 +20717,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20705,8 +20729,8 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20718,12 +20742,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20731,9 +20755,9 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20741,9 +20765,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20751,8 +20775,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20760,9 +20784,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="switchType" required="false">
- <description>
- Facets switch algorithm: "client", "server"(default),
- "ajax"
+ <description>
+ Facets switch algorithm: "client", "server"(default),
+ "ajax"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20775,10 +20799,10 @@
</attribute-type>
<attribute type="switchType"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20786,8 +20810,8 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20795,9 +20819,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="width" required="false">
- <description>
- Width of a simple toggle panel might be defined as
- pixels or in percents. By default width is not defined
+ <description>
+ Width of a simple toggle panel might be defined as
+ pixels or in percents. By default width is not defined
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20812,19 +20836,19 @@
</attribute-type>
<attribute type="similarityGroupingId"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="spacer"
start-tag="required">
- <description>
- A spacer to use in layout. It is rendered as a transparent
- image. The size is set up with width and height attributes.
- By default it is displayed as an inline element (i.e. word
- spacer). By using style='display:block' can be used as a
- line spacer.
+ <description>
+ A spacer to use in layout. It is rendered as a transparent
+ image. The size is set up with width and height attributes.
+ By default it is displayed as an inline element (i.e. word
+ spacer). By using style='display:block' can be used as a
+ line spacer.
</description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -20833,9 +20857,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="height" required="false">
- <description>
- The height of the spacer defined in pixels. Default
- value is "1px".
+ <description>
+ The height of the spacer defined in pixels. Default
+ value is "1px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20843,15 +20867,15 @@
</attribute-type>
<attribute type="height"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20859,9 +20883,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20869,8 +20893,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20878,8 +20902,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20887,8 +20911,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20896,9 +20920,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20906,8 +20930,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20915,8 +20939,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20924,8 +20948,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20933,8 +20957,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20942,8 +20966,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20955,9 +20979,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20965,8 +20989,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20974,9 +20998,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="title" required="false">
- <description>
- HTML: An advisory title for this element. Often used by
- the user agent as a tooltip
+ <description>
+ HTML: An advisory title for this element. Often used by
+ the user agent as a tooltip
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20984,9 +21008,9 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="width" required="false">
- <description>
- The width of the spacer defined in pixels. Default value
- is "1px".
+ <description>
+ The width of the spacer defined in pixels. Default value
+ is "1px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -20998,9 +21022,9 @@
end-tag="required" name="subTable"
start-tag="required">
<description><![CDATA[The subTable component is used for inserting
subtables into tables.]]></description>
<attribute-type name="ajaxKeys" required="false">
- <description>
- This attribute defines row keys that are updated after
- an AJAX request
+ <description>
+ This attribute defines row keys that are updated after
+ an AJAX request
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21008,9 +21032,9 @@
</attribute-type>
<attribute type="ajaxKeys"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -21019,18 +21043,18 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="columnClasses" required="false">
- <description>
- Comma-delimited list of CSS style classes that are be
- applied to the columns of this table. A space separated
- list of classes may also be specified for any individual
- column. If the number of elements in this list is less
- than the number of columns specified in the "columns"
- attribute, no "class" attribute is output for each
- column greater than the number of elements in the list.
- If the number of elements in the list is greater than
- the number of columns specified in the "columns"
- attribute, the elements at the position in the list
- after the value of the "columns" attribute are ignored
+ <description>
+ Comma-delimited list of CSS style classes that are be
+ applied to the columns of this table. A space separated
+ list of classes may also be specified for any individual
+ column. If the number of elements in this list is less
+ than the number of columns specified in the "columns"
+ attribute, no "class" attribute is output for each
+ column greater than the number of elements in the list.
+ If the number of elements in the list is greater than
+ the number of columns specified in the "columns"
+ attribute, the elements at the position in the list
+ after the value of the "columns" attribute are ignored
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21038,9 +21062,9 @@
</attribute-type>
<attribute type="columnClasses"/>
<attribute-type name="componentState"
required="false">
- <description>
- It defines EL-binding for a component state for saving
- or redefinition
+ <description>
+ It defines EL-binding for a component state for saving
+ or redefinition
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21048,10 +21072,10 @@
</attribute-type>
<attribute type="componentState"/>
<attribute-type name="filterMethod" required="false">
- <description>
- This attribute is defined with method binding. This
- method accepts on Object parameter and return boolean
- value
+ <description>
+ This attribute is defined with method binding. This
+ method accepts on Object parameter and return boolean
+ value
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21066,8 +21090,8 @@
</attribute-type>
<attribute type="filterValue"/>
<attribute-type name="first" required="false">
- <description>
- A zero-relative row number of the first row to display
+ <description>
+ A zero-relative row number of the first row to display
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21075,9 +21099,9 @@
</attribute-type>
<attribute type="first"/>
<attribute-type name="footerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any footer generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any footer generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21085,9 +21109,9 @@
</attribute-type>
<attribute type="footerClass"/>
<attribute-type name="headerClass" required="false">
- <description>
- Space-separated list of CSS style class(es) that are be
- applied to any header generated for this table
+ <description>
+ Space-separated list of CSS style class(es) that are be
+ applied to any header generated for this table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21095,16 +21119,16 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="onRowClick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
- on row
+ <description>
+ HTML: a script expression; a pointer button is clicked
+ on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21112,9 +21136,9 @@
</attribute-type>
<attribute type="onRowClick"/>
<attribute-type name="onRowDblClick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked on row
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21122,9 +21146,9 @@
</attribute-type>
<attribute type="onRowDblClick"/>
<attribute-type name="onRowMouseDown"
required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down on row
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down on row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21132,9 +21156,9 @@
</attribute-type>
<attribute type="onRowMouseDown"/>
<attribute-type name="onRowMouseMove"
required="false">
- <description>
- HTML: a script expression; a pointer is moved within of
- row
+ <description>
+ HTML: a script expression; a pointer is moved within of
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21142,9 +21166,9 @@
</attribute-type>
<attribute type="onRowMouseMove"/>
<attribute-type name="onRowMouseOut" required="false">
- <description>
- HTML: a script expression; a pointer is moved away of
- row
+ <description>
+ HTML: a script expression; a pointer is moved away of
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21152,9 +21176,9 @@
</attribute-type>
<attribute type="onRowMouseOut"/>
<attribute-type name="onRowMouseOver"
required="false">
- <description>
- HTML: a script expression; a pointer is moved onto of
- row
+ <description>
+ HTML: a script expression; a pointer is moved onto of
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21162,9 +21186,9 @@
</attribute-type>
<attribute type="onRowMouseOver"/>
<attribute-type name="onRowMouseUp" required="false">
- <description>
- HTML: script expression; a pointer button is released on
- row
+ <description>
+ HTML: script expression; a pointer button is released on
+ row
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21172,8 +21196,8 @@
</attribute-type>
<attribute type="onRowMouseUp"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21181,9 +21205,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21191,8 +21215,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21200,8 +21224,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21209,8 +21233,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21218,9 +21242,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21228,8 +21252,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21237,8 +21261,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21246,8 +21270,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21255,8 +21279,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21264,8 +21288,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21277,17 +21301,17 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="rowClasses" required="false">
- <description>
- A comma-delimited list of CSS style classes that is
- applied to popup table rows. A space separated list of
- classes may also be specified for any individual row.
- The styles are applied, in turn, to each row in the
- table. For example, if the list has two elements, the
- first style class in the list is applied to the first
- row, the second to the second row, the first to the
- third row, the second to the fourth row, etc. In other
- words, we keep iterating through the list until we reach
- the end, and then we start at the beginning again
+ <description>
+ A comma-delimited list of CSS style classes that is
+ applied to popup table rows. A space separated list of
+ classes may also be specified for any individual row.
+ The styles are applied, in turn, to each row in the
+ table. For example, if the list has two elements, the
+ first style class in the list is applied to the first
+ row, the second to the second row, the first to the
+ third row, the second to the fourth row, etc. In other
+ words, we keep iterating through the list until we reach
+ the end, and then we start at the beginning again
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21302,9 +21326,9 @@
</attribute-type>
<attribute type="rowKeyConverter"/>
<attribute-type name="rowKeyVar" required="false">
- <description>
- The attribute provides access to a row key in a Request
- scope
+ <description>
+ The attribute provides access to a row key in a Request
+ scope
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21312,9 +21336,9 @@
</attribute-type>
<attribute type="rowKeyVar"/>
<attribute-type name="rows" required="false">
- <description>
- A number of rows to display, or zero for all remaining
- rows in the table
+ <description>
+ A number of rows to display, or zero for all remaining
+ rows in the table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21322,12 +21346,12 @@
</attribute-type>
<attribute type="rows"/>
<attribute-type name="selfSorted" required="false">
- <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
- &lt;rich:dataTable&gt; component. Default value
- is "true".
+ <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
+ &lt;rich:dataTable&gt; component. Default value
+ is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21339,9 +21363,9 @@
</attribute-type>
<attribute type="selfSorted"/>
<attribute-type name="sortExpression"
required="false">
- <description>
- DEPRECATED(use sortBy)Attribute defines a bean property
- which is used for sorting of a column
+ <description>
+ DEPRECATED(use sortBy)Attribute defines a bean property
+ which is used for sorting of a column
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21349,9 +21373,9 @@
</attribute-type>
<attribute type="sortExpression"/>
<attribute-type name="sortMode" required="false">
- <description>
- Defines mode of sorting. Possible values are 'single'
- for sorting of one column and 'multi' for some.
+ <description>
+ Defines mode of sorting. Possible values are 'single'
+ for sorting of one column and 'multi' for some.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21363,9 +21387,9 @@
</attribute-type>
<attribute type="sortMode"/>
<attribute-type name="sortOrder" required="false">
- <description>
- SortOrder is an enumeration of the possible sort
- orderings. Default value is "Ordering.UNSORTED".
+ <description>
+ SortOrder is an enumeration of the possible sort
+ orderings. Default value is "Ordering.UNSORTED".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21378,9 +21402,9 @@
</attribute-type>
<attribute type="sortOrder"/>
<attribute-type name="sortPriority" required="false">
- <description>
- Defines a set of column ids in the order the columns
- could be set
+ <description>
+ Defines a set of column ids in the order the columns
+ could be set
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21388,9 +21412,9 @@
</attribute-type>
<attribute type="sortPriority"/>
<attribute-type name="stateVar" required="false">
- <description>
- The attribute provides access to a component state on
- the client side
+ <description>
+ The attribute provides access to a component state on
+ the client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21398,8 +21422,8 @@
</attribute-type>
<attribute type="stateVar"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21407,9 +21431,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="var" required="false">
- <description>
- A request-scope attribute via which the data object for
- the current row will be used when iterating
+ <description>
+ A request-scope attribute via which the data object for
+ the current row will be used when iterating
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21419,31 +21443,31 @@
</element-type>
<element-type body-content="allowed" content="mixed"
end-tag="required" name="suggestionbox"
start-tag="required">
- <description>
- This element adds "on-keypress" suggestions capabilites to
- any input text component (like &lt;h:inputText&gt;).
- It creates a pop-up window for a input field component
- pointed to by the "for" attribute. For an ordinary request,
- render a hidden HTML &lt;div&gt; element and the
- necessary JavaScript code. When input to the target field
- exceeds the "minChars" property (default is 1), perform an
- AJAX request with the value current entered. If the AJAX
- request is detected and the request parameters map contains
- the client ID of this component, call a method defined by
- suggestionAction, and use it to return a value as data for
- render table, same as &lt;h:dataTable&gt;. In this
- case, the component then works the same as an ordinary
- dataTable. The rendered table is inserted in the pop-up area
- and is used for suggestion prompts for input element. If a
- user clicks on such a table row, its text (or value defined
- by fetchValue) is inserted as the value of the input field.
+ <description>
+ This element adds "on-keypress" suggestions capabilites to
+ any input text component (like &lt;h:inputText&gt;).
+ It creates a pop-up window for a input field component
+ pointed to by the "for" attribute. For an ordinary request,
+ render a hidden HTML &lt;div&gt; element and the
+ necessary JavaScript code. When input to the target field
+ exceeds the "minChars" property (default is 1), perform an
+ AJAX request with the value current entered. If the AJAX
+ request is detected and the request parameters map contains
+ the client ID of this component, call a method defined by
+ suggestionAction, and use it to return a value as data for
+ render table, same as &lt;h:dataTable&gt;. In this
+ case, the component then works the same as an ordinary
+ dataTable. The rendered table is inserted in the pop-up area
+ and is used for suggestion prompts for input element. If a
+ user clicks on such a table row, its text (or value defined
+ by fetchValue) is inserted as the value of the input field.
</description>
<attribute-type name="ajaxSingle" required="false">
- <description>
- Boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only.
+ <description>
+ Boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21455,18 +21479,18 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="bgcolor" required="false">
- <description>
- Deprecated. This attribute sets the background color for
- the document body or table cells.
-
- This attribute sets the background color of the canvas
- for the document body (the BODY element) or for tables
- (the TABLE, TR, TH, and TD elements). Additional
- attributes for specifying text color can be used with
- the BODY element.
-
- This attribute has been deprecated in favor of style
- sheets for specifying background color information
+ <description>
+ Deprecated. This attribute sets the background color for
+ the document body or table cells.
+
+ This attribute sets the background color of the canvas
+ for the document body (the BODY element) or for tables
+ (the TABLE, TR, TH, and TD elements). Additional
+ attributes for specifying text color can be used with
+ the BODY element.
+
+ This attribute has been deprecated in favor of style
+ sheets for specifying background color information
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21474,9 +21498,9 @@
</attribute-type>
<attribute type="bgcolor"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -21485,9 +21509,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="border" required="false">
- <description>
- This attributes specifies the width (in pixels only) of
- the frame around a table
+ <description>
+ This attributes specifies the width (in pixels only) of
+ the frame around a table
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21495,10 +21519,10 @@
</attribute-type>
<attribute type="border"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21510,17 +21534,17 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="cellpadding" required="false">
- <description>
- This attribute specifies the amount of space between the
- border of the cell and its contents. If the value of
- this attribute is a pixel length, all four margins
- should be this distance from the contents. If the value
- of the attribute is percentage length, the top and
- bottom margins should be equally separated from the
- content based on percentage of the available vertical
- space, and the left and right margins should be equally
- separated from the content based on percentage of the
- available horizontal space
+ <description>
+ This attribute specifies the amount of space between the
+ border of the cell and its contents. If the value of
+ this attribute is a pixel length, all four margins
+ should be this distance from the contents. If the value
+ of the attribute is percentage length, the top and
+ bottom margins should be equally separated from the
+ content based on percentage of the available vertical
+ space, and the left and right margins should be equally
+ separated from the content based on percentage of the
+ available horizontal space
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21528,11 +21552,11 @@
</attribute-type>
<attribute type="cellpadding"/>
<attribute-type name="cellspacing" required="false">
- <description>
- This attribute specifies how much space the user agent
- should leave between the table and the column on all
- four sides. The attribute also specifies the amount of
- space to leave between cells
+ <description>
+ This attribute specifies how much space the user agent
+ should leave between the table and the column on all
+ four sides. The attribute also specifies the amount of
+ space to leave between cells
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21540,8 +21564,8 @@
</attribute-type>
<attribute type="cellspacing"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21549,10 +21573,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL" (right-to-left)
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Valid values are "LTR" (left-to-right)
+ and "RTL" (right-to-left)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21564,9 +21588,9 @@
</attribute-type>
<attribute type="dir"/>
<attribute-type name="entryClass" required="false">
- <description>
- Name of the CSS class for a suggestion entry element.
- (table row)
+ <description>
+ Name of the CSS class for a suggestion entry element.
+ (table row)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21574,11 +21598,11 @@
</attribute-type>
<attribute type="entryClass"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21586,12 +21610,12 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="fetchValue" required="false">
- <description>
- A value to set in the target input element on a choice
- suggestion that isn't shown in the suggestion table. It
- can be used for descriptive output comments or
- suggestions. If not set, all text in the suggestion row
- is set as a value
+ <description>
+ A value to set in the target input element on a choice
+ suggestion that isn't shown in the suggestion table. It
+ can be used for descriptive output comments or
+ suggestions. If not set, all text in the suggestion row
+ is set as a value
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21599,8 +21623,8 @@
</attribute-type>
<attribute type="fetchValue"/>
<attribute-type name="first" required="false">
- <description>
- A zero-relative row number of the first row to display
+ <description>
+ A zero-relative row number of the first row to display
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21608,9 +21632,9 @@
</attribute-type>
<attribute type="first"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21618,17 +21642,17 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="for" required="false">
- <description>
- id (or full path of id's) of target components, for
- which this element must provide support. If a target
- component inside of the same
- &lt;code&gt;NamingContainer&lt;/code&gt;
- (UIForm, UIData in base implementations), can be simple
- value of the "id" attribute. For other cases must
- include id's of
- &lt;code&gt;NamingContainer&lt;/code&gt;
- components, separated by ':'. For search from the root
- of components, must be started with ':'.
+ <description>
+ id (or full path of id's) of target components, for
+ which this element must provide support. If a target
+ component inside of the same
+ &lt;code&gt;NamingContainer&lt;/code&gt;
+ (UIForm, UIData in base implementations), can be simple
+ value of the "id" attribute. For other cases must
+ include id's of
+ &lt;code&gt;NamingContainer&lt;/code&gt;
+ components, separated by ':'. For search from the root
+ of components, must be started with ':'.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21636,17 +21660,17 @@
</attribute-type>
<attribute type="for"/>
<attribute-type name="frame" required="false">
- <description>
- void|above|below|hsides|lhs|rhs|vsides|box|border [CI]
- This attribute specifies which sides of the frame
- surrounding a table will be visible. Possible values:
-
- * void: No sides. This is the default value. * above:
- The top side only. * below: The bottom side only. *
- hsides: The top and bottom sides only. * vsides: The
- right and left sides only. * lhs: The left-hand side
- only. * rhs: The right-hand side only. * box: All four
- sides. * border: All four sides
+ <description>
+ void|above|below|hsides|lhs|rhs|vsides|box|border [CI]
+ This attribute specifies which sides of the frame
+ surrounding a table will be visible. Possible values:
+
+ * void: No sides. This is the default value. * above:
+ The top side only. * below: The bottom side only. *
+ hsides: The top and bottom sides only. * vsides: The
+ right and left sides only. * lhs: The left-hand side
+ only. * rhs: The right-hand side only. * box: All four
+ sides. * border: All four sides
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21666,9 +21690,9 @@
</attribute-type>
<attribute type="frame"/>
<attribute-type name="frequency" required="false">
- <description>
- Delay (in seconds) before activating the suggestion
- pop-up
+ <description>
+ Delay (in seconds) before activating the suggestion
+ pop-up
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21676,9 +21700,9 @@
</attribute-type>
<attribute type="frequency"/>
<attribute-type name="height" required="true">
- <description>
- Height of the pop-up window in pixels. Default value is
- "200".
+ <description>
+ Height of the pop-up window in pixels. Default value is
+ "200".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21686,20 +21710,20 @@
</attribute-type>
<attribute type="height"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21707,11 +21731,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21723,9 +21747,9 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21733,10 +21757,10 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21748,9 +21772,9 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="minChars" required="false">
- <description>
- Minimal number of chars in input to activate suggestion
- pop-up
+ <description>
+ Minimal number of chars in input to activate suggestion
+ pop-up
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21758,11 +21782,11 @@
</attribute-type>
<attribute type="minChars"/>
<attribute-type name="nothingLabel" required="false">
- <description>
- "nothingLabel" is inserted to popup list if the
- autocomplete returns empty list. It isn't selectable and
- list is closed as always after click on it and nothing
- is put to input.
+ <description>
+ "nothingLabel" is inserted to popup list if the
+ autocomplete returns empty list. It isn't selectable and
+ list is closed as always after click on it and nothing
+ is put to input.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21770,9 +21794,9 @@
</attribute-type>
<attribute type="nothingLabel"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21780,9 +21804,9 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21790,9 +21814,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="onobjectchange"
required="false">
- <description>
- JavaScript code for call when selected objects are
- changed
+ <description>
+ JavaScript code for call when selected objects are
+ changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21800,9 +21824,9 @@
</attribute-type>
<attribute type="onobjectchange"/>
<attribute-type name="onselect" required="false">
- <description>
- JavaScript code for call on select suggestion, after
- update value of target element
+ <description>
+ JavaScript code for call on select suggestion, after
+ update value of target element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21810,8 +21834,8 @@
</attribute-type>
<attribute type="onselect"/>
<attribute-type name="onsubmit" required="false">
- <description>
- JavaScript code for call before submission of ajax event
+ <description>
+ JavaScript code for call before submission of ajax event
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21819,12 +21843,12 @@
</attribute-type>
<attribute type="onsubmit"/>
<attribute-type name="param" required="false">
- <description>
- Name the HTTP request parameter with the value of input
- element token. If not set, it be will sent as an input
- element name. In this case, input will perform
- validation and update the value. Default value is
- "inputvalue".
+ <description>
+ Name the HTTP request parameter with the value of input
+ element token. If not set, it be will sent as an input
+ element name. In this case, input will perform
+ validation and update the value. Default value is
+ "inputvalue".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21832,9 +21856,9 @@
</attribute-type>
<attribute type="param"/>
<attribute-type name="popupClass" required="false">
- <description>
- HTML CSS class attribute of element for pop-up
- suggestion content
+ <description>
+ HTML CSS class attribute of element for pop-up
+ suggestion content
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21842,9 +21866,9 @@
</attribute-type>
<attribute type="popupClass"/>
<attribute-type name="popupStyle" required="false">
- <description>
- HTML CSS style attribute of element for pop-up
- suggestion content
+ <description>
+ HTML CSS style attribute of element for pop-up
+ suggestion content
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21852,12 +21876,12 @@
</attribute-type>
<attribute type="popupStyle"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21865,11 +21889,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21877,8 +21901,8 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21890,12 +21914,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21903,17 +21927,17 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="rowClasses" required="false">
- <description>
- A comma-delimited list of CSS style classes that is
- applied to popup table rows. A space separated list of
- classes may also be specified for any individual row.
- The styles are applied, in turn, to each row in the
- table. For example, if the list has two elements, the
- first style class in the list is applied to the first
- row, the second to the second row, the first to the
- third row, the second to the fourth row, etc. In other
- words, we keep iterating through the list until we reach
- the end, and then we start at the beginning again
+ <description>
+ A comma-delimited list of CSS style classes that is
+ applied to popup table rows. A space separated list of
+ classes may also be specified for any individual row.
+ The styles are applied, in turn, to each row in the
+ table. For example, if the list has two elements, the
+ first style class in the list is applied to the first
+ row, the second to the second row, the first to the
+ third row, the second to the fourth row, etc. In other
+ words, we keep iterating through the list until we reach
+ the end, and then we start at the beginning again
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21921,17 +21945,17 @@
</attribute-type>
<attribute type="rowClasses"/>
<attribute-type name="rules" required="false">
- <description>
- This attribute specifies which rules will appear between
- cells within a table. The rendering of rules is user
- agent dependent. Possible values:
-
- * none: No rules. This is the default value. * groups:
- Rules will appear between row groups (see THEAD, TFOOT,
- and TBODY) and column groups (see COLGROUP and COL)
- only. * rows: Rules will appear between rows only. *
- cols: Rules will appear between columns only. * all:
- Rules will appear between all rows and columns
+ <description>
+ This attribute specifies which rules will appear between
+ cells within a table. The rendering of rules is user
+ agent dependent. Possible values:
+
+ * none: No rules. This is the default value. * groups:
+ Rules will appear between row groups (see THEAD, TFOOT,
+ and TBODY) and column groups (see COLGROUP and COL)
+ only. * rows: Rules will appear between rows only. *
+ cols: Rules will appear between columns only. * all:
+ Rules will appear between all rows and columns
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21946,9 +21970,9 @@
</attribute-type>
<attribute type="rules"/>
<attribute-type name="selectValueClass"
required="false">
- <description>
- Name of the CSS class for a selected suggestion entry
- element (table cell)
+ <description>
+ Name of the CSS class for a selected suggestion entry
+ element (table cell)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21956,9 +21980,9 @@
</attribute-type>
<attribute type="selectValueClass"/>
<attribute-type name="selectedClass" required="false">
- <description>
- Name of the CSS class for a selected suggestion entry
- element (table row)
+ <description>
+ Name of the CSS class for a selected suggestion entry
+ element (table row)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21966,12 +21990,12 @@
</attribute-type>
<attribute type="selectedClass"/>
<attribute-type name="selfRendered" required="false">
- <description>
- If "true", forces active Ajax region render response
- directly from stored components tree, bypasses page
- processing. Can be used for increase performance. Also,
- must be set to 'true' inside iteration components, such
- as dataTable.
+ <description>
+ If "true", forces active Ajax region render response
+ directly from stored components tree, bypasses page
+ processing. Can be used for increase performance. Also,
+ must be set to 'true' inside iteration components, such
+ as dataTable.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21979,8 +22003,8 @@
</attribute-type>
<attribute type="selfRendered"/>
<attribute-type name="shadowDepth" required="false">
- <description>
- Pop-up shadow depth for suggestion content
+ <description>
+ Pop-up shadow depth for suggestion content
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21988,8 +22012,8 @@
</attribute-type>
<attribute type="shadowDepth"/>
<attribute-type name="shadowOpacity" required="false">
- <description>
- Attribute defines shadow opacity for suggestion content
+ <description>
+ Attribute defines shadow opacity for suggestion content
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -21997,9 +22021,9 @@
</attribute-type>
<attribute type="shadowOpacity"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22007,9 +22031,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22017,8 +22041,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22026,12 +22050,12 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="suggestionAction"
required="false">
- <description>
- Method calls an expression to get a collection of
- suggestion data on request. It must have one parameter
- with a type of Object with content of input component
- and must return any type allowed for
- &lt;h:datatable&gt;
+ <description>
+ Method calls an expression to get a collection of
+ suggestion data on request. It must have one parameter
+ with a type of Object with content of input component
+ and must return any type allowed for
+ &lt;h:datatable&gt;
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22039,10 +22063,10 @@
</attribute-type>
<attribute type="suggestionAction"/>
<attribute-type name="summary" required="false">
- <description>
- This attribute provides a summary of the table's purpose
- and structure for user agents rendering to non-visual
- media such as speech and Braille
+ <description>
+ This attribute provides a summary of the table's purpose
+ and structure for user agents rendering to non-visual
+ media such as speech and Braille
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22050,10 +22074,10 @@
</attribute-type>
<attribute type="summary"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22061,9 +22085,9 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22071,11 +22095,11 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="tokens" required="false">
- <description>
- The list (or single value) of symbols which can be used
- for division chosen of suggestion pop-up values in a
- target element. After input of a symbol from the list
- suggestion pop-up it is caused again
+ <description>
+ The list (or single value) of symbols which can be used
+ for division chosen of suggestion pop-up values in a
+ target element. After input of a symbol from the list
+ suggestion pop-up it is caused again
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22083,10 +22107,10 @@
</attribute-type>
<attribute type="tokens"/>
<attribute-type name="usingSuggestObjects"
required="false">
- <description>
- if true, a suggested object list will be created and
- will be updated every time when an input value is
- changed. Default value is "false".
+ <description>
+ if true, a suggested object list will be created and
+ will be updated every time when an input value is
+ changed. Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22098,8 +22122,8 @@
</attribute-type>
<attribute type="usingSuggestObjects"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22107,9 +22131,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="var" required="false">
- <description>
- A request-scope attribute via which the data object for
- the current row will be used when iterating
+ <description>
+ A request-scope attribute via which the data object for
+ the current row will be used when iterating
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22117,9 +22141,9 @@
</attribute-type>
<attribute type="var"/>
<attribute-type name="width" required="true">
- <description>
- Width of the pop-up window in pixels. Default value is
- "200".
+ <description>
+ Width of the pop-up window in pixels. Default value is
+ "200".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22127,10 +22151,10 @@
</attribute-type>
<attribute type="width"/>
<attribute-type name="zindex" required="false">
- <description>
- Attribute is similar to the standard HTML attribute and
- can specify window placement relative to the content.
- Default value is "200".
+ <description>
+ Attribute is similar to the standard HTML attribute and
+ can specify window placement relative to the content.
+ Default value is "200".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22149,12 +22173,12 @@
end-tag="required" name="tab"
start-tag="required">
<description><![CDATA[The tab component create a single panel within
tabPanel.]]></description>
<attribute-type name="action" required="false">
- <description>
- MethodBinding pointing at the application action to be
- invoked, if this UIComponent is activated by you, during
- the Apply Request Values or Invoke Application phase of
- the request processing lifecycle, depending on the value
- of the immediate property
+ <description>
+ MethodBinding pointing at the application action to be
+ invoked, if this UIComponent is activated by you, during
+ the Apply Request Values or Invoke Application phase of
+ the request processing lifecycle, depending on the value
+ of the immediate property
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -22164,9 +22188,9 @@
</attribute-type>
<attribute type="action"/>
<attribute-type name="actionListener"
required="false">
- <description>
- MethodBinding pointing at method accepting an
- ActionEvent with return type void
+ <description>
+ MethodBinding pointing at method accepting an
+ ActionEvent with return type void
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -22177,11 +22201,11 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22193,9 +22217,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -22204,10 +22228,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22219,10 +22243,10 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22241,11 +22265,11 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22253,9 +22277,9 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22263,20 +22287,20 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22284,11 +22308,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22300,8 +22324,8 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="label" required="false">
- <description>
- Text for the actual "tab" in a tab section
+ <description>
+ Text for the actual "tab" in a tab section
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22309,10 +22333,10 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="labelWidth" required="false">
- <description>
- Length for the actual "tab" in a tab section defined in
- pixels. If it is not defined, the length is calculated
- basing on a tab label text length
+ <description>
+ Length for the actual "tab" in a tab section defined in
+ pixels. If it is not defined, the length is calculated
+ basing on a tab label text length
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22320,10 +22344,10 @@
</attribute-type>
<attribute type="labelWidth"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22335,8 +22359,8 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="name" required="false">
- <description>
- Attribute defines tab name. Default value is "getId()".
+ <description>
+ Attribute defines tab name. Default value is "getId()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22344,9 +22368,9 @@
</attribute-type>
<attribute type="name"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22354,8 +22378,8 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22363,9 +22387,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22373,9 +22397,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22383,8 +22407,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22392,8 +22416,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22401,8 +22425,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22410,9 +22434,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onlabelclick" required="false">
- <description>
- A JavaScript event handler; a label of the tab is
- clicked
+ <description>
+ A JavaScript event handler; a label of the tab is
+ clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22420,9 +22444,9 @@
</attribute-type>
<attribute type="onlabelclick"/>
<attribute-type name="onlabeldblclick"
required="false">
- <description>
- A JavaScript event handler; a pointer within label is
- double-clicked
+ <description>
+ A JavaScript event handler; a pointer within label is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22430,9 +22454,9 @@
</attribute-type>
<attribute type="onlabeldblclick"/>
<attribute-type name="onlabelkeydown"
required="false">
- <description>
- A JavaScript event handler; a key within label is
- pressed down
+ <description>
+ A JavaScript event handler; a key within label is
+ pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22440,9 +22464,9 @@
</attribute-type>
<attribute type="onlabelkeydown"/>
<attribute-type name="onlabelkeypress"
required="false">
- <description>
- A JavaScript event handler; a key within label is
- pressed and released
+ <description>
+ A JavaScript event handler; a key within label is
+ pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22450,9 +22474,9 @@
</attribute-type>
<attribute type="onlabelkeypress"/>
<attribute-type name="onlabelkeyup" required="false">
- <description>
- A JavaScript event handler; a key within label is
- released
+ <description>
+ A JavaScript event handler; a key within label is
+ released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22460,9 +22484,9 @@
</attribute-type>
<attribute type="onlabelkeyup"/>
<attribute-type name="onlabelmousedown"
required="false">
- <description>
- A JavaScript event handler; a pointer within label is
- pressed down
+ <description>
+ A JavaScript event handler; a pointer within label is
+ pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22470,9 +22494,9 @@
</attribute-type>
<attribute type="onlabelmousedown"/>
<attribute-type name="onlabelmousemove"
required="false">
- <description>
- A JavaScript event handler; a pointer is moved within
- label
+ <description>
+ A JavaScript event handler; a pointer is moved within
+ label
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22480,9 +22504,9 @@
</attribute-type>
<attribute type="onlabelmousemove"/>
<attribute-type name="onlabelmouseup"
required="false">
- <description>
- A JavaScript event handler; a pointer within label is
- released
+ <description>
+ A JavaScript event handler; a pointer within label is
+ released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22490,9 +22514,9 @@
</attribute-type>
<attribute type="onlabelmouseup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22500,8 +22524,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22509,8 +22533,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22518,8 +22542,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22527,8 +22551,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22536,8 +22560,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="ontabenter" required="false">
- <description>
- Event must occur on the tab which has been entered
+ <description>
+ Event must occur on the tab which has been entered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22545,8 +22569,8 @@
</attribute-type>
<attribute type="ontabenter"/>
<attribute-type name="ontableave" required="false">
- <description>
- Event must occurs on the tab which has been left
+ <description>
+ Event must occurs on the tab which has been left
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22554,12 +22578,12 @@
</attribute-type>
<attribute type="ontableave"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22567,11 +22591,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22579,8 +22603,8 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22592,12 +22616,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22605,9 +22629,9 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22615,9 +22639,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22625,8 +22649,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22634,9 +22658,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="switchType" required="false">
- <description>
- Tab switch algorithm. Possible values are "client",
- "server", "ajax", "page".
+ <description>
+ Tab switch algorithm. Possible values are "client",
+ "server", "ajax", "page".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22650,10 +22674,10 @@
</attribute-type>
<attribute type="switchType"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22661,9 +22685,9 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="title" required="false">
- <description>
- HTML: An advisory title for this element. Often
- displayed as a tooltip
+ <description>
+ HTML: An advisory title for this element. Often
+ displayed as a tooltip
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22682,8 +22706,8 @@
end-tag="required" name="tabPanel"
start-tag="required">
<description><![CDATA[The tabPanel component displays a panel that
contains multiple panels with tabs inside.]]></description>
<attribute-type name="activeTabClass"
required="false">
- <description>
- A CSS class to be applied to an active tab
+ <description>
+ A CSS class to be applied to an active tab
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22691,9 +22715,9 @@
</attribute-type>
<attribute type="activeTabClass"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -22702,8 +22726,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="contentClass" required="false">
- <description>
- A CSS class for content of a tab panel
+ <description>
+ A CSS class for content of a tab panel
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22711,8 +22735,8 @@
</attribute-type>
<attribute type="contentClass"/>
<attribute-type name="contentStyle" required="false">
- <description>
- A CSS style is for the content of a tab panel
+ <description>
+ A CSS style is for the content of a tab panel
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22720,8 +22744,8 @@
</attribute-type>
<attribute type="contentStyle"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22729,10 +22753,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22740,10 +22764,10 @@
</attribute-type>
<attribute type="converterMessage"/>
<attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Valid values are "LTR" (left-to-right)
- and "RTL" (right-to-left)
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Valid values are "LTR" (left-to-right)
+ and "RTL" (right-to-left)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22755,8 +22779,8 @@
</attribute-type>
<attribute type="dir"/>
<attribute-type name="disabledTabClass"
required="false">
- <description>
- A CSS class to be applied to a disabled tab
+ <description>
+ A CSS class to be applied to a disabled tab
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22764,9 +22788,9 @@
</attribute-type>
<attribute type="disabledTabClass"/>
<attribute-type name="headerAlignment"
required="false">
- <description>
- Sets tab headers alignment. It can be "left" or "right".
- Default value is "left".
+ <description>
+ Sets tab headers alignment. It can be "left" or "right".
+ Default value is "left".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22778,8 +22802,8 @@
</attribute-type>
<attribute type="headerAlignment"/>
<attribute-type name="headerClass" required="false">
- <description>
- A CSS style is for the header of a tab panel.
+ <description>
+ A CSS style is for the header of a tab panel.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22787,9 +22811,9 @@
</attribute-type>
<attribute type="headerClass"/>
<attribute-type name="headerSpacing" required="false">
- <description>
- Sets tab headers spacing. It should be a valid size unit
- expression. Default value is "1px".
+ <description>
+ Sets tab headers spacing. It should be a valid size unit
+ expression. Default value is "1px".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22797,8 +22821,8 @@
</attribute-type>
<attribute type="headerSpacing"/>
<attribute-type name="height" required="false">
- <description>
- Height of a tab panel defined in pixels or in percents
+ <description>
+ Height of a tab panel defined in pixels or in percents
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22806,18 +22830,18 @@
</attribute-type>
<attribute type="height"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22829,9 +22853,9 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="inactiveTabClass"
required="false">
- <description>
- CSS class to be applied to an inactive (but not
- disabled) tab
+ <description>
+ CSS class to be applied to an inactive (but not
+ disabled) tab
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22839,8 +22863,8 @@
</attribute-type>
<attribute type="inactiveTabClass"/>
<attribute-type name="label" required="false">
- <description>
- A localized user presentable name for this component.
+ <description>
+ A localized user presentable name for this component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22848,9 +22872,9 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22858,8 +22882,8 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22867,9 +22891,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22877,8 +22901,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22886,8 +22910,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22895,8 +22919,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22904,9 +22928,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22914,8 +22938,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22923,8 +22947,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22932,8 +22956,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22941,8 +22965,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22950,8 +22974,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="ontabchange" required="false">
- <description>
- HTML: a script expression; a tab has been changed
+ <description>
+ HTML: a script expression; a tab has been changed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22959,8 +22983,8 @@
</attribute-type>
<attribute type="ontabchange"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22972,8 +22996,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22985,11 +23009,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -22997,8 +23021,8 @@
</attribute-type>
<attribute type="requiredMessage"/>
<attribute-type name="selectedTab" required="false">
- <description>
- Attribute defines name of selected tab
+ <description>
+ Attribute defines name of selected tab
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23006,9 +23030,9 @@
</attribute-type>
<attribute type="selectedTab"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23016,8 +23040,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23025,9 +23049,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="switchType" required="false">
- <description>
- Tab switch algorithm: "client", "server"(default),
- "ajax"
+ <description>
+ Tab switch algorithm: "client", "server"(default),
+ "ajax"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23040,8 +23064,8 @@
</attribute-type>
<attribute type="switchType"/>
<attribute-type name="tabClass" required="false">
- <description>
- A CSS class to be applied to all tabs
+ <description>
+ A CSS class to be applied to all tabs
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23049,9 +23073,9 @@
</attribute-type>
<attribute type="tabClass"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23059,11 +23083,11 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -23076,10 +23100,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23087,8 +23111,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23106,9 +23130,9 @@
</attribute-type>
<attribute type="valueChangeListener"/>
<attribute-type name="width" required="false">
- <description>
- Width of a tab panel defined in pixels or in percents.
- The default value is 100%
+ <description>
+ Width of a tab panel defined in pixels or in percents.
+ The default value is 100%
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23118,17 +23142,17 @@
</element-type>
<element-type body-content="allowed" content="mixed"
end-tag="required" name="toggleControl"
start-tag="required">
- <description>
- A link type control for switching betwen togglePanel's
- facets. The Target Panel is specified with the "for"
- attribute. It can be located even inside or outside the
- togglePanel. As the result of switching between facets, the
- previous facet is hidden and the next is shown.
+ <description>
+ A link type control for switching betwen togglePanel's
+ facets. The Target Panel is specified with the "for"
+ attribute. It can be located even inside or outside the
+ togglePanel. As the result of switching between facets, the
+ previous facet is hidden and the next is shown.
</description>
<attribute-type name="accesskey" required="false">
- <description>
- Access key that, when pressed, transfers focus to this
- element
+ <description>
+ Access key that, when pressed, transfers focus to this
+ element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23136,12 +23160,12 @@
</attribute-type>
<attribute type="accesskey"/>
<attribute-type name="action" required="false">
- <description>
- MethodBinding pointing at the application action to be
- invoked, if this UIComponent is activated by you, during
- the Apply Request Values or Invoke Application phase of
- the request processing lifecycle, depending on the value
- of the immediate property
+ <description>
+ MethodBinding pointing at the application action to be
+ invoked, if this UIComponent is activated by you, during
+ the Apply Request Values or Invoke Application phase of
+ the request processing lifecycle, depending on the value
+ of the immediate property
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -23151,9 +23175,9 @@
</attribute-type>
<attribute type="action"/>
<attribute-type name="actionListener"
required="false">
- <description>
- MethodBinding pointing at method accepting an
- ActionEvent with return type void
+ <description>
+ MethodBinding pointing at method accepting an
+ ActionEvent with return type void
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -23164,11 +23188,11 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- Boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only.
+ <description>
+ Boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23180,9 +23204,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -23191,10 +23215,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase skip updates
- of model beans an force render response. Can be used for
- validate components input
+ <description>
+ If "true", after process validations phase skip updates
+ of model beans an force render response. Can be used for
+ validate components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23206,10 +23230,10 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23217,10 +23241,10 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="dir" required="false">
- <description>
- Direction indication for text that does not inherit
- directionality. Possible values are "LTR"
- (left-to-right) and "RTL" (right-to-left).
+ <description>
+ Direction indication for text that does not inherit
+ directionality. Possible values are "LTR"
+ (left-to-right) and "RTL" (right-to-left).
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23232,11 +23256,11 @@
</attribute-type>
<attribute type="dir"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move, etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move, etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23244,9 +23268,9 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23254,10 +23278,10 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="for" required="false">
- <description>
- String, which contains id (in the format of a
- UIComponent.findComponent() call) of the target Toggle
- Panel.
+ <description>
+ String, which contains id (in the format of a
+ UIComponent.findComponent() call) of the target Toggle
+ Panel.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23265,20 +23289,20 @@
</attribute-type>
<attribute type="for"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23286,11 +23310,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23302,9 +23326,9 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="lang" required="false">
- <description>
- Code describing the language used in the generated
- markup for this component
+ <description>
+ Code describing the language used in the generated
+ markup for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23312,10 +23336,10 @@
</attribute-type>
<attribute type="lang"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. if "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. if "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23327,9 +23351,9 @@
</attribute-type>
<attribute type="limitToList"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23337,8 +23361,8 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="onblur" required="false">
- <description>
- JavaScript code executed when this element loses focus
+ <description>
+ JavaScript code executed when this element loses focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23346,9 +23370,9 @@
</attribute-type>
<attribute type="onblur"/>
<attribute-type name="onclick" required="false">
- <description>
- JavaScript code executed when a pointer button is
- clicked over this element
+ <description>
+ JavaScript code executed when a pointer button is
+ clicked over this element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23356,9 +23380,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23366,9 +23390,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondblclick" required="false">
- <description>
- JavaScript code executed when a pointer button is double
- clicked over this element
+ <description>
+ JavaScript code executed when a pointer button is double
+ clicked over this element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23376,9 +23400,9 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onfocus" required="false">
- <description>
- JavaScript code executed when this element receives
- focus
+ <description>
+ JavaScript code executed when this element receives
+ focus
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23386,9 +23410,9 @@
</attribute-type>
<attribute type="onfocus"/>
<attribute-type name="onkeydown" required="false">
- <description>
- JavaScript code executed when a key is pressed down over
- this element
+ <description>
+ JavaScript code executed when a key is pressed down over
+ this element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23396,9 +23420,9 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- JavaScript code executed when a key is pressed and
- released over this element
+ <description>
+ JavaScript code executed when a key is pressed and
+ released over this element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23406,9 +23430,9 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- JavaScript code executed when a key is released over
- this element
+ <description>
+ JavaScript code executed when a key is released over
+ this element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23416,9 +23440,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- JavaScript code executed when a pointer button is
- pressed down over this element
+ <description>
+ JavaScript code executed when a pointer button is
+ pressed down over this element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23426,9 +23450,9 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- JavaScript code executed when a pointer button is moved
- within this element
+ <description>
+ JavaScript code executed when a pointer button is moved
+ within this element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23436,9 +23460,9 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- JavaScript code executed when a pointer button is moved
- away from this element
+ <description>
+ JavaScript code executed when a pointer button is moved
+ away from this element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23446,9 +23470,9 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- JavaScript code executed when a pointer button is moved
- onto this element
+ <description>
+ JavaScript code executed when a pointer button is moved
+ onto this element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23456,9 +23480,9 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- JavaScript code executed when a pointer button is
- released over this element
+ <description>
+ JavaScript code executed when a pointer button is
+ released over this element
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23466,8 +23490,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="panelId" required="false">
- <description>
- Attribute defines Id for corresponding panel
+ <description>
+ Attribute defines Id for corresponding panel
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23475,12 +23499,12 @@
</attribute-type>
<attribute type="panelId"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23488,8 +23512,8 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23501,12 +23525,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23514,9 +23538,9 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23524,9 +23548,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) to be applied when this component is
- rendered
+ <description>
+ CSS style(s) to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23534,11 +23558,11 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Space-separated list of CSS style class(es) to be
- applied when this element is rendered. This value must
- be passed through as the "class" attribute on generated
- markup
+ <description>
+ Space-separated list of CSS style class(es) to be
+ applied when this element is rendered. This value must
+ be passed through as the "class" attribute on generated
+ markup
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23546,9 +23570,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="switchToState" required="false">
- <description>
- Contains one of the facets names where target
- togglePanel is switched to
+ <description>
+ Contains one of the facets names where target
+ togglePanel is switched to
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23556,10 +23580,10 @@
</attribute-type>
<attribute type="switchToState"/>
<attribute-type name="tabindex" required="false">
- <description>
- Position of this element in the tabbing order for the
- current document. This value must be an integer between
- 0 and 32767
+ <description>
+ Position of this element in the tabbing order for the
+ current document. This value must be an integer between
+ 0 and 32767
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23567,10 +23591,10 @@
</attribute-type>
<attribute type="tabindex"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23578,9 +23602,9 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="title" required="false">
- <description>
- Advisory title information about markup elements
- generated for this component
+ <description>
+ Advisory title information about markup elements
+ generated for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23588,8 +23612,8 @@
</attribute-type>
<attribute type="title"/>
<attribute-type name="value" required="false">
- <description>
- Initial value to set when rendered for the first time
+ <description>
+ Initial value to set when rendered for the first time
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23606,15 +23630,15 @@
</element-type>
<element-type body-content="allowed" content="mixed"
end-tag="required" name="togglePanel"
start-tag="required">
- <description>
- A wrapper component with named facets. Every facet is shown
- after activation corresponding toggleControl(the other is
- hidden).
+ <description>
+ A wrapper component with named facets. Every facet is shown
+ after activation corresponding toggleControl(the other is
+ hidden).
</description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -23623,8 +23647,8 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="converter" required="false">
- <description>
- Id of Converter to be used or reference to a Converter
+ <description>
+ Id of Converter to be used or reference to a Converter
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23632,10 +23656,10 @@
</attribute-type>
<attribute type="converter"/>
<attribute-type name="converterMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23643,18 +23667,18 @@
</attribute-type>
<attribute type="converterMessage"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="immediate" required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23666,8 +23690,8 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="initialState" required="false">
- <description>
- It contains a name of the first active facet
+ <description>
+ It contains a name of the first active facet
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23675,8 +23699,8 @@
</attribute-type>
<attribute type="initialState"/>
<attribute-type name="label" required="false">
- <description>
- A localized user presentable name for this component.
+ <description>
+ A localized user presentable name for this component.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23684,8 +23708,8 @@
</attribute-type>
<attribute type="label"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23693,9 +23717,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23703,8 +23727,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23712,8 +23736,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23721,8 +23745,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23730,9 +23754,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23740,8 +23764,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23749,8 +23773,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23758,8 +23782,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23767,8 +23791,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23776,8 +23800,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23789,8 +23813,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="required" required="false">
- <description>
- If "true", this component is checked for non-empty input
+ <description>
+ If "true", this component is checked for non-empty input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23802,11 +23826,11 @@
</attribute-type>
<attribute type="required"/>
<attribute-type name="requiredMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23814,11 +23838,11 @@
</attribute-type>
<attribute type="requiredMessage"/>
<attribute-type name="stateOrder" required="false">
- <description>
- Names of the facets in the switching order. If
- ToggleControl doesn't contain information about a next
- facet to be shown it is switched corresponding to this
- attribute
+ <description>
+ Names of the facets in the switching order. If
+ ToggleControl doesn't contain information about a next
+ facet to be shown it is switched corresponding to this
+ attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23826,9 +23850,9 @@
</attribute-type>
<attribute type="stateOrder"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23836,8 +23860,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23845,9 +23869,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="switchType" required="false">
- <description>
- Facets switch algorithm: "client", "server"(default),
- "ajax".
+ <description>
+ Facets switch algorithm: "client", "server"(default),
+ "ajax".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23860,11 +23884,11 @@
</attribute-type>
<attribute type="switchType"/>
<attribute-type name="validator" required="false">
- <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>
+ 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>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -23877,10 +23901,10 @@
</attribute-type>
<attribute type="validator"/>
<attribute-type name="validatorMessage"
required="false">
- <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>
+ 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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23888,8 +23912,8 @@
</attribute-type>
<attribute type="validatorMessage"/>
<attribute-type name="value" required="false">
- <description>
- The current value of this component
+ <description>
+ The current value of this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23909,24 +23933,24 @@
</element-type>
<element-type body-content="allowed" content="mixed"
end-tag="required" name="toolBar"
start-tag="required">
- <description>
- A horizontal bar with items on it. If you want to use it as
- a standard top tool bar, point to each item with a ch:menu
- "for" attribute to link the appropriate drop-down menu with
- the item id on a tool bar. "toolBar" accepts any JSF
- components as children. They appear from left to right in
- the definition order. The children are separated from each
- other basing on the value of the "itemSeparator" attribute.
- If you want to put the items along the right side for a menu
- bar, you can use the "toolBarGroup" component as a wrapper
- and define the "location" attribute there. The items inside
- the group can have their own separator. See the
- "toolBarGroup" component description for details.
+ <description>
+ A horizontal bar with items on it. If you want to use it as
+ a standard top tool bar, point to each item with a ch:menu
+ "for" attribute to link the appropriate drop-down menu with
+ the item id on a tool bar. "toolBar" accepts any JSF
+ components as children. They appear from left to right in
+ the definition order. The children are separated from each
+ other basing on the value of the "itemSeparator" attribute.
+ If you want to put the items along the right side for a menu
+ bar, you can use the "toolBarGroup" component as a wrapper
+ and define the "location" attribute there. The items inside
+ the group can have their own separator. See the
+ "toolBarGroup" component description for details.
</description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -23935,10 +23959,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="contentClass" required="false">
- <description>
- A CSS style is to be applied to each element of tool bar
- content. Use this style, for example, to setup
- parameters of the font.
+ <description>
+ A CSS style is to be applied to each element of tool bar
+ content. Use this style, for example, to setup
+ parameters of the font.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23946,9 +23970,9 @@
</attribute-type>
<attribute type="contentClass"/>
<attribute-type name="contentStyle" required="false">
- <description>
- A CSS style is to be applied to each element of tool bar
- content.
+ <description>
+ A CSS style is to be applied to each element of tool bar
+ content.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23956,10 +23980,10 @@
</attribute-type>
<attribute type="contentStyle"/>
<attribute-type name="height" required="false">
- <description>
- A height of a bar in pixels. If a height is not defined,
- a bar height depends of the "headerFontSize" skin
- parameter.
+ <description>
+ A height of a bar in pixels. If a height is not defined,
+ a bar height depends of the "headerFontSize" skin
+ parameter.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23967,17 +23991,17 @@
</attribute-type>
<attribute type="height"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="itemSeparator" required="false">
- <description>
- A separator between items on a bar. Possible values are
- "none", "line", "square", "disc" and
"grid". Default
- value is "none".
+ <description>
+ A separator between items on a bar. Possible values are
+ "none", "line", "square", "disc" and
"grid". Default
+ value is "none".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -23992,9 +24016,9 @@
</attribute-type>
<attribute type="itemSeparator"/>
<attribute-type name="onitemclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
- on an item
+ <description>
+ HTML: a script expression; a pointer button is clicked
+ on an item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24002,9 +24026,9 @@
</attribute-type>
<attribute type="onitemclick"/>
<attribute-type name="onitemdblclick"
required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked on an item
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked on an item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24012,9 +24036,9 @@
</attribute-type>
<attribute type="onitemdblclick"/>
<attribute-type name="onitemkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down on an
- item
+ <description>
+ HTML: a script expression; a key is pressed down on an
+ item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24022,9 +24046,9 @@
</attribute-type>
<attribute type="onitemkeydown"/>
<attribute-type name="onitemkeypress"
required="false">
- <description>
- HTML: a script expression; a key is pressed and released
- on an item
+ <description>
+ HTML: a script expression; a key is pressed and released
+ on an item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24032,8 +24056,8 @@
</attribute-type>
<attribute type="onitemkeypress"/>
<attribute-type name="onitemkeyup" required="false">
- <description>
- HTML: a script expression; a key is released on an item
+ <description>
+ HTML: a script expression; a key is released on an item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24041,9 +24065,9 @@
</attribute-type>
<attribute type="onitemkeyup"/>
<attribute-type name="onitemmousedown"
required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down on an item
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down on an item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24051,8 +24075,8 @@
</attribute-type>
<attribute type="onitemmousedown"/>
<attribute-type name="onitemmousemove"
required="false">
- <description>
- HTML: a script expression; a pointer is moved on an item
+ <description>
+ HTML: a script expression; a pointer is moved on an item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24060,9 +24084,9 @@
</attribute-type>
<attribute type="onitemmousemove"/>
<attribute-type name="onitemmouseout"
required="false">
- <description>
- HTML: a script expression; a pointer is moved away from
- an item
+ <description>
+ HTML: a script expression; a pointer is moved away from
+ an item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24070,9 +24094,9 @@
</attribute-type>
<attribute type="onitemmouseout"/>
<attribute-type name="onitemmouseover"
required="false">
- <description>
- HTML: a script expression; a pointer is moved onto an
- item
+ <description>
+ HTML: a script expression; a pointer is moved onto an
+ item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24080,9 +24104,9 @@
</attribute-type>
<attribute type="onitemmouseover"/>
<attribute-type name="onitemmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released on
- an item
+ <description>
+ HTML: script expression; a pointer button is released on
+ an item
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24090,8 +24114,8 @@
</attribute-type>
<attribute type="onitemmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24103,8 +24127,8 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="separatorClass"
required="false">
- <description>
- A CSS class to be applied to tool bar separators.
+ <description>
+ A CSS class to be applied to tool bar separators.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24112,9 +24136,9 @@
</attribute-type>
<attribute type="separatorClass"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24122,8 +24146,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24131,9 +24155,9 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="width" required="false">
- <description>
- A width of a bar that can be defined in pixels or as
- percentage. Default value is 100%.
+ <description>
+ A width of a bar that can be defined in pixels or as
+ percentage. Default value is 100%.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24213,16 +24237,16 @@
</element-type>
<element-type body-content="allowed" content="mixed"
end-tag="required" name="toolBarGroup"
start-tag="required">
- <description>
- A group of items inside a tool bar. The group item is
- separated basing on the "itemSeparator" attribute. Location
- of a group on a tool bar is set up with the "location"
- attribute.
+ <description>
+ A group of items inside a tool bar. The group item is
+ separated basing on the "itemSeparator" attribute. Location
+ of a group on a tool bar is set up with the "location"
+ attribute.
</description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -24231,17 +24255,17 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="itemSeparator" required="false">
- <description>
- "A separator for the items in a group. Possible values
- are "none", "line", "square", "disc" and
"grid" Default
- value is "none".
+ <description>
+ "A separator for the items in a group. Possible values
+ are "none", "line", "square", "disc" and
"grid" Default
+ value is "none".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24256,9 +24280,9 @@
</attribute-type>
<attribute type="itemSeparator"/>
<attribute-type name="location" required="false">
- <description>
- "A location of a group on a tool bar. Possible values
- are "left" and "right". Default value is "left".
+ <description>
+ "A location of a group on a tool bar. Possible values
+ are "left" and "right". Default value is "left".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24270,8 +24294,8 @@
</attribute-type>
<attribute type="location"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24279,9 +24303,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24289,8 +24313,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24298,8 +24322,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24307,8 +24331,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24316,9 +24340,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24326,8 +24350,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24335,8 +24359,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24344,8 +24368,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24353,8 +24377,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24362,8 +24386,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24375,9 +24399,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="separatorClass"
required="false">
- <description>
- "A CSS class to be applied to tool bar group
- separators."
+ <description>
+ "A CSS class to be applied to tool bar group
+ separators."
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24385,9 +24409,9 @@
</attribute-type>
<attribute type="separatorClass"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24395,8 +24419,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24478,12 +24502,12 @@
end-tag="required" name="toolTip"
start-tag="required">
<description><![CDATA[The toolTip component is used for creation of
event-triggered non modal popup, that contains information regarding the page element,
that event was applied to.]]></description>
<attribute-type name="attached" required="false">
- <description>
- If the value of the "attached" attribute is true, a
- component is attached to the parent component; if false,
- component does not listen to activating browser events,
- but could be activated externally. Default value is
- "true".
+ <description>
+ If the value of the "attached" attribute is true, a
+ component is attached to the parent component; if false,
+ component does not listen to activating browser events,
+ but could be activated externally. Default value is
+ "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24495,9 +24519,9 @@
</attribute-type>
<attribute type="attached"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -24506,10 +24530,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="direction" required="false">
- <description>
- Defines direction of the popup list to appear. Possible
- values are "top-right", "top-left", "bottom-right",
- "bottom-left", "auto". Default value is
"bottom-right".
+ <description>
+ Defines direction of the popup list to appear. Possible
+ values are "top-right", "top-left", "bottom-right",
+ "bottom-left", "auto". Default value is
"bottom-right".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24524,10 +24548,10 @@
</attribute-type>
<attribute type="direction"/>
<attribute-type name="disabled" required="false">
- <description>
- If false the components is rendered on the client but
- JavaScript for calling disabled. Default value is
- "false".
+ <description>
+ If false the components is rendered on the client but
+ JavaScript for calling disabled. Default value is
+ "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24539,9 +24563,9 @@
</attribute-type>
<attribute type="disabled"/>
<attribute-type name="event" required="false">
- <description>
- DEPRECATED. Use showEvent instead. Default value is
- "mouseover".
+ <description>
+ DEPRECATED. Use showEvent instead. Default value is
+ "mouseover".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24549,9 +24573,9 @@
</attribute-type>
<attribute type="event"/>
<attribute-type name="followMouse" required="false">
- <description>
- If 'true' tooltip should follow the mouse while it moves
- over the parent element. Default value is "false".
+ <description>
+ If 'true' tooltip should follow the mouse while it moves
+ over the parent element. Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24570,9 +24594,9 @@
</attribute-type>
<attribute type="for"/>
<attribute-type name="hideDelay" required="false">
- <description>
- Delay in milliseconds before tooltip will be hidden.
- Default value is "0".
+ <description>
+ Delay in milliseconds before tooltip will be hidden.
+ Default value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24580,8 +24604,8 @@
</attribute-type>
<attribute type="hideDelay"/>
<attribute-type name="hideEvent" required="false">
- <description>
- Event that triggers the tooltip disappearance
+ <description>
+ Event that triggers the tooltip disappearance
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24589,9 +24613,9 @@
</attribute-type>
<attribute type="hideEvent"/>
<attribute-type name="horizontalOffset"
required="false">
- <description>
- Sets the horizontal offset between pop-up list and mouse
- pointer. Default value is "10".
+ <description>
+ Sets the horizontal offset between pop-up list and mouse
+ pointer. Default value is "10".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24599,17 +24623,17 @@
</attribute-type>
<attribute type="horizontalOffset"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="layout" required="false">
- <description>
- Block/inline mode flag. Possible value are: "inline" or
- "block". Default value is "inline". Tooltip will contain
- div/span elements respectively.
+ <description>
+ Block/inline mode flag. Possible value are: "inline" or
+ "block". Default value is "inline". Tooltip will contain
+ div/span elements respectively.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24617,9 +24641,9 @@
</attribute-type>
<attribute type="layout"/>
<attribute-type name="mode" required="false">
- <description>
- controls the way of data loading to tooltip and should
- have following values client (default), ajax
+ <description>
+ controls the way of data loading to tooltip and should
+ have following values client (default), ajax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24631,8 +24655,8 @@
</attribute-type>
<attribute type="mode"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24640,8 +24664,8 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after the tooltip shown
+ <description>
+ JavaScript code for call after the tooltip shown
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24649,9 +24673,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24659,8 +24683,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onhide" required="false">
- <description>
- JavaScript code for call after the tooltip hidden
+ <description>
+ JavaScript code for call after the tooltip hidden
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24668,8 +24692,8 @@
</attribute-type>
<attribute type="onhide"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24677,8 +24701,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24686,8 +24710,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24695,9 +24719,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24705,8 +24729,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24714,8 +24738,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24723,8 +24747,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24732,8 +24756,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24741,9 +24765,9 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onshow" required="false">
- <description>
- JavaScript code for call after the tooltip called (some
- element overed) but before its requesting
+ <description>
+ JavaScript code for call after the tooltip called (some
+ element overed) but before its requesting
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24751,8 +24775,8 @@
</attribute-type>
<attribute type="onshow"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24764,9 +24788,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="showDelay" required="false">
- <description>
- Delay in milliseconds before tooltip will be displayed.
- Default value is "0".
+ <description>
+ Delay in milliseconds before tooltip will be displayed.
+ Default value is "0".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24774,9 +24798,9 @@
</attribute-type>
<attribute type="showDelay"/>
<attribute-type name="showEvent" required="false">
- <description>
- Event that triggers the tooltip. Default value is
- "onmouseover".
+ <description>
+ Event that triggers the tooltip. Default value is
+ "onmouseover".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24784,9 +24808,9 @@
</attribute-type>
<attribute type="showEvent"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24794,8 +24818,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24810,9 +24834,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="verticalOffset"
required="false">
- <description>
- Sets the vertical offset between pop-up list and mouse
- pointer. Default value is "10".
+ <description>
+ Sets the vertical offset between pop-up list and mouse
+ pointer. Default value is "10".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24820,9 +24844,9 @@
</attribute-type>
<attribute type="verticalOffset"/>
<attribute-type name="zorder" required="false">
- <description>
- The same as CSS z-index for toolTip. Default value is
- "99".
+ <description>
+ The same as CSS z-index for toolTip. Default value is
+ "99".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24830,10 +24854,10 @@
</attribute-type>
<attribute type="zorder"/>
<attribute-type name="action" required="false">
- <description>MethodBinding pointing at the application action to be
invoked,
- if this UIComponent is activated by you, during the Apply
- Request Values or Invoke Application phase of the request
- processing lifecycle, depending on the value of the immediate
+ <description>MethodBinding pointing at the application action to be
invoked,
+ if this UIComponent is activated by you, during the Apply
+ Request Values or Invoke Application phase of the request
+ processing lifecycle, depending on the value of the immediate
property</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty"/>
@@ -24853,7 +24877,7 @@
</attribute-type>
<attribute type="actionListener"/>
<attribute-type name="ajaxSingle" required="false">
- <description>boolean attribute which provides possibility to limit JSF
tree processing(decoding, conversion/validation, value applying) to the component which
sends the request only.
+ <description>boolean attribute which provides possibility to limit JSF
tree processing(decoding, conversion/validation, value applying) to the component which
sends the request only.
Default value is "true"</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24861,9 +24885,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="immediate" required="false">
- <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
+ <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>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24879,9 +24903,9 @@
end-tag="required" name="tree"
start-tag="required">
<description><![CDATA[The tree component is designed for hierarchical
data presentation and is applied for building a tree structure with a drag-and-drop
capability.]]></description>
<attribute-type name="acceptCursors" required="false">
- <description>
- List of comma separated cursors that indicates when
- acceptable draggable over dropzone
+ <description>
+ List of comma separated cursors that indicates when
+ acceptable draggable over dropzone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24889,9 +24913,9 @@
</attribute-type>
<attribute type="acceptCursors"/>
<attribute-type name="acceptedTypes" required="false">
- <description>
- A list of drag zones types, which elements are accepted
- by a drop zone
+ <description>
+ A list of drag zones types, which elements are accepted
+ by a drop zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24899,14 +24923,14 @@
</attribute-type>
<attribute type="acceptedTypes"/>
<attribute-type name="adviseNodeOpened"
required="false">
- <description>
- MethodBinding pointing at a method accepting an
- org.richfaces.component.UITree with return of
- java.lang.Boolean type. If returned value is:
- java.lang.Boolean. TRUE, a particular treeNode is
- expanded; java.lang.Boolean.FALSE, a particular treeNode
- is collapsed; null, a particular treeNode saves the
- current state
+ <description>
+ MethodBinding pointing at a method accepting an
+ org.richfaces.component.UITree with return of
+ java.lang.Boolean type. If returned value is:
+ java.lang.Boolean. TRUE, a particular treeNode is
+ expanded; java.lang.Boolean.FALSE, a particular treeNode
+ is collapsed; null, a particular treeNode saves the
+ current state
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24914,14 +24938,14 @@
</attribute-type>
<attribute type="adviseNodeOpened"/>
<attribute-type name="adviseNodeSelected"
required="false">
- <description>
- MethodBinding pointing at a method accepting an
- org.richfaces.component.UITree with return of
- java.lang.Boolean type. If returned value is:
- java.lang.Boolean. TRUE, a particular treeNode is
- selected; java.lang.Boolean.FALSE, a particular treeNode
- is unselected; null, a particular treeNode saves the
- current state
+ <description>
+ MethodBinding pointing at a method accepting an
+ org.richfaces.component.UITree with return of
+ java.lang.Boolean type. If returned value is:
+ java.lang.Boolean. TRUE, a particular treeNode is
+ selected; java.lang.Boolean.FALSE, a particular treeNode
+ is unselected; null, a particular treeNode saves the
+ current state
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24929,11 +24953,11 @@
</attribute-type>
<attribute type="adviseNodeSelected"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24945,9 +24969,9 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="ajaxSubmitSelection"
required="false">
- <description>
- If "true", an Ajax request to be submit when selecting
- node. Default value is "false".
+ <description>
+ If "true", an Ajax request to be submit when selecting
+ node. Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24959,9 +24983,9 @@
</attribute-type>
<attribute type="ajaxSubmitSelection"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -24970,10 +24994,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24985,8 +25009,8 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="changeExpandListener"
required="false">
- <description>
- Listener called on expand/collapse event on the node
+ <description>
+ Listener called on expand/collapse event on the node
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -24994,9 +25018,9 @@
</attribute-type>
<attribute type="changeExpandListener"/>
<attribute-type name="componentState"
required="false">
- <description>
- It defines EL-binding for a component state for saving
- or redefinition
+ <description>
+ It defines EL-binding for a component state for saving
+ or redefinition
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25004,8 +25028,8 @@
</attribute-type>
<attribute type="componentState"/>
<attribute-type name="cursorTypeMapping"
required="false">
- <description>
- Mapping between drop types and acceptable cursors
+ <description>
+ Mapping between drop types and acceptable cursors
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25013,10 +25037,10 @@
</attribute-type>
<attribute type="cursorTypeMapping"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25024,9 +25048,9 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="dragIndicator" required="false">
- <description>
- Id of a component that is used as drag pointer during
- the drag operation
+ <description>
+ Id of a component that is used as drag pointer during
+ the drag operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25034,9 +25058,9 @@
</attribute-type>
<attribute type="dragIndicator"/>
<attribute-type name="dragListener" required="false">
- <description>
- MethodBinding representing an action listener method
- that will be notified after drag operation
+ <description>
+ MethodBinding representing an action listener method
+ that will be notified after drag operation
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -25047,9 +25071,9 @@
</attribute-type>
<attribute type="dragListener"/>
<attribute-type name="dragType" required="false">
- <description>
- A drag zone type that is used for zone definition, which
- elements can be accepted by a drop zone
+ <description>
+ A drag zone type that is used for zone definition, which
+ elements can be accepted by a drop zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25057,9 +25081,9 @@
</attribute-type>
<attribute type="dragType"/>
<attribute-type name="dragValue" required="false">
- <description>
- Data to be sent to the drop zone after a drop event.
- Default value is "getRowKey()".
+ <description>
+ Data to be sent to the drop zone after a drop event.
+ Default value is "getRowKey()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25067,9 +25091,9 @@
</attribute-type>
<attribute type="dragValue"/>
<attribute-type name="dropListener" required="false">
- <description>
- MethodBinding representing an action listener method
- that will be notified after drop operation
+ <description>
+ MethodBinding representing an action listener method
+ that will be notified after drop operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25077,9 +25101,9 @@
</attribute-type>
<attribute type="dropListener"/>
<attribute-type name="dropValue" required="false">
- <description>
- Data to be processed after a drop event. Default value
- is "getRowKey()".
+ <description>
+ Data to be processed after a drop event. Default value
+ is "getRowKey()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25087,11 +25111,11 @@
</attribute-type>
<attribute type="dropValue"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25099,9 +25123,9 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25109,9 +25133,9 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="grabCursors" required="false">
- <description>
- List of comma separated cursors that indicates when you
- can grab and drag an object
+ <description>
+ List of comma separated cursors that indicates when you
+ can grab and drag an object
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25119,9 +25143,9 @@
</attribute-type>
<attribute type="grabCursors"/>
<attribute-type name="grabbingCursors"
required="false">
- <description>
- List of comma separated cursors that indicates when you
- has grabbed something
+ <description>
+ List of comma separated cursors that indicates when you
+ has grabbed something
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25129,9 +25153,9 @@
</attribute-type>
<attribute type="grabbingCursors"/>
<attribute-type name="highlightedClass"
required="false">
- <description>
- Corresponds to the HTML class attribute. Applied to
- highlighted node
+ <description>
+ Corresponds to the HTML class attribute. Applied to
+ highlighted node
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25167,20 +25191,20 @@
</attribute-type>
<attribute type="iconLeaf"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25188,11 +25212,11 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="immediate" required="false">
- <description>
- A flag indicating that this component value must be
- converted and validated immediately (during an Apply
- Request Values phase), rather than waiting until a
- Process Validations phase
+ <description>
+ A flag indicating that this component value must be
+ converted and validated immediately (during an Apply
+ Request Values phase), rather than waiting until a
+ Process Validations phase
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25204,10 +25228,10 @@
</attribute-type>
<attribute type="immediate"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25226,9 +25250,9 @@
</attribute-type>
<attribute type="nodeFace"/>
<attribute-type name="nodeSelectListener"
required="false">
- <description>
- MethodBinding representing an action listener method
- that will be notified after selection of node.
+ <description>
+ MethodBinding representing an action listener method
+ that will be notified after selection of node.
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -25239,9 +25263,9 @@
</attribute-type>
<attribute type="nodeSelectListener"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25249,8 +25273,8 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25258,8 +25282,8 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncollapse" required="false">
- <description>
- HTML: script expression to invoke on node collapsing
+ <description>
+ HTML: script expression to invoke on node collapsing
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25267,9 +25291,9 @@
</attribute-type>
<attribute type="oncollapse"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25277,9 +25301,9 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25287,8 +25311,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="ondragend" required="false">
- <description>
- A JavaScript event handler called after a drag operation
+ <description>
+ A JavaScript event handler called after a drag operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25296,9 +25320,9 @@
</attribute-type>
<attribute type="ondragend"/>
<attribute-type name="ondragenter" required="false">
- <description>
- A JavaScript event handler called on enter draggable
- object to zone
+ <description>
+ A JavaScript event handler called on enter draggable
+ object to zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25306,9 +25330,9 @@
</attribute-type>
<attribute type="ondragenter"/>
<attribute-type name="ondragexit" required="false">
- <description>
- A JavaScript event handler called after a drag object
- leaves zone
+ <description>
+ A JavaScript event handler called after a drag object
+ leaves zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25316,8 +25340,8 @@
</attribute-type>
<attribute type="ondragexit"/>
<attribute-type name="ondragstart" required="false">
- <description>
- A JavaScript event handler called before drag operation
+ <description>
+ A JavaScript event handler called before drag operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25325,9 +25349,9 @@
</attribute-type>
<attribute type="ondragstart"/>
<attribute-type name="ondrop" required="false">
- <description>
- It's an event that is called when something is dropped
- on a drop zone
+ <description>
+ It's an event that is called when something is dropped
+ on a drop zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25335,9 +25359,9 @@
</attribute-type>
<attribute type="ondrop"/>
<attribute-type name="ondropend" required="false">
- <description>
- A JavaScript handler for event fired on a drop even the
- drop for a given type is not available
+ <description>
+ A JavaScript handler for event fired on a drop even the
+ drop for a given type is not available
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25345,8 +25369,8 @@
</attribute-type>
<attribute type="ondropend"/>
<attribute-type name="ondropout" required="false">
- <description>
- A JavaScript event handler called after a out operation
+ <description>
+ A JavaScript event handler called after a out operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25354,8 +25378,8 @@
</attribute-type>
<attribute type="ondropout"/>
<attribute-type name="ondropover" required="false">
- <description>
- A JavaScript event handler called after a drop operation
+ <description>
+ A JavaScript event handler called after a drop operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25363,8 +25387,8 @@
</attribute-type>
<attribute type="ondropover"/>
<attribute-type name="onexpand" required="false">
- <description>
- HTML: script expression to invoke on node expansion
+ <description>
+ HTML: script expression to invoke on node expansion
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25372,8 +25396,8 @@
</attribute-type>
<attribute type="onexpand"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25381,8 +25405,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25390,8 +25414,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25399,9 +25423,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25409,8 +25433,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25418,8 +25442,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25427,8 +25451,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25436,8 +25460,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25445,8 +25469,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onselected" required="false">
- <description>
- HTML: script expression to invoke on node selection
+ <description>
+ HTML: script expression to invoke on node selection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25454,9 +25478,9 @@
</attribute-type>
<attribute type="onselected"/>
<attribute-type name="preserveDataInRequest"
required="false">
- <description>
- If "true", data is preserved in a request. Default value
- is "true".
+ <description>
+ If "true", data is preserved in a request. Default value
+ is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25468,9 +25492,9 @@
</attribute-type>
<attribute type="preserveDataInRequest"/>
<attribute-type name="preserveModel" required="false">
- <description>
- Possible values are "state", "request", "none".
Default
- value is "request"
+ <description>
+ Possible values are "state", "request", "none".
Default
+ value is "request"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25483,12 +25507,12 @@
</attribute-type>
<attribute type="preserveModel"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25496,11 +25520,11 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25508,9 +25532,9 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rejectCursors" required="false">
- <description>
- List of comma separated cursors that indicates when
- rejectable draggable over dropzone
+ <description>
+ List of comma separated cursors that indicates when
+ rejectable draggable over dropzone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25518,8 +25542,8 @@
</attribute-type>
<attribute type="rejectCursors"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25531,12 +25555,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25544,9 +25568,9 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="rowKeyVar" required="false">
- <description>
- The attribute provides access to a row key in a Request
- scope
+ <description>
+ The attribute provides access to a row key in a Request
+ scope
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25554,9 +25578,9 @@
</attribute-type>
<attribute type="rowKeyVar"/>
<attribute-type name="selectedClass" required="false">
- <description>
- Corresponds to the HTML class attribute. Applied to
- selected node
+ <description>
+ Corresponds to the HTML class attribute. Applied to
+ selected node
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25564,8 +25588,8 @@
</attribute-type>
<attribute type="selectedClass"/>
<attribute-type name="showConnectingLines"
required="false">
- <description>
- If "true", connecting lines are show
+ <description>
+ If "true", connecting lines are show
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25577,10 +25601,10 @@
</attribute-type>
<attribute type="showConnectingLines"/>
<attribute-type name="stateAdvisor" required="false">
- <description>
- ValueBinding pointing at instance of class implementing
- org.richfaces.component.state.TreeStateAdvisor
- interface.
+ <description>
+ ValueBinding pointing at instance of class implementing
+ org.richfaces.component.state.TreeStateAdvisor
+ interface.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25588,9 +25612,9 @@
</attribute-type>
<attribute type="stateAdvisor"/>
<attribute-type name="stateVar" required="false">
- <description>
- The attribute provides access to a component state on
- the client side
+ <description>
+ The attribute provides access to a component state on
+ the client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25598,9 +25622,9 @@
</attribute-type>
<attribute type="stateVar"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25608,9 +25632,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25618,8 +25642,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25627,8 +25651,8 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="switchType" required="false">
- <description>
- Tree switch algorithm: "client", "server", "ajax"
+ <description>
+ Tree switch algorithm: "client", "server", "ajax"
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25641,10 +25665,10 @@
</attribute-type>
<attribute type="switchType"/>
<attribute-type name="timeout" required="false">
- <description>
- Response waiting time on a particular request. If a
- response is not received during this time, the request
- is aborted
+ <description>
+ Response waiting time on a particular request. If a
+ response is not received during this time, the request
+ is aborted
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25652,10 +25676,10 @@
</attribute-type>
<attribute type="timeout"/>
<attribute-type name="toggleOnClick" required="false">
- <description>
- If "false" do not toggle node state on click. If "true",
- than node will be toggles on click on ether node
- content, or node icon. Default value is "false".
+ <description>
+ If "false" do not toggle node state on click. If "true",
+ than node will be toggles on click on ether node
+ content, or node icon. Default value is "false".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25667,9 +25691,9 @@
</attribute-type>
<attribute type="toggleOnClick"/>
<attribute-type name="treeNodeVar" required="false">
- <description>
- The attribute provides access to a TreeNode instance in
- a Request scope
+ <description>
+ The attribute provides access to a TreeNode instance in
+ a Request scope
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25677,10 +25701,10 @@
</attribute-type>
<attribute type="treeNodeVar"/>
<attribute-type name="typeMapping" required="false">
- <description>
- Map between a draggable type and an indicator name on
- zone. it's defined with the pair (drag type:indicator
- name))
+ <description>
+ Map between a draggable type and an indicator name on
+ zone. it's defined with the pair (drag type:indicator
+ name))
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25688,8 +25712,8 @@
</attribute-type>
<attribute type="typeMapping"/>
<attribute-type name="value" required="false">
- <description>
- The current value for this component
+ <description>
+ The current value for this component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25697,9 +25721,9 @@
</attribute-type>
<attribute type="value"/>
<attribute-type name="var" required="false">
- <description>
- Attribute contains a name providing an access to data
- defined with value
+ <description>
+ Attribute contains a name providing an access to data
+ defined with value
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25742,7 +25766,7 @@
</attribute-type>
<attribute type="disableKeyboardNavigation"/>
<attribute-type name="oncontextmenu" required="false">
- <description>JavaScript handler to be called on right click.
+ <description>JavaScript handler to be called on right click.
Returning false prevents default browser context menu from being
displayed</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25761,9 +25785,9 @@
end-tag="required" name="treeNode"
start-tag="required">
<description><![CDATA[The treeNode component is designed for creating
sets of tree elements within a tree component.]]></description>
<attribute-type name="acceptCursors" required="false">
- <description>
- List of comma separated cursors that indicates when
- acceptable draggable over dropzone
+ <description>
+ List of comma separated cursors that indicates when
+ acceptable draggable over dropzone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25771,9 +25795,9 @@
</attribute-type>
<attribute type="acceptCursors"/>
<attribute-type name="acceptedTypes" required="false">
- <description>
- A list of drag zones types, which elements are accepted
- by a drop zone
+ <description>
+ A list of drag zones types, which elements are accepted
+ by a drop zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25781,11 +25805,11 @@
</attribute-type>
<attribute type="acceptedTypes"/>
<attribute-type name="ajaxSingle" required="false">
- <description>
- boolean attribute which provides possibility to limit
- JSF tree processing(decoding, conversion/validation,
- value applying) to the component which send the request
- only
+ <description>
+ boolean attribute which provides possibility to limit
+ JSF tree processing(decoding, conversion/validation,
+ value applying) to the component which send the request
+ only
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25797,10 +25821,10 @@
</attribute-type>
<attribute type="ajaxSingle"/>
<attribute-type name="ajaxSubmitSelection"
required="false">
- <description>
- An algorithm of AJAX request submission. Possible values
- are "inherit", "true", "false". Default value is
- "inherit".
+ <description>
+ An algorithm of AJAX request submission. Possible values
+ are "inherit", "true", "false". Default value is
+ "inherit".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25813,9 +25837,9 @@
</attribute-type>
<attribute type="ajaxSubmitSelection"/>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -25824,10 +25848,10 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="bypassUpdates" required="false">
- <description>
- If "true", after process validations phase it skips
- updates of model beans on a force render response. It
- can be used for validating components input
+ <description>
+ If "true", after process validations phase it skips
+ updates of model beans on a force render response. It
+ can be used for validating components input
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25839,8 +25863,8 @@
</attribute-type>
<attribute type="bypassUpdates"/>
<attribute-type name="changeExpandListener"
required="false">
- <description>
- Listener called on expand/collapse event on the node
+ <description>
+ Listener called on expand/collapse event on the node
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25848,8 +25872,8 @@
</attribute-type>
<attribute type="changeExpandListener"/>
<attribute-type name="cursorTypeMapping"
required="false">
- <description>
- Mapping between drop types and acceptable cursors
+ <description>
+ Mapping between drop types and acceptable cursors
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25857,10 +25881,10 @@
</attribute-type>
<attribute type="cursorTypeMapping"/>
<attribute-type name="data" required="false">
- <description>
- Serialized (on default with JSON) data passed on the
- client by a developer on AJAX request. It's accessible
- via "data.foo" syntax
+ <description>
+ Serialized (on default with JSON) data passed on the
+ client by a developer on AJAX request. It's accessible
+ via "data.foo" syntax
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25868,9 +25892,9 @@
</attribute-type>
<attribute type="data"/>
<attribute-type name="dragIndicator" required="false">
- <description>
- Id of a component that is used as drag pointer during
- the drag operation
+ <description>
+ Id of a component that is used as drag pointer during
+ the drag operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25878,9 +25902,9 @@
</attribute-type>
<attribute type="dragIndicator"/>
<attribute-type name="dragListener" required="false">
- <description>
- MethodBinding representing an action listener method
- that will be notified after drag operation
+ <description>
+ MethodBinding representing an action listener method
+ that will be notified after drag operation
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -25891,9 +25915,9 @@
</attribute-type>
<attribute type="dragListener"/>
<attribute-type name="dragType" required="false">
- <description>
- A drag zone type that is used for zone definition, which
- elements can be accepted by a drop zone
+ <description>
+ A drag zone type that is used for zone definition, which
+ elements can be accepted by a drop zone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25901,9 +25925,9 @@
</attribute-type>
<attribute type="dragType"/>
<attribute-type name="dragValue" required="false">
- <description>
- Data to be sent to the drop zone after a drop event.
- Default value is "getUITree().getDragValue()".
+ <description>
+ Data to be sent to the drop zone after a drop event.
+ Default value is "getUITree().getDragValue()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25911,9 +25935,9 @@
</attribute-type>
<attribute type="dragValue"/>
<attribute-type name="dropListener" required="false">
- <description>
- MethodBinding representing an action listener method
- that will be notified after drop operation
+ <description>
+ MethodBinding representing an action listener method
+ that will be notified after drop operation
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -25924,9 +25948,9 @@
</attribute-type>
<attribute type="dropListener"/>
<attribute-type name="dropValue" required="false">
- <description>
- Data to be processed after a drop event. Default value
- is "getUITree().getDropValue()".
+ <description>
+ Data to be processed after a drop event. Default value
+ is "getUITree().getDropValue()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25934,11 +25958,11 @@
</attribute-type>
<attribute type="dropValue"/>
<attribute-type name="eventsQueue" required="false">
- <description>
- Name of requests queue to avoid send next request before
- complete other from same event. Can be used to reduce
- number of requests of frequently events (key press,
- mouse move etc.)
+ <description>
+ Name of requests queue to avoid send next request before
+ complete other from same event. Can be used to reduce
+ number of requests of frequently events (key press,
+ mouse move etc.)
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25946,9 +25970,9 @@
</attribute-type>
<attribute type="eventsQueue"/>
<attribute-type name="focus" required="false">
- <description>
- id of element to set focus after request completed on
- client side
+ <description>
+ id of element to set focus after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25956,9 +25980,9 @@
</attribute-type>
<attribute type="focus"/>
<attribute-type name="grabCursors" required="false">
- <description>
- List of comma separated cursors that indicates when you
- can grab and drag an object
+ <description>
+ List of comma separated cursors that indicates when you
+ can grab and drag an object
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25966,9 +25990,9 @@
</attribute-type>
<attribute type="grabCursors"/>
<attribute-type name="grabbingCursors"
required="false">
- <description>
- List of comma separated cursors that indicates when you
- has grabbed something
+ <description>
+ List of comma separated cursors that indicates when you
+ has grabbed something
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -25976,9 +26000,9 @@
</attribute-type>
<attribute type="grabbingCursors"/>
<attribute-type name="highlightedClass"
required="false">
- <description>
- Corresponds to the HTML class attribute. Applied to
- highlighted node
+ <description>
+ Corresponds to the HTML class attribute. Applied to
+ highlighted node
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26014,20 +26038,20 @@
</attribute-type>
<attribute type="iconLeaf"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="ignoreDupResponses"
required="false">
- <description>
- Attribute allows to ignore an Ajax Response produced by
- a request if the newest 'similar' request is in a queue
- already. ignoreDupResponses="true" does not cancel the
- request while it is processed on the server, but just
- allows to avoid unnecessary updates on the client side
- if the response isn't actual now
+ <description>
+ Attribute allows to ignore an Ajax Response produced by
+ a request if the newest 'similar' request is in a queue
+ already. ignoreDupResponses="true" does not cancel the
+ request while it is processed on the server, but just
+ allows to avoid unnecessary updates on the client side
+ if the response isn't actual now
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26035,10 +26059,10 @@
</attribute-type>
<attribute type="ignoreDupResponses"/>
<attribute-type name="limitToList" required="false">
- <description>
- If "true", updates on client side ONLY elements from
- this 'reRender' property. If "false" (default) updates
- all rendered by ajax region components
+ <description>
+ If "true", updates on client side ONLY elements from
+ this 'reRender' property. If "false" (default) updates
+ all rendered by ajax region components
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26057,9 +26081,9 @@
</attribute-type>
<attribute type="nodeClass"/>
<attribute-type name="nodeSelectListener"
required="false">
- <description>
- MethodBinding representing an action listener method
- that will be notified after selection of node.
+ <description>
+ MethodBinding representing an action listener method
+ that will be notified after selection of node.
</description>
<proposal type="beanProperty"/>
<proposal type="beanMethodBySignature">
@@ -26070,9 +26094,9 @@
</attribute-type>
<attribute type="nodeSelectListener"/>
<attribute-type name="onbeforedomupdate"
required="false">
- <description>
- JavaScript code for call before DOM has been updated on
- client side
+ <description>
+ JavaScript code for call before DOM has been updated on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26080,8 +26104,8 @@
</attribute-type>
<attribute type="onbeforedomupdate"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26089,8 +26113,8 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="oncollapse" required="false">
- <description>
- HTML: script expression to invoke on node collapsing
+ <description>
+ HTML: script expression to invoke on node collapsing
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26098,9 +26122,9 @@
</attribute-type>
<attribute type="oncollapse"/>
<attribute-type name="oncomplete" required="false">
- <description>
- JavaScript code for call after request completed on
- client side
+ <description>
+ JavaScript code for call after request completed on
+ client side
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26108,10 +26132,10 @@
</attribute-type>
<attribute type="oncomplete"/>
<attribute-type name="oncontextmenu" required="false">
- <description>
- JavaScript handler to be called on right click.
- Returning false prevents default browser context menu
- from being displayed
+ <description>
+ JavaScript handler to be called on right click.
+ Returning false prevents default browser context menu
+ from being displayed
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26119,9 +26143,9 @@
</attribute-type>
<attribute type="oncontextmenu"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26129,9 +26153,9 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="ondragend" required="false">
- <description>
- A JavaScript event handler called after a drag
- operation. Default value is "getDefaultOndragend()".
+ <description>
+ A JavaScript event handler called after a drag
+ operation. Default value is "getDefaultOndragend()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26139,10 +26163,10 @@
</attribute-type>
<attribute type="ondragend"/>
<attribute-type name="ondragenter" required="false">
- <description>
- A JavaScript event handler called on enter draggable
- object to zone. Default value is
- "getDefaultOndragexit()".
+ <description>
+ A JavaScript event handler called on enter draggable
+ object to zone. Default value is
+ "getDefaultOndragexit()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26150,9 +26174,9 @@
</attribute-type>
<attribute type="ondragenter"/>
<attribute-type name="ondragexit" required="false">
- <description>
- A JavaScript event handler called after a drag object
- leaves zone. Default value is "getDefaultOndragexit()".
+ <description>
+ A JavaScript event handler called after a drag object
+ leaves zone. Default value is "getDefaultOndragexit()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26160,9 +26184,9 @@
</attribute-type>
<attribute type="ondragexit"/>
<attribute-type name="ondragstart" required="false">
- <description>
- A JavaScript event handler called before drag object.
- Default value is "getDefaultOndragstart()".
+ <description>
+ A JavaScript event handler called before drag object.
+ Default value is "getDefaultOndragstart()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26170,9 +26194,9 @@
</attribute-type>
<attribute type="ondragstart"/>
<attribute-type name="ondrop" required="false">
- <description>
- It's an event that is called when something is dropped
- on a drop zone. Default value is "getDefaultOndrop()".
+ <description>
+ It's an event that is called when something is dropped
+ on a drop zone. Default value is "getDefaultOndrop()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26180,10 +26204,10 @@
</attribute-type>
<attribute type="ondrop"/>
<attribute-type name="ondropend" required="false">
- <description>
- A JavaScript handler for event fired on a drop even the
- drop for a given type is not available. Default value is
- "getDefaultOndropend()".
+ <description>
+ A JavaScript handler for event fired on a drop even the
+ drop for a given type is not available. Default value is
+ "getDefaultOndropend()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26191,8 +26215,8 @@
</attribute-type>
<attribute type="ondropend"/>
<attribute-type name="ondropout" required="false">
- <description>
- A JavaScript event handler called after a out operation
+ <description>
+ A JavaScript event handler called after a out operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26200,8 +26224,8 @@
</attribute-type>
<attribute type="ondropout"/>
<attribute-type name="ondropover" required="false">
- <description>
- A JavaScript event handler called after a drop operation
+ <description>
+ A JavaScript event handler called after a drop operation
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26209,8 +26233,8 @@
</attribute-type>
<attribute type="ondropover"/>
<attribute-type name="onexpand" required="false">
- <description>
- HTML: script expression to invoke on node expansion
+ <description>
+ HTML: script expression to invoke on node expansion
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26218,8 +26242,8 @@
</attribute-type>
<attribute type="onexpand"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26227,8 +26251,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26236,8 +26260,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26245,9 +26269,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26255,8 +26279,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26264,8 +26288,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26273,8 +26297,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26282,8 +26306,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26291,8 +26315,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="onselected" required="false">
- <description>
- HTML: script expression to invoke on node selection
+ <description>
+ HTML: script expression to invoke on node selection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26300,12 +26324,12 @@
</attribute-type>
<attribute type="onselected"/>
<attribute-type name="process" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, processed at the phases 2-5 in case of
- AjaxRequest caused by this component. Can be single id,
- comma-separated list of Id's, or EL Expression with
- array or Collection
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, processed at the phases 2-5 in case of
+ AjaxRequest caused by this component. Can be single id,
+ comma-separated list of Id's, or EL Expression with
+ array or Collection
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26313,12 +26337,12 @@
</attribute-type>
<attribute type="process"/>
<attribute-type name="reRender" required="false">
- <description>
- Id['s] (in format of call UIComponent.findComponent())
- of components, rendered in case of AjaxRequest caused by
- this component. Can be single id, comma-separated list
- of Id's, or EL Expression with array or Collection.
- Default value is "getDefaultReRender()".
+ <description>
+ Id['s] (in format of call UIComponent.findComponent())
+ of components, rendered in case of AjaxRequest caused by
+ this component. Can be single id, comma-separated list
+ of Id's, or EL Expression with array or Collection.
+ Default value is "getDefaultReRender()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26326,9 +26350,9 @@
</attribute-type>
<attribute type="reRender"/>
<attribute-type name="rejectCursors" required="false">
- <description>
- List of comma separated cursors that indicates when
- rejectable draggable over dropzone
+ <description>
+ List of comma separated cursors that indicates when
+ rejectable draggable over dropzone
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26336,8 +26360,8 @@
</attribute-type>
<attribute type="rejectCursors"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26349,12 +26373,12 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="requestDelay" required="false">
- <description>
- Attribute defines the time (in ms.) that the request
- will be wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to
- the server or removed if the newest 'similar' request is
- in a queue already
+ <description>
+ Attribute defines the time (in ms.) that the request
+ will be wait in the queue before it is ready to send.
+ When the delay time is over, the request will be sent to
+ the server or removed if the newest 'similar' request is
+ in a queue already
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26362,9 +26386,9 @@
</attribute-type>
<attribute type="requestDelay"/>
<attribute-type name="selectedClass" required="false">
- <description>
- Corresponds to the HTML class attribute. Applied to
- selected node
+ <description>
+ Corresponds to the HTML class attribute. Applied to
+ selected node
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26372,9 +26396,9 @@
</attribute-type>
<attribute type="selectedClass"/>
<attribute-type name="status" required="false">
- <description>
- ID (in format of call UIComponent.findComponent()) of
- Request status component
+ <description>
+ ID (in format of call UIComponent.findComponent()) of
+ Request status component
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26382,9 +26406,9 @@
</attribute-type>
<attribute type="status"/>
<attribute-type name="timeout" required="false">
- <description>
- Gets timeout in ms. Default value is
- "getDefaultTimeout()".
+ <description>
+ Gets timeout in ms. Default value is
+ "getDefaultTimeout()".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26399,10 +26423,10 @@
</attribute-type>
<attribute type="type"/>
<attribute-type name="typeMapping" required="false">
- <description>
- Map between a draggable type and an indicator name on
- zone. it's defined with the pair (drag type:indicator
- name))
+ <description>
+ Map between a draggable type and an indicator name on
+ zone. it's defined with the pair (drag type:indicator
+ name))
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26421,9 +26445,9 @@
end-tag="required" name="treeNodesAdaptor"
start-tag="required">
<description><![CDATA[The treeNodesAdaptor provides the possibility to
define data models and create representations for them.]]></description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -26432,16 +26456,16 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="includedNode" required="false">
- <description>
- This boolean expression is used to define which elements
- are processed. Default value is "true".
+ <description>
+ This boolean expression is used to define which elements
+ are processed. Default value is "true".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26449,9 +26473,9 @@
</attribute-type>
<attribute type="includedNode"/>
<attribute-type name="nodes" required="false">
- <description>
- Defines collection to use at the other (non-top) levels
- of iteration
+ <description>
+ Defines collection to use at the other (non-top) levels
+ of iteration
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26459,8 +26483,8 @@
</attribute-type>
<attribute type="nodes"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26472,10 +26496,10 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="var" required="false">
- <description>
- A request-scope attribute via which the data object for
- the current collection element will be used when
- iterating
+ <description>
+ A request-scope attribute via which the data object for
+ the current collection element will be used when
+ iterating
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26483,15 +26507,15 @@
</attribute-type>
<attribute type="var"/>
</element-type>
- <element-type body-content="allowed" content="mixed"
+ <element-type body-content="refused" content="mixed"
end-tag="required" name="virtualEarth"
start-tag="required">
- <description>
- It presents the google map in JSF applications
+ <description>
+ It presents the google map in JSF applications
</description>
<attribute-type name="binding" required="false">
- <description>
- The attribute takes a value-binding expression for a
- component property of a backing bean
+ <description>
+ The attribute takes a value-binding expression for a
+ component property of a backing bean
</description>
<proposal type="jsfVariables"/>
<proposal type="beanProperty">
@@ -26500,9 +26524,9 @@
</attribute-type>
<attribute type="binding"/>
<attribute-type name="dashboardSize" required="false">
- <description>
- Initial map type. The possible values are
- Normal,Small,Tiny. Default value is "Normal".
+ <description>
+ Initial map type. The possible values are
+ Normal,Small,Tiny. Default value is "Normal".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26510,16 +26534,16 @@
</attribute-type>
<attribute type="dashboardSize"/>
<attribute-type name="id" required="false">
- <description>
- Every component may have a unique id that is
- automatically created if omitted
+ <description>
+ Every component may have a unique id that is
+ automatically created if omitted
</description>
</attribute-type>
<attribute type="id"/>
<attribute-type name="lat" required="false">
- <description>
- Initial latitude coordinate in degrees, as a number
- between -90 and +90. Default value is "37.9721046".
+ <description>
+ Initial latitude coordinate in degrees, as a number
+ between -90 and +90. Default value is "37.9721046".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26527,10 +26551,10 @@
</attribute-type>
<attribute type="lat"/>
<attribute-type name="lng" required="false">
- <description>
- Initial longitude coordinate in degrees, as a number
- between -180 and +180. Default value is
- "-122.04248428346".
+ <description>
+ Initial longitude coordinate in degrees, as a number
+ between -180 and +180. Default value is
+ "-122.04248428346".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26538,9 +26562,9 @@
</attribute-type>
<attribute type="lng"/>
<attribute-type name="mapStyle" required="false">
- <description>
- Navigation control size. Possible values are "Road",
- "Aerial", "Hybrid", "Birdseye". Default value is Road
+ <description>
+ Navigation control size. Possible values are "Road",
+ "Aerial", "Hybrid", "Birdseye". Default value is Road
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26548,9 +26572,9 @@
</attribute-type>
<attribute type="mapStyle"/>
<attribute-type name="onLoadMap" required="false">
- <description>
- JavaScript code invoked just after the Virtual Earth
- object is initiated.
+ <description>
+ JavaScript code invoked just after the Virtual Earth
+ object is initiated.
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26558,8 +26582,8 @@
</attribute-type>
<attribute type="onLoadMap"/>
<attribute-type name="onclick" required="false">
- <description>
- HTML: a script expression; a pointer button is clicked
+ <description>
+ HTML: a script expression; a pointer button is clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26567,9 +26591,9 @@
</attribute-type>
<attribute type="onclick"/>
<attribute-type name="ondblclick" required="false">
- <description>
- HTML: a script expression; a pointer button is
- double-clicked
+ <description>
+ HTML: a script expression; a pointer button is
+ double-clicked
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26577,8 +26601,8 @@
</attribute-type>
<attribute type="ondblclick"/>
<attribute-type name="onkeydown" required="false">
- <description>
- HTML: a script expression; a key is pressed down
+ <description>
+ HTML: a script expression; a key is pressed down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26586,8 +26610,8 @@
</attribute-type>
<attribute type="onkeydown"/>
<attribute-type name="onkeypress" required="false">
- <description>
- HTML: a script expression; a key is pressed and released
+ <description>
+ HTML: a script expression; a key is pressed and released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26595,8 +26619,8 @@
</attribute-type>
<attribute type="onkeypress"/>
<attribute-type name="onkeyup" required="false">
- <description>
- HTML: a script expression; a key is released
+ <description>
+ HTML: a script expression; a key is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26604,9 +26628,9 @@
</attribute-type>
<attribute type="onkeyup"/>
<attribute-type name="onmousedown" required="false">
- <description>
- HTML: script expression; a pointer button is pressed
- down
+ <description>
+ HTML: script expression; a pointer button is pressed
+ down
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26614,8 +26638,8 @@
</attribute-type>
<attribute type="onmousedown"/>
<attribute-type name="onmousemove" required="false">
- <description>
- HTML: a script expression; a pointer is moved within
+ <description>
+ HTML: a script expression; a pointer is moved within
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26623,8 +26647,8 @@
</attribute-type>
<attribute type="onmousemove"/>
<attribute-type name="onmouseout" required="false">
- <description>
- HTML: a script expression; a pointer is moved away
+ <description>
+ HTML: a script expression; a pointer is moved away
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26632,8 +26656,8 @@
</attribute-type>
<attribute type="onmouseout"/>
<attribute-type name="onmouseover" required="false">
- <description>
- HTML: a script expression; a pointer is moved onto
+ <description>
+ HTML: a script expression; a pointer is moved onto
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26641,8 +26665,8 @@
</attribute-type>
<attribute type="onmouseover"/>
<attribute-type name="onmouseup" required="false">
- <description>
- HTML: script expression; a pointer button is released
+ <description>
+ HTML: script expression; a pointer button is released
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26650,8 +26674,8 @@
</attribute-type>
<attribute type="onmouseup"/>
<attribute-type name="rendered" required="false">
- <description>
- If "false", this component is not rendered
+ <description>
+ If "false", this component is not rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26663,9 +26687,9 @@
</attribute-type>
<attribute type="rendered"/>
<attribute-type name="style" required="false">
- <description>
- CSS style(s) is/are to be applied when this component is
- rendered
+ <description>
+ CSS style(s) is/are to be applied when this component is
+ rendered
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26673,8 +26697,8 @@
</attribute-type>
<attribute type="style"/>
<attribute-type name="styleClass" required="false">
- <description>
- Corresponds to the HTML class attribute
+ <description>
+ Corresponds to the HTML class attribute
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26682,11 +26706,11 @@
</attribute-type>
<attribute type="styleClass"/>
<attribute-type name="var" required="false">
- <description>
- The JavaScript variable that is used to access the
- Virtual Earth API. If you have more than one Virtual
- Earth components on the same page, use individual key
- for each of them. Default value name is "map".
+ <description>
+ The JavaScript variable that is used to access the
+ Virtual Earth API. If you have more than one Virtual
+ Earth components on the same page, use individual key
+ for each of them. Default value name is "map".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26694,8 +26718,8 @@
</attribute-type>
<attribute type="var"/>
<attribute-type name="version" required="false">
- <description>
- Virtual earth version, Default value is "6".
+ <description>
+ Virtual earth version, Default value is "6".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26703,9 +26727,9 @@
</attribute-type>
<attribute type="version"/>
<attribute-type name="zoom" required="false">
- <description>
- Initial zoom level as a number between 1 and 18. Default
- value is "17".
+ <description>
+ Initial zoom level as a number between 1 and 18. Default
+ value is "17".
</description>
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
@@ -26713,4 +26737,4 @@
</attribute-type>
<attribute type="zoom"/>
</element-type>
-</schema>
+</schema>
\ No newline at end of file