comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 77:5b5ec0403844

Limited the area for CollectionView to the size of FLYSWorkspace. flys-client/trunk@1583 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 28 Mar 2011 10:40:50 +0000
parents 571843833129
children b8acb6a615f2
comparison
equal deleted inserted replaced
76:1c0731f69dc6 77:5b5ec0403844
115 setWidth(700); 115 setWidth(700);
116 setHeight(600); 116 setHeight(600);
117 117
118 layout.setWidth100(); 118 layout.setWidth100();
119 119
120 setCanDragReposition(true);
120 setCanDragResize(true); 121 setCanDragResize(true);
122 setKeepInParentRect(true);
121 123
122 DateTimeFormat dtf = DateTimeFormat.getFormat(messages.date_format()); 124 DateTimeFormat dtf = DateTimeFormat.getFormat(messages.date_format());
123 String lastAccess = dtf.format(collection.getLastAccess()); 125 String lastAccess = dtf.format(collection.getLastAccess());
124 setTitle(lastAccess + " - " + collection.getName()); 126 setTitle(lastAccess + " - " + collection.getName());
125 127

http://dive4elements.wald.intevation.org