You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by do...@apache.org on 2013/09/12 06:16:46 UTC

svn commit: r1522321 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java

Author: dongxu
Date: Thu Sep 12 04:16:45 2013
New Revision: 1522321

URL: http://svn.apache.org/r1522321
Log:
prepare to add right click event to folders list

Modified:
    james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java

Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java?rev=1522321&r1=1522320&r2=1522321&view=diff
==============================================================================
--- james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java (original)
+++ james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java Thu Sep 12 04:16:45 2013
@@ -237,7 +237,7 @@ import com.google.inject.assistedinject.
 public class FolderListView extends Composite implements
 		FolderListActivity.Displayable {
 	@UiField SimplePanel thisView;
-	private CellTree cellTree;
+	private FolderCellTree cellTree;
 	// FIXME here we can not support another cell tree, since both of their
 	// style
 	// would not be cleared.
@@ -255,7 +255,7 @@ public class FolderListView extends Comp
 			}
 			thisView.add(contactPanel);
 		} else {
-			cellTree = new CellTree(viewModel, null, Resources.INSTANCE);
+			cellTree = new FolderCellTree(viewModel, null, Resources.INSTANCE);
 			cellTree.setAnimationEnabled(true);
 			if (thisView.getWidget() != null
 					&& thisView.getWidget() instanceof HTMLPanel) {



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org