Author: mvitenkov
Date: 2008-05-29 10:19:17 -0400 (Thu, 29 May 2008)
New Revision: 8825
Modified:
trunk/test-applications/jsp/src/main/java/util/event/Event.java
Log:
+opened for simpleTooglePanel
Modified: trunk/test-applications/jsp/src/main/java/util/event/Event.java
===================================================================
--- trunk/test-applications/jsp/src/main/java/util/event/Event.java 2008-05-29 13:46:49
UTC (rev 8824)
+++ trunk/test-applications/jsp/src/main/java/util/event/Event.java 2008-05-29 14:19:17
UTC (rev 8825)
@@ -111,10 +111,20 @@
private String onviewactivation;
private String onbeforehide;
private String onbeforeshow;
+ private String opened;
+ public String getOpened() {
+ return opened;
+ }
+
+ public void setOpened(String opened) {
+ this.opened = opened;
+ }
+
// showEvent('onkeypressInputID', 'onkeypress work!')
public Event() {
onLoadMap = "showEvent('onLoadMapInputID', 'onLoadMap
work!')";
+ opened = "showEvent('openedInputID', 'opened work!')";
onRowClick = "showEvent('onRowClickInputID', 'onRowClick
work!')";
onRowDblClick = "showEvent('onRowDblClickInputID', 'onRowDblClick
work!')";
onRowMouseDown = "showEvent('onRowMouseDownInputID',
'onRowMouseDown work!')";
Show replies by date