I find it impossible to disable drag/drop of portlets in a simple PortalLayout.
To verify, I used the showcase sources and added:
Still, it's possible to move the portlets bij dragging the headers.
GWT 2.2.0
SmartClient Version: SC_SNAPSHOT-2012-01-11_v8.3d/Pro Deployment (built 2012-01-11)
To verify, I used the showcase sources and added:
Code:
linksLayout.setCanAcceptDrop(false); linksLayout.setCanResizePortlets(false); linksLayout.setCanDropComponents(false);
GWT 2.2.0
SmartClient Version: SC_SNAPSHOT-2012-01-11_v8.3d/Pro Deployment (built 2012-01-11)
Comment