Author: msorokin
Date: 2008-04-30 07:42:14 -0400 (Wed, 30 Apr 2008)
New Revision: 8370
Modified:
trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-04-30 11:41:53 UTC
(rev 8369)
+++ trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-04-30 11:42:14 UTC
(rev 8370)
@@ -70,7 +70,7 @@
<name>iconItem</name>
<classname>java.lang.String</classname>
<description>Path to the icon to be displayed for the enabled item state.
- You can also use predefined icons setting the attribute to:
"triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
Default value is "grid".
</description>
<defaultvalue><![CDATA["grid"]]></defaultvalue>
@@ -79,7 +79,7 @@
<name>iconDisabledItem</name>
<classname>java.lang.String</classname>
<description>Path to the icon to be displayed for the disabled item state.
- You can also use predefined icons setting the attribute to:
"triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
Default value is "grid".
</description>
<defaultvalue><![CDATA["grid"]]></defaultvalue>
@@ -88,7 +88,7 @@
<name>iconTopItem</name>
<classname>java.lang.String</classname>
<description>Path to the icon to be displayed for the enabled top item state.
- You can also use predefined icons setting the attribute to:
"triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
Default value is "grid".
</description>
<defaultvalue><![CDATA["grid"]]></defaultvalue>
@@ -96,43 +96,59 @@
<property>
<name>iconTopDisabledItem</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled top item
state</description>
+ <description>Path to the icon to be displayed for the disabled top item state.
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ Default value is "grid".
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconExpandedGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the expanded Group
state</description>
+ <description>Path to the icon to be displayed for the expanded Group state.
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconCollapsedGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the collapsed Group
state</description>
+ <description>Path to the icon to be displayed for the collapsed Group state.
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconDisabledGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled group
state</description>
+ <description>Path to the icon to be displayed for the disabled group state.
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconExpandedTopGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the expanded top group
state</description>
+ <description>Path to the icon to be displayed for the expanded top group state.
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconCollapsedTopGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the collapsed top group
state</description>
+ <description>Path to the icon to be displayed for the collapsed top group
state.\
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconTopDisableGroup</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled top Group
state</description>
+ <description>Path to the icon to be displayed for the disabled top Group state.
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ Default value is "grid".
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -411,43 +427,47 @@
<name>expandMode</name>
<classname>java.lang.String</classname>
<description> Set the submission mode for all panel menu groups after
expand/collapse
- except ones where this attribute redefined. (ajax, server, none(Default))
</description>
+ except ones where this attribute redefined. Possible value are
"ajax", "server", "none". Default
value is "none". </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconExpanded</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the expanded item
state</description>
+ <description>Path to the icon to be displayed for the expanded item state.
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconCollapsed</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the collapsed item
state</description>
+ <description>Path to the icon to be displayed for the collapsed item state.
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ Default value is "grid".</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>expanded</name>
<classname>boolean</classname>
- <description>If true group will be displayed expanded
initially.</description>
+ <description>If true group will be displayed expanded initially. Default value
is "false".</description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>iconDisabled</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled item
state</description>
+ <description>Path to the icon to be displayed for the disabled item
state.</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description> If true sets state of the item to disabled state. false is
default. </description>
+ <description> If true sets state of the item to disabled state. Default value is
"false". </description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>name</name>
<classname>java.lang.String</classname>
- <description>'selectedChild' attribute of PanelMenu refers to group/item
with the same
+ <description>Refers to group/item with the same
name. Default value is "getId()".</description>
<defaultvalue>getId()</defaultvalue>
</property>
@@ -593,20 +613,31 @@
<property>
<name>mode</name>
<classname>java.lang.String</classname>
- <description> Set the submission mode (ajax,server(Default),none)
</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
+ <description> Set the submission mode.
+
+ Possible values are "ajax", "server",
"none". Default value is "none".
+ </description>
+ <defaultvalue><![CDATA["none"]]></defaultvalue>
</property>
<property>
<name>icon</name>
<classname>java.lang.String</classname>
<description>Path to the icon or the default one name to be displayed for the
enabled
- item state</description>
+ item state.
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ Default value is "grid".
+
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>iconDisabled</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled item
state</description>
+ <description>Path to the icon to be displayed for the disabled item state.
+ You can also use predefined icons, setting the attribute to one of these possible
values: "triangle", "triangleUp",
"triangleDown", "disc", "chevron",
"chevronUp", "chevronDown", "grid".
+ Default value is "grid".
+
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>