Author: max.andersen(a)jboss.com
Date: 2007-07-25 14:48:08 -0400 (Wed, 25 Jul 2007)
New Revision: 2661
Removed:
trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixShared.xml
trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebGrid.xml
trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebInput.xml
trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebMenu.xml
trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebTree.xml
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.otrix/
Modified:
trunk/common/plugins/org.jboss.tools.common.kb/plugin.xml
trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml
trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/plugin.xml
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/src/org/jboss/tools/jsf/vpe/tomahawk/TomahawkPlugin.java
trunk/tests/tests/org.jboss.tools.test/src/org/jboss/tools/tests/PlugInLoadTest.java
Log:
remove obsolete otrix code. JBIDE-601
Modified: trunk/common/plugins/org.jboss.tools.common.kb/plugin.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.kb/plugin.xml 2007-07-25 18:27:27 UTC (rev
2660)
+++ trunk/common/plugins/org.jboss.tools.common.kb/plugin.xml 2007-07-25 18:48:08 UTC (rev
2661)
@@ -67,34 +67,9 @@
schemaLocation="schemas/tld/MyFacesTomahawk.xml"
uri="http://myfaces.apache.org/tomahawk"/>
+
<tld
jsf="true"
- name="Otrix Shared"
- schemaLocation="schemas/tld/OtrixShared.xml"
-
uri="http://www.otrix.com/faces/shared"/>
- <tld
- jsf="true"
- name="Otrix Web Grid"
- schemaLocation="schemas/tld/OtrixWebGrid.xml"
-
uri="http://www.otrix.com/faces/webgrid"/>
- <tld
- jsf="true"
- name="Otrix Web Input"
- schemaLocation="schemas/tld/OtrixWebInput.xml"
-
uri="http://www.otrix.com/faces/webinput"/>
- <tld
- jsf="true"
- name="Otrix Web Menu"
- schemaLocation="schemas/tld/OtrixWebMenu.xml"
-
uri="http://www.otrix.com/faces/webmenu"/>
- <tld
- jsf="true"
- name="Otrix Web Tree"
- schemaLocation="schemas/tld/OtrixWebTree.xml"
-
uri="http://www.otrix.com/faces/webtree"/>
-
- <tld
- jsf="true"
name="Shale Core"
schemaLocation="schemas/tld/ShaleCore.xml"
uri="http://struts.apache.org/shale/core"/>
Deleted: trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixShared.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixShared.xml 2007-07-25
18:27:27 UTC (rev 2660)
+++ trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixShared.xml 2007-07-25
18:48:08 UTC (rev 2661)
@@ -1,513 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Schema prefix="os"
uri="http://www.otrix.com/faces/shared">
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="hoverStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="pager" startTag="required">
- <description/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="displayFirstLastPage"
required="false">
- <description>Sets the a flag indicating whether the 'first
page' and 'last page' links are displayed or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="displayFirstLastPage"/>
- <AttributeType name="displayPageIndexes"
required="false">
- <description>Sets the a flag indicating whether page indexes are
displayed or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="displayPageIndexes"/>
- <AttributeType name="displayPreviousNextPage"
required="false">
- <description>Sets the a flag indicating whether the 'previous
page' and next page' links are displayed or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="displayPreviousNextPage"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="maxPageIndexes" required="false">
- <description>Sets the maximum number of page indexes to
display</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="maxPageIndexes"/>
- <AttributeType name="pageIndexHoverStyle"
required="false">
- <description>Sets the hover style of links</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="pageIndexHoverStyle"/>
- <AttributeType name="pageIndexHoverStyleClass"
required="false">
- <description>Sets the name of the css class applied to a page index
when the mouse cursor is over it</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="pageIndexHoverStyleClass"/>
- <AttributeType name="pageIndexSelectedStyle"
required="false">
- <description>Sets the selected style of links</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="pageIndexSelectedStyle"/>
- <AttributeType name="pageIndexSelectedStyleClass"
required="false">
- <description>Sets the name of the css class applied to a selected page
index</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="pageIndexSelectedStyleClass"/>
- <AttributeType name="pageIndexStyle" required="false">
- <description>Sets the default style of links</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="pageIndexStyle"/>
- <AttributeType name="pageIndexStyleClass"
required="false">
- <description>Sets the name of the css class applied to page
indexes</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="pageIndexStyleClass"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- <AttributeType name="style" required="false">
- <description>Sets the default style</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="style"/>
- <AttributeType name="styleClass" required="false">
- <description>Sets the name of the css class applied to the
pager</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="styleClass"/>
- <AttributeType name="theme" required="false">
- <description>Sets the preset look and feel applied to the component
(Google, VCR)</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="Google"/>
- <param value="VCR"/>
- </proposal>
- </AttributeType>
- <attribute type="theme"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="selectedStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="style" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
-</Schema>
\ No newline at end of file
Deleted: trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebGrid.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebGrid.xml 2007-07-25
18:27:27 UTC (rev 2660)
+++ trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebGrid.xml 2007-07-25
18:48:08 UTC (rev 2661)
@@ -1,276 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Schema prefix="owg"
uri="http://www.otrix.com/faces/webgrid">
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="column" startTag="required">
- <description/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- <AttributeType name="sortBy" required="false">
- <description>Sets the name of the field to sort on</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="sortBy"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="gridView" startTag="required">
- <description/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="bottomPagerEnabled"
required="false">
- <description>Sets the boolean indicating whether the bottom pager is
enabled or not</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="bottomPagerEnabled"/>
- <AttributeType name="columnFooterStyle"
required="false">
- <description>Sets the default Style applied to columns'
footer</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="columnFooterStyle"/>
- <AttributeType name="columnFooterStyleClass"
required="false">
- <description>Sets the name of the css class applied to columns'
footer</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="columnFooterStyleClass"/>
- <AttributeType name="columnHeaderStyle"
required="false">
- <description>Sets the default Style applied to columns'
header</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="columnHeaderStyle"/>
- <AttributeType name="columnHeaderStyleClass"
required="false">
- <description>Sets the name of the css class applied to columns'
header</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="columnHeaderStyleClass"/>
- <AttributeType name="columnStyle" required="false">
- <description>Sets the default Style applied to
columns</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="columnStyle"/>
- <AttributeType name="columnStyleClass"
required="false">
- <description>Sets the name of the css class applied to
columns</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="columnStyleClass"/>
- <AttributeType name="customPagingEnabled"
required="false">
- <description>Sets the flag indicating whether custom paging is enabled
or not</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="customPagingEnabled"/>
- <AttributeType name="customSortingEnabled"
required="false">
- <description>Sets the flag indicating whether custom sorting is enabled
or not</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="customSortingEnabled"/>
- <AttributeType name="dataKeyName" required="false">
- <description>Sets the name of the field(s) that uniquely identify each
record in the data source (use semi-colons to specify a composite primary
key).</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dataKeyName"/>
- <AttributeType name="dataSource" required="false">
- <description>Sets the data source this component is bound
to</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dataSource"/>
- <AttributeType name="footerStyle" required="false">
- <description>Sets the default Style applied to the grid
footer</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="footerStyle"/>
- <AttributeType name="footerStyleClass"
required="false">
- <description>Sets the name of the css class applied to the grid
footer</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="footerStyleClass"/>
- <AttributeType name="headerStyle" required="false">
- <description>Sets the default Style applied to the grid
header</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="headerStyle"/>
- <AttributeType name="headerStyleClass"
required="false">
- <description>Sets the name of the css class applied to the grid
header</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="headerStyleClass"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="itemCount" required="false">
- <description>Sets the total number of items contained in the underlying
dataModel (used when customPagingEnabled is set to true)</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="itemCount"/>
- <AttributeType name="pageChangeListener"
required="false">
- <description>Sets the MethodBinding representing a pageChangeListener
method that is notified of PageChangeEvent</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="pageChangeListener"/>
- <AttributeType name="pageSize" required="false">
- <description>Sets the number of items to display on each page (0 means
all items).</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="pageSize"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- <AttributeType name="rowAlternateStyle"
required="false">
- <description>Sets the default Style applied to alternate
rows</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="rowAlternateStyle"/>
- <AttributeType name="rowAlternateStyleClass"
required="false">
- <description>Sets the name of the css class applied to alternate
rows</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="rowAlternateStyleClass"/>
- <AttributeType name="rowStyle" required="false">
- <description>Sets the default Style applied to
rows</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="rowStyle"/>
- <AttributeType name="rowStyleClass" required="false">
- <description>Sets the name of the css class applied to
rows</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="rowStyleClass"/>
- <AttributeType name="style" required="false">
- <description>Sets the default Style applied to the
menu</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="style"/>
- <AttributeType name="styleClass" required="false">
- <description>Sets the name of the css class applied to the
menu</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="styleClass"/>
- <AttributeType name="theme" required="false">
- <description>Sets the preset look and feel applied to the component
(Classic, None, OfficeXp, WinXp)</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="Classic"/>
- <param value="None"/>
- <param value="OfficeXp"/>
- <param value="WinXp"/>
- </proposal>
- </AttributeType>
- <attribute type="theme"/>
- <AttributeType name="topPagerEnabled"
required="false">
- <description>Sets the boolean indicating whether the top pager is
enabled or not</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="topPagerEnabled"/>
- <AttributeType name="viewType" required="false">
- <description>Sets the Specify how the list of items will be displayed
to the user. Valid values (Grid, Thumbnail, Card)</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="Grid"/>
- <param value="Thumbnail"/>
- <param value="Card"/>
- </proposal>
- </AttributeType>
- <attribute type="viewType"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="rowItem" startTag="required">
- <description/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- </ElementType>
-</Schema>
\ No newline at end of file
Deleted: trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebInput.xml
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebInput.xml 2007-07-25
18:27:27 UTC (rev 2660)
+++
trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebInput.xml 2007-07-25
18:48:08 UTC (rev 2661)
@@ -1,365 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Schema prefix="owi"
uri="http://www.otrix.com/faces/webinput">
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="dateChooser" startTag="required">
- <description/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="converter" required="false">
- <description>Sets the Converter instance registered with this
component. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="converter"/>
- <AttributeType name="dayHeaderFormat"
required="false">
- <description>Sets the specify how week days are displayed (Short,
Medium, Long)</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="Short"/>
- <param value="Medium"/>
- <param value="Long"/>
- </proposal>
- </AttributeType>
- <attribute type="dayHeaderFormat"/>
- <AttributeType name="dayHoverStyle" required="false">
- <description>Sets the Style applied to a date when the mouse cursor is
over it</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dayHoverStyle"/>
- <AttributeType name="dayHoverStyleClass"
required="false">
- <description>Sets the name of the css class applied to a date when the
mouse cursor is over it</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dayHoverStyleClass"/>
- <AttributeType name="daySelectedStyle"
required="false">
- <description>Sets the Style applied to a selected
date</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="daySelectedStyle"/>
- <AttributeType name="daySelectedStyleClass"
required="false">
- <description>Sets the name of the css class applied to a selected
date</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="daySelectedStyleClass"/>
- <AttributeType name="dayStyle" required="false">
- <description>Sets the default Style applied to
dates</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dayStyle"/>
- <AttributeType name="dayStyleClass" required="false">
- <description>Sets the name of the css class applied to
dates</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dayStyleClass"/>
- <AttributeType name="editMask" required="false">
- <description>Sets the mask used to edit/display the current date. The
syntax of the pattern is identical to the one used by the class
SimpleDateFormat.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="editMask"/>
- <AttributeType name="firstDayOfWeek" required="false">
- <description>Sets the specify which day starts the week (1: Sunday, 2:
Monday, etc)</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="1"/>
- <param value="2"/>
- <param value="3"/>
- <param value="4"/>
- <param value="5"/>
- <param value="6"/>
- <param value="7"/>
- </proposal>
- </AttributeType>
- <attribute type="firstDayOfWeek"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="immediate" required="false">
- <description>Sets the flag indicating that, if this component is
activated by the user, notifications should be delivered to interested listeners and
actions immediately (that is, during Apply Request Values phase) rather than waiting until
Invoke Application phase</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="immediate"/>
- <AttributeType name="popupStyle" required="false">
- <description>Sets the default Style applied to the popup
calendar</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="popupStyle"/>
- <AttributeType name="popupStyleClass"
required="false">
- <description>Sets the name of the css class applied to the popup
calendar</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="popupStyleClass"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="rendered"/>
- <AttributeType name="required" required="false">
- <description>Sets the Flag indicating that the user is required to
provide a submitted value for this input component.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="required"/>
- <AttributeType name="showDayHeader" required="false">
- <description>Sets the flag indicating wether the day header section is
displayed or not</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="showDayHeader"/>
- <AttributeType name="showHeader" required="false">
- <description>Sets the flag indicating wether the header section is
displayed or not</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="showHeader"/>
- <AttributeType name="style" required="false">
- <description>Sets the default Style applied to the
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="style"/>
- <AttributeType name="styleClass" required="false">
- <description>Sets the name of the css class applied to this
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="styleClass"/>
- <AttributeType name="theme" required="false">
- <description>Sets the preset look and feel applied to the component
(Classic, Winxp)</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="Classic"/>
- <param value="Winxp"/>
- </proposal>
- </AttributeType>
- <attribute type="theme"/>
- <AttributeType name="validator" required="false">
- <description>Sets the MethodBinding representing a validator method
that will be called during Process Validations to perform correctness checks on the value
of this component.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="validator"/>
- <AttributeType name="value" required="false">
- <description>Sets the The current value of this
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="value"/>
- <AttributeType name="valueChangeListener"
required="false">
- <description>Sets the MethodBinding representing a value change
listener method that will be notified when a new value has been set for this input
component. The expression must evaluate to a public method that takes a ValueChangeEvent
parameter, with a return type of void.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="valueChangeListener"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="inputEmail" startTag="required">
- <description/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="converter" required="false">
- <description>Sets the Converter instance registered with this
component. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="converter"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="immediate" required="false">
- <description>Sets the flag indicating that, if this component is
activated by the user, notifications should be delivered to interested listeners and
actions immediately (that is, during Apply Request Values phase) rather than waiting until
Invoke Application phase</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="immediate"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- <AttributeType name="required" required="false">
- <description>Sets the Flag indicating that the user is required to
provide a submitted value for this input component.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="required"/>
- <AttributeType name="style" required="false">
- <description>Sets the default Style applied to the
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="style"/>
- <AttributeType name="styleClass" required="false">
- <description>Sets the name of the css class applied to this
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="styleClass"/>
- <AttributeType name="validator" required="false">
- <description>Sets the MethodBinding representing a validator method
that will be called during Process Validations to perform correctness checks on the value
of this component.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="validator"/>
- <AttributeType name="value" required="false">
- <description>Sets the The current value of this
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="value"/>
- <AttributeType name="valueChangeListener"
required="false">
- <description>Sets the MethodBinding representing a value change
listener method that will be notified when a new value has been set for this input
component. The expression must evaluate to a public method that takes a ValueChangeEvent
parameter, with a return type of void.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="valueChangeListener"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="inputRegularExpression" startTag="required">
- <description/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="converter" required="false">
- <description>Sets the Converter instance registered with this
component. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="converter"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="immediate" required="false">
- <description>Sets the flag indicating that, if this component is
activated by the user, notifications should be delivered to interested listeners and
actions immediately (that is, during Apply Request Values phase) rather than waiting until
Invoke Application phase</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="immediate"/>
- <AttributeType name="maxLength" required="false">
- <description>Sets the the max length that is allowed for this
field</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="maxLength"/>
- <AttributeType name="minLength" required="false">
- <description>Sets the the min length that is allowed for this
field</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="minLength"/>
- <AttributeType name="regularExpression"
required="false">
- <description>Sets the the regular expression that the value of this
component must match</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="regularExpression"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- <AttributeType name="required" required="false">
- <description>Sets the Flag indicating that the user is required to
provide a submitted value for this input component.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="required"/>
- <AttributeType name="style" required="false">
- <description>Sets the default Style applied to the
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="style"/>
- <AttributeType name="styleClass" required="false">
- <description>Sets the name of the css class applied to this
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="styleClass"/>
- <AttributeType name="validator" required="false">
- <description>Sets the MethodBinding representing a validator method
that will be called during Process Validations to perform correctness checks on the value
of this component.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="validator"/>
- <AttributeType name="value" required="false">
- <description>Sets the The current value of this
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="value"/>
- <AttributeType name="valueChangeListener"
required="false">
- <description>Sets the MethodBinding representing a value change
listener method that will be notified when a new value has been set for this input
component. The expression must evaluate to a public method that takes a ValueChangeEvent
parameter, with a return type of void.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="valueChangeListener"/>
- </ElementType>
-</Schema>
\ No newline at end of file
Deleted: trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebMenu.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebMenu.xml 2007-07-25
18:27:27 UTC (rev 2660)
+++ trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebMenu.xml 2007-07-25
18:48:08 UTC (rev 2661)
@@ -1,1139 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Schema prefix="owm"
uri="http://www.otrix.com/faces/webmenu">
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="itemHoverStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="itemStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="menuBarItemHoverStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="menuBarItemStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="menuBarStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="menuItemCheckmark" startTag="required">
- <description/>
- <AttributeType name="action" required="false">
- <description>Sets the MethodBinding representing the application action
to invoke when this component is activated by the user. The expression must evaluate to a
public method that takes no parameters, and returns a String (the logical outcome) which
is passed to the NavigationHandler for this application</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="action"/>
- <AttributeType name="actionListener" required="false">
- <description>Sets the MethodBinding representing an action listener
method that will be notified when this component is activated by the user. The expression
must evaluate to a public method that takes an ActionEvent parameter, with a return type
of void</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="actionListener"/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="checked" required="false">
- <description>Sets the flag indicating whether the menu item is
checked</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="checked"/>
- <AttributeType name="converter" required="false">
- <description>Sets the Converter instance registered with this
component. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="converter"/>
- <AttributeType name="dataKeyName" required="false">
- <description>Sets the name of the field(s) that uniquely identify each
record in the data source (use semi-colons to specify a composite primary
key).</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dataKeyName"/>
- <AttributeType name="dataSource" required="false">
- <description>Sets the data source this component is bound
to</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dataSource"/>
- <AttributeType name="disabled" required="false">
- <description>Sets the flag indicating whether the component is disabled
or not</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="disabled"/>
- <AttributeType name="groupName" required="false">
- <description>Sets the name of the group this item belongs
to</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="groupName"/>
- <AttributeType name="hoverIcon" required="false">
- <description>Sets the url of the icon which is displayed whenever the
mouse is moving over the item</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="file">
- <param name="extensions" value="%image%"/>
- </proposal>
- </AttributeType>
- <attribute type="hoverIcon"/>
- <AttributeType name="hoverStyle" required="false">
- <description>Sets the hover style</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="hoverStyle"/>
- <AttributeType name="hoverStyleClass"
required="false">
- <description>Sets the name of the css class applied to the component
when the mouse cursor is over it</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="hoverStyleClass"/>
- <AttributeType name="href" required="false">
- <description>Sets the href (url) to navigate to whenever the node is
clicked-on. If both action and href are specified, href is used</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="href"/>
- <AttributeType name="icon" required="false">
- <description>Sets the url of the default icon displayed next to the
menu item</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="file">
- <param name="extensions" value="%image%"/>
- </proposal>
- </AttributeType>
- <attribute type="icon"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="immediate" required="false">
- <description>Sets the flag indicating that, if this component is
activated by the user, notifications should be delivered to interested listeners and
actions immediately (that is, during Apply Request Values phase) rather than waiting until
Invoke Application phase</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="immediate"/>
- <AttributeType name="radioButton" required="false">
- <description>Sets the flag indicating whether the menu item behaves as
a radio button</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="radioButton"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- <AttributeType name="shortcut" required="false">
- <description>Sets the shortcut key associated with the menu
item.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="shortcut"/>
- <AttributeType name="style" required="false">
- <description>Sets the Style applied to the
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="style"/>
- <AttributeType name="styleClass" required="false">
- <description>Sets the name of the css class applied to the
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="styleClass"/>
- <AttributeType name="target" required="false">
- <description>Sets the Returns the target component where the resource
retrieved via this command is to be displayed</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="target"/>
- <AttributeType name="tooltip" required="false">
- <description>Sets the tooltip that is displayed whenever the mouse
cursor is moving over the item</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="tooltip"/>
- <AttributeType name="value" required="false">
- <description>Sets the The current value of this
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="value"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="menuItemSeparator" startTag="required">
- <description/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="menuItem" startTag="required">
- <description/>
- <AttributeType name="action" required="false">
- <description>Sets the MethodBinding representing the application action
to invoke when this component is activated by the user. The expression must evaluate to a
public method that takes no parameters, and returns a String (the logical outcome) which
is passed to the NavigationHandler for this application</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="action"/>
- <AttributeType name="actionListener" required="false">
- <description>Sets the MethodBinding representing an action listener
method that will be notified when this component is activated by the user. The expression
must evaluate to a public method that takes an ActionEvent parameter, with a return type
of void</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="actionListener"/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="converter" required="false">
- <description>Sets the Converter instance registered with this
component. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="converter"/>
- <AttributeType name="dataKeyName" required="false">
- <description>Sets the name of the field(s) that uniquely identify each
record in the data source (use semi-colons to specify a composite primary
key).</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dataKeyName"/>
- <AttributeType name="dataSource" required="false">
- <description>Sets the data source this component is bound
to</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dataSource"/>
- <AttributeType name="disabled" required="false">
- <description>Sets the flag indicating whether the component is disabled
or not</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="disabled"/>
- <AttributeType name="hoverIcon" required="false">
- <description>Sets the url of the icon which is displayed whenever the
mouse is moving over the item</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="file">
- <param name="extensions" value="%image%"/>
- </proposal>
- </AttributeType>
- <attribute type="hoverIcon"/>
- <AttributeType name="hoverStyle" required="false">
- <description>Sets the hover style</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="hoverStyle"/>
- <AttributeType name="hoverStyleClass"
required="false">
- <description>Sets the name of the css class applied to the component
when the mouse cursor is over it</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="hoverStyleClass"/>
- <AttributeType name="href" required="false">
- <description>Sets the href (url) to navigate to whenever the node is
clicked-on. If both action and href are specified, href is used</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="href"/>
- <AttributeType name="icon" required="false">
- <description>Sets the url of the default icon displayed next to the
menu item</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="file">
- <param name="extensions" value="%image%"/>
- </proposal>
- </AttributeType>
- <attribute type="icon"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="immediate" required="false">
- <description>Sets the flag indicating that, if this component is
activated by the user, notifications should be delivered to interested listeners and
actions immediately (that is, during Apply Request Values phase) rather than waiting until
Invoke Application phase</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="immediate"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- <AttributeType name="shortcut" required="false">
- <description>Sets the shortcut key associated with the menu
item.</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="shortcut"/>
- <AttributeType name="style" required="false">
- <description>Sets the Style applied to the
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="style"/>
- <AttributeType name="styleClass" required="false">
- <description>Sets the name of the css class applied to the
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="styleClass"/>
- <AttributeType name="tooltip" required="false">
- <description>Sets the tooltip that is displayed whenever the mouse
cursor is moving over the item</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="tooltip"/>
- <AttributeType name="value" required="false">
- <description>Sets the The current value of this
component</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="value"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="menu" startTag="required">
- <description/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="dataKeyName" required="false">
- <description>Sets the name of the field(s) that uniquely identify each
record in the data source (use semi-colons to specify a composite primary
key).</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dataKeyName"/>
- <AttributeType name="dataSource" required="false">
- <description>Sets the data source this component is bound
to</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="dataSource"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="itemHoverStyle" required="false">
- <description>Sets the Style applied to a menu item when the mouse
cursor is over it</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="itemHoverStyle"/>
- <AttributeType name="itemHoverStyleClass"
required="false">
- <description>Sets the name of the css class applied to a menu item when
the mouse cursor is over it</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="itemHoverStyleClass"/>
- <AttributeType name="itemStyle" required="false">
- <description>Sets the default Style applied to children menu
items</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="itemStyle"/>
- <AttributeType name="itemStyleClass" required="false">
- <description>Sets the name of the css class applied to children menu
items</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="itemStyleClass"/>
- <AttributeType name="menuBarItemHoverStyle"
required="false">
- <description>Sets the Style applied to a menu bar item (nested inside a
menu bar) when the mouse cursor is over it</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="menuBarItemHoverStyle"/>
- <AttributeType name="menuBarItemHoverStyleClass"
required="false">
- <description>Sets the name of the css class applied to a menu bar item
(nested inside a menu bar) when the mouse cursor is over it</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="menuBarItemHoverStyleClass"/>
- <AttributeType name="menuBarItemStyle"
required="false">
- <description>Sets the Style applied to menu items nested inside the
menu bar</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="menuBarItemStyle"/>
- <AttributeType name="menuBarItemStyleClass"
required="false">
- <description>Sets the name of the css class applied to menu items
nested inside the menu bar</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="menuBarItemStyleClass"/>
- <AttributeType name="menuBarStyle" required="false">
- <description>Sets the Style applied to the menu bar (top horizontal
menu)</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="menuBarStyle"/>
- <AttributeType name="menuBarStyleClass"
required="false">
- <description>Sets the name of the css class applied to the menu bar
(top horizontal menu)</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="menuBarStyleClass"/>
- <AttributeType name="orientation" required="false">
- <description>Sets the orientation of the menu (Horizontal,
Vertical)</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="Horizontal"/>
- <param value="Vertical"/>
- </proposal>
- </AttributeType>
- <attribute type="orientation"/>
- <AttributeType name="popup" required="false">
- <description>Sets the flag indicating whether the menu is a popup
menu</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="popup"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- <AttributeType name="style" required="false">
- <description>Sets the default Style applied to the
menu</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="style"/>
- <AttributeType name="styleClass" required="false">
- <description>Sets the name of the css class applied to the
menu</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="styleClass"/>
- <AttributeType name="theme" required="false">
- <description>Sets the preset look and feel applied to the component
(Classic, None, OfficeXp, WinXp)</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- <proposal type="enumeration">
- <param value="Classic"/>
- <param value="None"/>
- <param value="OfficeXp"/>
- <param value="WinXp"/>
- </proposal>
- </AttributeType>
- <attribute type="theme"/>
- <AttributeType name="xpPanelColor" required="false">
- <description>Sets the color used to display the xp panel (located on
the left side of the menu)</description>
- <proposal type="jsfVariables"/>
- <proposal type="beanProperty"/>
- </AttributeType>
- <attribute type="xpPanelColor"/>
- </ElementType>
-</Schema>
\ No newline at end of file
Deleted: trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebTree.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebTree.xml 2007-07-25
18:27:27 UTC (rev 2660)
+++ trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/OtrixWebTree.xml 2007-07-25
18:48:08 UTC (rev 2661)
@@ -1,1197 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Schema prefix="owt"
uri="http://www.otrix.com/faces/webtree">
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="hoverStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="nodeHoverStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="nodeSelectedStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="nodeStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="selectedStyle" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="style" startTag="required">
- <description/>
- <AttributeType name="backgroundColor"
required="false">
- <description>Sets the background color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="backgroundColor"/>
- <AttributeType name="borderColor" required="false">
- <description>Sets the border color</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderColor"/>
- <AttributeType name="borderStyle" required="false">
- <description>Sets the border style</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderStyle"/>
- <AttributeType name="borderWidth" required="false">
- <description>Sets the border width</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="borderWidth"/>
- <AttributeType name="color" required="false">
- <description>Sets the color of the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="color"/>
- <AttributeType name="fontBold" required="false">
- <description>Sets the flag indicating whether the text is displayed in
bold</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontBold"/>
- <AttributeType name="fontItalic" required="false">
- <description>Sets the flag indicating whether the text is displayed in
italic</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontItalic"/>
- <AttributeType name="fontName" required="false">
- <description>Sets the name of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontName"/>
- <AttributeType name="fontOverline" required="false">
- <description>Sets the flag indicating whether a line is displayed above
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontOverline"/>
- <AttributeType name="fontSize" required="false">
- <description>Sets the size of the font</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="fontSize"/>
- <AttributeType name="fontStrikeout" required="false">
- <description>Sets the flag indicating whether a line is displayed over
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontStrikeout"/>
- <AttributeType name="fontUnderline" required="false">
- <description>Sets the flag indicating whether a line is displayed under
the text</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="fontUnderline"/>
- <AttributeType name="height" required="false">
- <description>Sets the height of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="height"/>
- <AttributeType name="left" required="false">
- <description>Sets the left property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="left"/>
- <AttributeType name="textWrap" required="false">
- <description>Sets the flag indicating whether the text wraps to the
next line</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="textWrap"/>
- <AttributeType name="top" required="false">
- <description>Sets the top property</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="top"/>
- <AttributeType name="width" required="false">
- <description>Sets the width of the element</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="width"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="treeNode" startTag="required">
- <description/>
- <AttributeType name="action" required="false">
- <description>Sets the MethodBinding representing the application action
to invoke when this component is activated by the user. The expression must evaluate to a
public method that takes no parameters, and returns a String (the logical outcome) which
is passed to the NavigationHandler for this application</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="action"/>
- <AttributeType name="actionListener" required="false">
- <description>Sets the MethodBinding representing an action listener
method that will be notified when this component is activated by the user. The expression
must evaluate to a public method that takes an ActionEvent parameter, with a return type
of void</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="actionListener"/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="bottomPagerEnabled"
required="false">
- <description>Sets the boolean indicating whether the bottom pager is
enabled or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="bottomPagerEnabled"/>
- <AttributeType name="converter" required="false">
- <description>Sets the Converter instance registered with this
component. </description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="converter"/>
- <AttributeType name="customPagingEnabled"
required="false">
- <description>Sets the flag indicating whether custom paging is enabled
or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="customPagingEnabled"/>
- <AttributeType name="customSortingEnabled"
required="false">
- <description>Sets the flag indicating whether custom sorting is enabled
or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="customSortingEnabled"/>
- <AttributeType name="dataKeyName" required="false">
- <description>Sets the name of the field(s) that uniquely identify each
record in the data source (use semi-colons to specify a composite primary
key).</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="dataKeyName"/>
- <AttributeType name="dataSource" required="false">
- <description>Sets the data source this component is bound
to</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="dataSource"/>
- <AttributeType name="disabled" required="false">
- <description>Sets the flag indicating whether the component is disabled
or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="disabled"/>
- <AttributeType name="expanded" required="false">
- <description>Sets the flag indicating whether the node is expanded or
not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="expanded"/>
- <AttributeType name="expandedIcon" required="false">
- <description>Sets the url of the icon displayed next to an expanded
node.</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="file">
- <param name="extensions" value="%image%"/>
- </proposal>
- </AttributeType>
- <attribute type="expandedIcon"/>
- <AttributeType name="hoverStyle" required="false">
- <description>Sets the hover style</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="hoverStyle"/>
- <AttributeType name="hoverStyleClass"
required="false">
- <description>Sets the name of the css class applied to the component
when the mouse cursor is over it</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="hoverStyleClass"/>
- <AttributeType name="href" required="false">
- <description>Sets the href (url) to navigate to whenever the node is
clicked-on. If both action and href are specified, href is used</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="href"/>
- <AttributeType name="icon" required="false">
- <description>Sets the url of the default icon to
display</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="file">
- <param name="extensions" value="%image%"/>
- </proposal>
- </AttributeType>
- <attribute type="icon"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="immediate" required="false">
- <description>Sets the flag indicating that, if this component is
activated by the user, notifications should be delivered to interested listeners and
actions immediately (that is, during Apply Request Values phase) rather than waiting until
Invoke Application phase</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="immediate"/>
- <AttributeType name="itemCount" required="false">
- <description>Sets the total number of items contained in the underlying
dataModel (used when customPagingEnabled is set to true)</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="itemCount"/>
- <AttributeType name="pageChangeListener"
required="false">
- <description>Sets the MethodBinding representing a pageChangeListener
method that is notified of PageChangeEvent</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="pageChangeListener"/>
- <AttributeType name="pageSize" required="false">
- <description>Sets the number of items to display on each page (0 means
all items).</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="pageSize"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- <AttributeType name="selected" required="false">
- <description>Sets the flag indicating whether the node is selected or
not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="selected"/>
- <AttributeType name="selectedStyle" required="false">
- <description>Sets the Style applied to this node whenever
selected</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="selectedStyle"/>
- <AttributeType name="selectedStyleClass"
required="false">
- <description>Sets the name of the css class applied to this node
whenever selected</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="selectedStyleClass"/>
- <AttributeType name="style" required="false">
- <description>Sets the Style applied to the
component</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="style"/>
- <AttributeType name="styleClass" required="false">
- <description>Sets the name of the css class applied to the
component</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="styleClass"/>
- <AttributeType name="tooltip" required="false">
- <description>Sets the tooltip that is displayed whenever the mouse
cursor is moving over the item</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="tooltip"/>
- <AttributeType name="topPagerEnabled"
required="false">
- <description>Sets the boolean indicating whether the top pager is
enabled or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="topPagerEnabled"/>
- <AttributeType name="value" required="false">
- <description>Sets the The current value of this
component</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="value"/>
- </ElementType>
- <ElementType bodyContent="allowed" content="mixed"
endTag="required"
- name="treeView" startTag="required">
- <description/>
- <AttributeType name="binding" required="false">
- <description>Sets the The value binding expression linking this
component to a property in a backing bean </description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="binding"/>
- <AttributeType name="bottomPagerEnabled"
required="false">
- <description>Sets the boolean indicating whether the bottom pager is
enabled or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="bottomPagerEnabled"/>
- <AttributeType name="customPagingEnabled"
required="false">
- <description>Sets the flag indicating whether custom paging is enabled
or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="customPagingEnabled"/>
- <AttributeType name="customSortingEnabled"
required="false">
- <description>Sets the flag indicating whether custom sorting is enabled
or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="customSortingEnabled"/>
- <AttributeType name="dataKeyName" required="false">
- <description>Sets the name of the field(s) that uniquely identify each
record in the data source (use semi-colons to specify a composite primary
key).</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="dataKeyName"/>
- <AttributeType name="dataSource" required="false">
- <description>Sets the data source this component is bound
to</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="dataSource"/>
- <AttributeType name="expandedIcon" required="false">
- <description>Sets the url of the icon displayed next to an expanded
node. This value applies to all nodes and can also be overriden on a node
basis</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="expandedIcon"/>
- <AttributeType name="icon" required="false">
- <description>Sets the url of the default icon displayed next to a node.
This value applies to all children nodes and can also be overriden on a node
basis</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="file">
- <param name="extensions" value="%image%"/>
- </proposal>
- </AttributeType>
- <attribute type="icon"/>
- <AttributeType name="id" required="false">
- <description>Sets the The component identifier for this component. This
value must be unique within the closest parent component that is a naming container.
</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="id"/>
- <AttributeType name="itemCount" required="false">
- <description>Sets the total number of items contained in the underlying
dataModel (used when customPagingEnabled is set to true)</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="itemCount"/>
- <AttributeType name="minusIcon" required="false">
- <description>Sets the url of the icon that indicates that a node can be
collapsed. This value applies to all children nodes and can also be overriden on a node
basis</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="file">
- <param name="extensions" value="%image%"/>
- </proposal>
- </AttributeType>
- <attribute type="minusIcon"/>
- <AttributeType name="nodeHoverStyle" required="false">
- <description>Sets the Style applied to a tree node when the mouse
cursor is over it</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="nodeHoverStyle"/>
- <AttributeType name="nodeHoverStyleClass"
required="false">
- <description>Sets the name of the css class applied to a tree node when
the mouse cursor is over it</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="nodeHoverStyleClass"/>
- <AttributeType name="nodeSelectedStyle"
required="false">
- <description>Sets the Style applied to selected tree
nodes</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="nodeSelectedStyle"/>
- <AttributeType name="nodeSelectedStyleClass"
required="false">
- <description>Sets the name of the css class applied to selected tree
nodes</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="nodeSelectedStyleClass"/>
- <AttributeType name="nodeStyle" required="false">
- <description>Sets the default Style applied to tree
nodes</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="nodeStyle"/>
- <AttributeType name="nodeStyleClass" required="false">
- <description>Sets the name of the css class applied to tree
nodes</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="nodeStyleClass"/>
- <AttributeType name="pageChangeListener"
required="false">
- <description>Sets the MethodBinding representing a pageChangeListener
method that is notified of PageChangeEvent</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="pageChangeListener"/>
- <AttributeType name="pageSize" required="false">
- <description>Sets the number of items to display on each page (0 means
all items).</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="pageSize"/>
- <AttributeType name="plusIcon" required="false">
- <description>Sets the url of the icon that indicates that a node can be
expanded. This value applies to all children nodes and can also be overriden on a node
basis</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="file">
- <param name="extensions" value="%image%"/>
- </proposal>
- </AttributeType>
- <attribute type="plusIcon"/>
- <AttributeType name="rendered" required="false">
- <description>Sets the Flag indicating whether or not this component
should be rendered (during Render Response Phase), or processed on any subsequent form
submit. </description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="rendered"/>
- <AttributeType name="style" required="false">
- <description>Sets the default Style applied to the
tree</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="style"/>
- <AttributeType name="styleClass" required="false">
- <description>Sets the name of the css class applied to the
tree</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- </AttributeType>
- <attribute type="styleClass"/>
- <AttributeType name="theme" required="false">
- <description>Sets the preset look and feel applied to the component
(Classic, None, WinXp)</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="Classic"/>
- <param value="None"/>
- <param value="WinXp"/>
- </proposal>
- </AttributeType>
- <attribute type="theme"/>
- <AttributeType name="topPagerEnabled"
required="false">
- <description>Sets the boolean indicating whether the top pager is
enabled or not</description>
- <proposal type="beanProperty"/>
- <proposal type="jsfVariables"/>
- <proposal type="enumeration">
- <param value="true"/>
- <param value="false"/>
- </proposal>
- </AttributeType>
- <attribute type="topPagerEnabled"/>
- </ElementType>
-</Schema>
\ No newline at end of file
Modified: trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml 2007-07-25 18:27:27 UTC
(rev 2660)
+++ trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml 2007-07-25 18:48:08 UTC
(rev 2661)
@@ -47,12 +47,6 @@
version="0.0.0"/>
<plugin
- id="org.jboss.tools.jsf.vpe.otrix"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
id="org.jboss.tools.jsf.vpe.tomahawk"
download-size="0"
install-size="0"
Modified: trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2007-07-25 18:27:27
UTC (rev 2660)
+++ trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2007-07-25 18:48:08
UTC (rev 2661)
@@ -121,12 +121,6 @@
version="0.0.0"/>
<plugin
- id="org.jboss.tools.jsf.vpe.otrix"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
id="org.jboss.tools.jsf.vpe.richfaces"
download-size="0"
install-size="0"
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/plugin.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/plugin.xml 2007-07-25 18:27:27 UTC
(rev 2660)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/plugin.xml 2007-07-25 18:48:08 UTC
(rev 2661)
@@ -5,7 +5,7 @@
point="org.jboss.tools.vpe.templates">
<templates
default="false"
- name="Otrix"
+ name="Tomahawk"
path="templates/vpe-templates-tomahawk.xml"/>
</extension>
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/src/org/jboss/tools/jsf/vpe/tomahawk/TomahawkPlugin.java
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/src/org/jboss/tools/jsf/vpe/tomahawk/TomahawkPlugin.java 2007-07-25
18:27:27 UTC (rev 2660)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/src/org/jboss/tools/jsf/vpe/tomahawk/TomahawkPlugin.java 2007-07-25
18:48:08 UTC (rev 2661)
@@ -10,17 +10,10 @@
******************************************************************************/
package org.jboss.tools.jsf.vpe.tomahawk;
-import java.net.URL;
-
-import org.eclipse.ui.plugin.*;
-import org.eclipse.core.runtime.Platform;
-import org.eclipse.jface.resource.ImageDescriptor;
-import org.osgi.framework.Bundle;
+import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
-/**
- * The main plugin class to be used in the desktop.
- */
+
public class TomahawkPlugin extends AbstractUIPlugin {
//The shared instance.
@@ -54,26 +47,5 @@
public static TomahawkPlugin getDefault() {
return plugin;
}
-
- /**
- * Returns an image descriptor for the image file at the given
- * plug-in relative path.
- *
- * @param path the path
- * @return the image descriptor
- */
- public static ImageDescriptor getImageDescriptor(String path) {
- return
AbstractUIPlugin.imageDescriptorFromPlugin("org.jboss.tools.jsf.vpe.otrix",
path);
- }
-
- public static String getInstallPath() {
- Bundle bundle = Platform.getBundle("org.jboss.tools.jsf.vpe.otrix");
- URL url = null;
- try {
- url = bundle == null ? null : Platform.resolve(bundle.getEntry("/"));
- } catch (Exception e) {
- url = bundle.getEntry("/");
- }
- return (url == null) ? null : url.getPath();
- }
+
}
Modified:
trunk/tests/tests/org.jboss.tools.test/src/org/jboss/tools/tests/PlugInLoadTest.java
===================================================================
---
trunk/tests/tests/org.jboss.tools.test/src/org/jboss/tools/tests/PlugInLoadTest.java 2007-07-25
18:27:27 UTC (rev 2660)
+++
trunk/tests/tests/org.jboss.tools.test/src/org/jboss/tools/tests/PlugInLoadTest.java 2007-07-25
18:48:08 UTC (rev 2661)
@@ -71,7 +71,6 @@
rhdsNS+"jsf.verification",
rhdsNS+"jsf.vpe.ajax4jsf",
rhdsNS+"jsf.vpe.facelets",
- rhdsNS+"jsf.vpe.otrix",
rhdsNS+"jsf.vpe.richfaces",
rhdsNS+"jsf.vpe.seam",
rhdsNS+"jsf.vpe.tomahawk"