Author: scabanovich
Date: 2009-08-06 10:36:42 -0400 (Thu, 06 Aug 2009)
New Revision: 16984
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/IDProposalType.java
trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Ajax4jsf.xml
trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Richfaces.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-3571
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/IDProposalType.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/IDProposalType.java 2009-08-06
13:47:49 UTC (rev 16983)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/taglib/IDProposalType.java 2009-08-06
14:36:42 UTC (rev 16984)
@@ -3,16 +3,11 @@
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
-import java.util.StringTokenizer;
import java.util.TreeSet;
-import org.eclipse.core.resources.IFile;
-import org.eclipse.core.runtime.IPath;
-import org.eclipse.core.runtime.Path;
import org.eclipse.jface.text.IDocument;
import org.eclipse.wst.sse.core.StructuredModelManager;
import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
-import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
import org.jboss.tools.common.text.TextProposal;
import org.jboss.tools.jst.web.kb.IPageContext;
@@ -23,6 +18,9 @@
import org.w3c.dom.NodeList;
public class IDProposalType extends CustomProposalType {
+ static String ID = "id"; //$NON-NLS-1$
+ static String QUOTE_1 = "'"; //$NON-NLS-1$
+ static String QUOTE_2 = "\""; //$NON-NLS-1$
Set<String> idList = new TreeSet<String>();
@Override
@@ -49,7 +47,7 @@
}
private void collectIDs(Element element) {
- String id = element.getAttribute("id");
+ String id = element.getAttribute(ID);
if(id != null && id.length() > 0) idList.add(id);
NodeList cs = element.getChildNodes();
for (int i = 0; i < cs.getLength(); i++) {
@@ -64,8 +62,8 @@
public TextProposal[] getProposals(KbQuery query) {
String v = query.getValue();
String txt = query.getText();
- if(txt.startsWith("\"")) txt = txt.substring(1);
- if(txt.endsWith("\"")) txt = txt.substring(0, txt.length() - 1);
+ if(txt.startsWith(QUOTE_1) || txt.startsWith(QUOTE_2)) txt = txt.substring(1);
+ if(txt.endsWith(QUOTE_1) || txt.endsWith(QUOTE_2)) txt = txt.substring(0, txt.length()
- 1);
int offset = v.length();
int b = v.lastIndexOf(',');
if(b < 0) b = 0; else b += 1;
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Ajax4jsf.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Ajax4jsf.xml 2009-08-06 13:47:49
UTC (rev 16983)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Ajax4jsf.xml 2009-08-06 14:36:42
UTC (rev 16984)
@@ -88,7 +88,7 @@
<proposal type="jsfVariables"/>
</attribute>
</component>
- <component closeTag="true" name="commandButton"
extended="false">
+ <component closeTag="true" name="commandButton">
<description>Renders an HTML "input" element.
&lt;br /&gt;
During Decoding: Obtains the Map from the
@@ -113,6 +113,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute 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>
@@ -368,12 +369,14 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute 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="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>If "false", this component is not
rendered</description>
@@ -403,6 +406,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>CSS style(s) is/are to be applied when this component is
rendered</description>
@@ -473,6 +477,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute 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>
@@ -587,6 +592,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="hreflang" required="false">
<description>Base language of a resource specified with the href attribute;
hreflang may only be used with href</description>
@@ -727,12 +733,14 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute 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="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rel" required="false">
<description>The relationship from the current document to the anchor specified
by this hyperlink. The value of this attribute is a space-separated list of link
types</description>
@@ -786,6 +794,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>CSS style(s) is/are to be applied when this component is
rendered</description>
@@ -858,6 +867,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="accept" required="false">
<description>This attribute specifies a comma-separated list of content types
that a server processing this form will handle correctly. User agents may use this
information to filter out non-conforming files when prompting you to select files to be
sent to the server (cf. the INPUT element when type="file")</description>
@@ -935,6 +945,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>Every component may have a unique id that is automatically created
if omitted</description>
@@ -996,12 +1007,14 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute 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="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>If "false", this component is not
rendered</description>
@@ -1025,6 +1038,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="target" required="false">
<description>This attribute specifies the name of a frame where a document is to
be opened.
@@ -1431,6 +1445,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="action" required="false">
<description>MethodBinding pointing at the application action to be invoked,
@@ -1499,6 +1514,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>Every component may have a unique id that is automatically created
if omitted</description>
@@ -1561,12 +1577,14 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute 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="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>If "false", this component is not
rendered</description>
@@ -1590,6 +1608,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute 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>
@@ -2567,6 +2586,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="timeout" required="false">
<description>Waiting time for response on a particular request. If no response
is received during this time, the request is aborted</description>
@@ -2724,6 +2744,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="action" required="false">
<description>MethodBinding pointing at the application action to be invoked,
@@ -2802,6 +2823,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>Every component may have a unique id that is automatically created
if omitted</description>
@@ -2871,12 +2893,14 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute 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="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>If "false", this component is not
rendered</description>
@@ -2893,6 +2917,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="timeout" required="false">
<description>Timeout (in ms) for request</description>
@@ -2933,6 +2958,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="action" required="false">
<description>MethodBinding pointing at the application action to be invoked,
@@ -3021,6 +3047,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>Every component may have a unique id that is automatically created
if omitted</description>
@@ -3083,12 +3110,14 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute 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="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>If "false", this component is not
rendered</description>
@@ -3105,6 +3134,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="timeout" required="false">
<description>Timeout (in ms) for request</description>
@@ -3325,6 +3355,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="forceId" required="false">
<description>If true, render the ID of the component in HTML code
@@ -3529,6 +3560,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="action" required="false">
<description>MethodBinding pointing at the application action to be invoked,
@@ -3621,6 +3653,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>Every component may have a unique id that is automatically created
if omitted</description>
@@ -3684,12 +3717,14 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute 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="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>If "false", this component is not
rendered</description>
@@ -3713,6 +3748,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="timeout" required="false">
<description>Timeout (in ms) for request</description>
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Richfaces.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Richfaces.xml 2009-08-06 13:47:49
UTC (rev 16983)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/Richfaces.xml 2009-08-06 14:36:42
UTC (rev 16984)
@@ -112,6 +112,7 @@
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
<proposal type="bundleProperty"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>
@@ -205,6 +206,7 @@
</description>
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="requestDelay" required="false">
<description>
@@ -226,6 +228,7 @@
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
<proposal type="bundleProperty"/>
+ <proposal type="id"/>
</attribute>
<attribute name="status" required="false">
<description>
@@ -235,6 +238,7 @@
<proposal type="beanProperty"/>
<proposal type="jsfVariables"/>
<proposal type="bundleProperty"/>
+ <proposal type="id"/>
</attribute>
<attribute name="summary" required="false">
<description>
@@ -1373,6 +1377,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="horizontalOffset" required="false">
<description>
@@ -1712,6 +1717,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -1723,6 +1729,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>
@@ -1867,6 +1874,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>
@@ -2026,6 +2034,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="changeExpandListener">
@@ -3383,6 +3392,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="binding" required="false">
<description>
@@ -3423,6 +3433,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>
@@ -3503,6 +3514,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="attached" required="false">
<description>
@@ -3518,6 +3530,7 @@
<param value="true"/>
<param value="false"/>
</proposal>
+ <proposal type="id"/>
</attribute>
<attribute name="binding" required="false">
<description>
@@ -4048,6 +4061,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="for" required="false">
<description>
@@ -4056,6 +4070,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="forValRef" required="false">
<description>
@@ -4287,6 +4302,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rangeStyleClass" required="false">
<description>
@@ -4307,6 +4323,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>
@@ -4359,6 +4376,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="storeResults" required="false">
<description>
@@ -4469,6 +4487,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="dataGrid">
@@ -6012,6 +6031,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component closeTag="true" name="datascroller">
@@ -6162,6 +6182,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="for" required="false">
<description>
@@ -6170,6 +6191,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="handleValue" required="false">
<description>Current handle value</description>
@@ -6397,6 +6419,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -6408,6 +6431,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="renderIfSinglePage" required="false">
<description>
@@ -6481,6 +6505,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="stepControls" required="false">
<description>
@@ -6551,6 +6576,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component closeTag="true" name="dndParam">
@@ -6618,6 +6644,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="binding" required="false">
<description>
@@ -6785,6 +6812,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="dragListener" required="false">
<description>
@@ -6834,6 +6862,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="grabCursors" required="false">
<description>
@@ -6962,6 +6991,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -6973,6 +7003,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>
@@ -7006,6 +7037,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="timeout" required="false">
<description>
@@ -7030,6 +7062,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="dropDownMenu">
@@ -7498,6 +7531,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>
@@ -7612,6 +7646,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -7623,6 +7658,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rejectCursors" required="false">
<description>
@@ -7665,6 +7701,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="timeout" required="false">
<description>
@@ -7699,6 +7736,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="editor">
@@ -8058,6 +8096,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>
@@ -8102,6 +8141,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="type" required="false">
<description>
@@ -8660,6 +8700,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="stopControlLabel" required="false">
<description>Defines a label for a stop button</description>
@@ -12503,6 +12544,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="icon" required="false">
<description>
@@ -12681,6 +12723,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -12692,6 +12735,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>
@@ -12741,6 +12785,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>
@@ -12805,6 +12850,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component closeTag="true" name="menuSeparator">
@@ -12924,6 +12970,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>
@@ -13406,6 +13453,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="modalPanel">
@@ -15862,6 +15910,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="hoverClass" required="false">
<description>
@@ -16165,6 +16214,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -16176,6 +16226,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>
@@ -16244,6 +16295,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>
@@ -16339,6 +16391,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="panelMenuItem">
@@ -16466,6 +16519,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="hoverClass" required="false">
<description>
@@ -16716,6 +16770,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -16727,6 +16782,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>
@@ -16760,6 +16816,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>
@@ -16809,6 +16866,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="pickList">
@@ -17328,6 +17386,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>
@@ -17563,6 +17622,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="progressVar" required="false">
<description>
@@ -17582,6 +17642,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRenderAfterComplete" required="false">
<description>
@@ -17590,6 +17651,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="remainClass" required="false">
<description>
@@ -17620,6 +17682,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>
@@ -17670,6 +17733,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="recursiveTreeNodesAdaptor">
@@ -18004,6 +18068,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -18015,6 +18080,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>
@@ -18144,6 +18210,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>
@@ -18203,6 +18270,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component closeTag="true" name="separator">
@@ -18499,6 +18567,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="headerClass" required="false">
<description>
@@ -18714,6 +18783,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -18725,6 +18795,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>
@@ -18758,6 +18829,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>
@@ -18822,6 +18894,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component closeTag="true" name="spacer">
@@ -19553,6 +19626,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="for" required="false">
<description>
@@ -19570,6 +19644,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="frame" required="false">
<description>
@@ -19780,6 +19855,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -19791,6 +19867,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>
@@ -19911,6 +19988,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>
@@ -20036,6 +20114,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="tab">
@@ -20144,6 +20223,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>
@@ -20418,6 +20498,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -20429,6 +20510,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>
@@ -20462,6 +20544,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>
@@ -20519,6 +20602,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="tabPanel">
@@ -21041,6 +21125,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="for" required="false">
<description>
@@ -21051,6 +21136,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="id" required="false">
<description>
@@ -21241,6 +21327,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="process" required="false">
<description>
@@ -21253,6 +21340,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rendered" required="false">
<description>
@@ -21286,6 +21374,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>
@@ -21358,6 +21447,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="togglePanel">
@@ -22226,6 +22316,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="hideDelay" required="false">
<description>
@@ -22645,6 +22736,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="dragListener" required="false">
<description>
@@ -22713,6 +22805,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="grabCursors" required="false">
<description>
@@ -23061,6 +23154,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -23072,6 +23166,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rejectCursors" required="false">
<description>
@@ -23163,6 +23258,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="style" required="false">
<description>
@@ -23296,6 +23392,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="treeNode">
@@ -23406,6 +23503,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="dragListener" required="false">
<description>
@@ -23477,6 +23575,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="grabCursors" required="false">
<description>
@@ -23797,6 +23896,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="reRender" required="false">
<description>
@@ -23809,6 +23909,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="rejectCursors" required="false">
<description>
@@ -23860,6 +23961,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
<attribute name="timeout" required="false">
<description>
@@ -23891,6 +23993,7 @@
<proposal type="beanProperty"/>
<proposal type="bundleProperty"/>
<proposal type="jsfVariables"/>
+ <proposal type="id"/>
</attribute>
</component>
<component name="treeNodesAdaptor">