Author: nbelaevski
Date: 2010-11-29 15:36:39 -0500 (Mon, 29 Nov 2010)
New Revision: 20214
Modified:
trunk/ui/iteration/ui/src/main/java/org/richfaces/component/AbstractTree.java
Log:
Added TODO to AbstractTree
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-11-29
20:28:16 UTC (rev 20213)
+++
trunk/ui/iteration/ui/src/main/java/org/richfaces/component/AbstractTree.java 2010-11-29
20:36:39 UTC (rev 20214)
@@ -90,6 +90,7 @@
renderer = @JsfRenderer(type = "org.richfaces.TreeRenderer"),
attributes = {"events-props.xml", "core-props.xml",
"i18n-props.xml"}
)
+//TODO add rowData caching for wrapper events
public abstract class AbstractTree extends UIDataAdaptor implements
MetaComponentResolver, MetaComponentEncoder, TreeSelectionChangeSource, TreeToggleSource
{
public static final String COMPONENT_TYPE = "org.richfaces.Tree";
Show replies by date