org.riotfamily.forms.event
Class JavaScriptEvent
java.lang.Object
org.riotfamily.forms.event.JavaScriptEvent
public class JavaScriptEvent
- extends Object
Serverside representation of a clientside JavaScript event.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JavaScriptEvent
public JavaScriptEvent(HttpServletRequest request)
getType
public int getType()
getValue
public String getValue()
getValues
public String[] getValues()
setValues
public void setValues(String[] values)