comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java @ 284:be842e36ce1c

ISSUE 46: Removed the table header context menu. flys-client/trunk@1913 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 12 May 2011 15:42:37 +0000
parents d3c053420c3b
children 77234b1d009c
comparison
equal deleted inserted replaced
283:08eef8a047eb 284:be842e36ce1c
151 * Creates a new WQInputPanel instance. 151 * Creates a new WQInputPanel instance.
152 */ 152 */
153 public WQInputPanel() { 153 public WQInputPanel() {
154 wqTable = new ListGrid(); 154 wqTable = new ListGrid();
155 wqRangeTable = new ListGrid(); 155 wqRangeTable = new ListGrid();
156 wqTable.setShowHeaderContextMenu(false);
157 wqRangeTable.setShowHeaderContextMenu(false);
156 } 158 }
157 159
158 160
159 /** 161 /**
160 * This method calls createWidget and puts a 'next' button to the bottom. 162 * This method calls createWidget and puts a 'next' button to the bottom.

http://dive4elements.wald.intevation.org