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 05:47:31 UTC

svn commit: r1522249 - in /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui: HupaLayout.java HupaLayout.ui.xml

Author: dongxu
Date: Thu Sep 12 03:47:31 2013
New Revision: 1522249

URL: http://svn.apache.org/r1522249
Log:
DataGrid requires to be put in a LayoutPanel or Panel that implements the ProvidesResize interface to be visible

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

Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/HupaLayout.java
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/HupaLayout.java?rev=1522249&r1=1522248&r2=1522249&view=diff
==============================================================================
--- james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/HupaLayout.java (original)
+++ james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/HupaLayout.java Thu Sep 12 03:47:31 2013
@@ -248,9 +248,8 @@ public class HupaLayout implements HupaL
 	@UiField SimplePanel topBarContainer;
 	@UiField SimplePanel logoContainer;
 	
-	// TODO why can not be SimplePanel here? can not display
+	// can not be SimplePanel here, sub panel need its parent to implements the ProvidesResize interface, the same with messageListContainer
 	@UiField LayoutPanel navigationContainer;
-												
 	@UiField SimplePanel toolBarContainer;
 	@UiField SimplePanel folderListContainer;
 	@UiField LayoutPanel messageListContainer;

Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/HupaLayout.ui.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/HupaLayout.ui.xml?rev=1522249&r1=1522248&r2=1522249&view=diff
==============================================================================
--- james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/HupaLayout.ui.xml (original)
+++ james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/HupaLayout.ui.xml Thu Sep 12 03:47:31 2013
@@ -158,6 +158,7 @@
 =======
 						<g:layer width="287px" right="0">
 <<<<<<< HEAD
+<<<<<<< HEAD
 >>>>>>> track the folder list tree model issue of invalid session, TODO how to retrieve folders data using GIN
 							<g:LayoutPanel ui:field="navigationContainer"/><!-- why can not be SimplePanel here -->
 >>>>>>> integrate all of the views to their corresponding activities and mappers
@@ -165,6 +166,9 @@
 							<g:LayoutPanel ui:field="navigationContainer" /><!-- 
 								why can not be SimplePanel here -->
 >>>>>>> make message list view panel work as expected partly
+=======
+							<g:LayoutPanel ui:field="navigationContainer" />
+>>>>>>> DataGrid requires to be put in a LayoutPanel or Panel that implements the ProvidesResize interface to be visible
 						</g:layer>
                         <g:layer left="0%" width="0%" top="0%" height="0%">
                             <hupa:_CenterContactPanel ui:field="contactPanel" />



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