comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java @ 1378:ebba8a8618e6

Fix flys/issue306 (CrossSections: Remove table header context menu). flys-client/trunk@3127 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 01 Nov 2011 12:08:09 +0000
parents f6c14ffdfd07
children 546f7f890ffa
comparison
equal deleted inserted replaced
1377:b0fe35d4ce6b 1378:ebba8a8618e6
130 }; 130 };
131 list.setCanResizeFields(true); 131 list.setCanResizeFields(true);
132 list.setShowRecordComponents(true); 132 list.setShowRecordComponents(true);
133 list.setShowRecordComponentsByCell(true); 133 list.setShowRecordComponentsByCell(true);
134 list.setShowAllRecords(true); 134 list.setShowAllRecords(true);
135 list.setShowHeaderContextMenu(false);
135 return list; 136 return list;
136 } 137 }
137 138
138 139
139 /** 140 /**

http://dive4elements.wald.intevation.org