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: [email protected]
For additional commands, e-mail: [email protected]