Author: lfryc(a)redhat.com
Date: 2011-02-18 08:18:31 -0500 (Fri, 18 Feb 2011)
New Revision: 21760
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTab/simple.xhtml
Log:
rich:tab sample - added actionListener, action, bypassUpdaes and immediate + added
itemChangeListener to tabPanel
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTab/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richTab/simple.xhtml 2011-02-18
13:14:12 UTC (rev 21759)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTab/simple.xhtml 2011-02-18
13:18:31 UTC (rev 21760)
@@ -38,9 +38,15 @@
<ui:define name="component">
- <rich:tabPanel id="tabPanel">
+ <rich:tabPanel id="tabPanel"
+
itemChangeListener="#{richBean.itemChangeListener}">
+
<rich:tab id="tab1"
+ action="#{richBean.dummyAction}"
+ actionListener="#{richBean.dummyActionListener}"
+
contentClass="#{richTabBean.attributes['contentClass'].value}"
+
bypassUpdates="#{richTabBean.attributes['bypassUpdates'].value}"
dir="#{richTabBean.attributes['dir'].value}"
disabled="#{richTabBean.attributes['disabled'].value}"
header="#{richTabBean.attributes['header'].value}"
@@ -49,6 +55,7 @@
headerDisabledClass="#{richTabBean.attributes['headerDisabledClass'].value}"
headerInactiveClass="#{richTabBean.attributes['headerInactiveClass'].value}"
headerStyle="#{richTabBean.attributes['headerStyle'].value}"
+
immediate="#{richTabBean.attributes['immediate'].value}"
lang="#{richTabBean.attributes['lang'].value}"
name="#{richTabBean.attributes['name'].value}"
onclick="#{richTabBean.attributes['onclick'].value}"
Show replies by date