org.riotfamily.forms.event
Class JavaScriptEvent

java.lang.Object
  extended by org.riotfamily.forms.event.JavaScriptEvent

public class JavaScriptEvent
extends Object

Serverside representation of a clientside JavaScript event.


Field Summary
static int NONE
           
static int ON_CHANGE
           
static int ON_CLICK
           
 
Constructor Summary
JavaScriptEvent(HttpServletRequest request)
           
 
Method Summary
 int getType()
           
 String getValue()
           
 String[] getValues()
           
 void setValues(String[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

ON_CLICK

public static final int ON_CLICK
See Also:
Constant Field Values

ON_CHANGE

public static final int ON_CHANGE
See Also:
Constant Field Values
Constructor Detail

JavaScriptEvent

public JavaScriptEvent(HttpServletRequest request)
Method Detail

getType

public int getType()

getValue

public String getValue()

getValues

public String[] getValues()

setValues

public void setValues(String[] values)