Revision 9335

View differences:

trunk/extensions/extWFS2/src/com/iver/cit/gvsig/gui/toc/WFSPropsTocMenuEntry.java
55 55
 *
56 56
 * $Id$
57 57
 * $Log$
58
 * Revision 1.5  2006-10-27 12:07:18  ppiqueras
58
 * Revision 1.6  2006-12-15 13:51:35  ppiqueras
59
 * Notificar que se deben cargar los campos y valores conocidos de la capa actual cargada.
60
 *
61
 * Revision 1.5  2006/10/27 12:07:18  ppiqueras
59 62
 * Nueva funcionalidad
60 63
 *
61 64
 * Revision 1.4  2006/10/02 09:09:45  jorpiell
......
71 74
 */
72 75
/**
73 76
 * @author Jorge Piera Llodr? (piera_jor@gva.es)
77
 * @author Pablo Piqueras Bartolom? (p_queras@hotmail.com)
74 78
 */
75 79
public class WFSPropsTocMenuEntry extends TocMenuEntry {
76 80
	private JMenuItem propsMenuItem;
......
94 98
	public void actionPerformed(ActionEvent e) {
95 99
		lyr = getNodeLayer();
96 100
       	WFSPropsDialog dialog = new WFSPropsDialog(lyr);
97
       	dialog.setWFSFilterPanelIsAsTabForWFSLayersLoad(false); //true); // false
101
       	
102
       	// Notify that now the filter panel isn't the beginning tab
103
       	dialog.setWFSFilterPanelIsAsTabForWFSLayersLoad(false);
104
       	
105
       	// Update information of all fields and values known to the WFSFilterPanel
106
       	dialog.updateAllFieldsAndValuesKnownOfCurrentLayerToWFSFilterPanel();       	
107
       	
98 108
       	PluginServices.getMDIManager().addWindow(dialog);
99 109
	}
100 110

  

Also available in: Unified diff