Author: nbelaevski
Date: 2010-12-03 17:04:14 -0500 (Fri, 03 Dec 2010)
New Revision: 20393
Modified:
trunk/ui/iteration/ui/src/main/java/org/richfaces/component/AbstractTree.java
trunk/ui/iteration/ui/src/main/templates/treeNode.template.xml
Log:
https://jira.jboss.org/browse/RF-9828
Modified: trunk/ui/iteration/ui/src/main/java/org/richfaces/component/AbstractTree.java
===================================================================
---
trunk/ui/iteration/ui/src/main/java/org/richfaces/component/AbstractTree.java 2010-12-03
20:46:13 UTC (rev 20392)
+++
trunk/ui/iteration/ui/src/main/java/org/richfaces/component/AbstractTree.java 2010-12-03
22:04:14 UTC (rev 20393)
@@ -196,6 +196,19 @@
public abstract Object getRender();
+ public abstract boolean isLimitRender();
+
+ @Attribute(events = @EventName("begin"))
+ public abstract String getOnbegin();
+
+ @Attribute(events = @EventName("beforedomupdate"))
+ public abstract String getOnbeforedomupdate();
+
+ @Attribute(events = @EventName("complete"))
+ public abstract String getOncomplete();
+
+ public abstract String getStatus();
+
@Override
public String getFamily() {
return COMPONENT_FAMILY;
Modified: trunk/ui/iteration/ui/src/main/templates/treeNode.template.xml
===================================================================
--- trunk/ui/iteration/ui/src/main/templates/treeNode.template.xml 2010-12-03 20:46:13 UTC
(rev 20392)
+++ trunk/ui/iteration/ui/src/main/templates/treeNode.template.xml 2010-12-03 22:04:14 UTC
(rev 20393)
@@ -25,7 +25,8 @@
<cdk:call expression="addClientEventHandlers(facesContext,
component)" />
- <div class="#{concatClasses('rf-trn',
component.attributes['styleClass'],
tree.attributes['nodeClass'])}">
+ <div class="#{concatClasses('rf-trn',
component.attributes['styleClass'], tree.attributes['nodeClass'])}"
+ cdk:passThroughWithExclusions="">
<cdk:object name="loadingFacet" type="UIComponent"
value="#{getLoadingFacetIfApplicable(component)}" />
<c:if test="#{not empty loadingFacet and
loadingFacet.isRendered()}">