org.olat.core.gui.components.form.flexible.impl
Class FormEvent
java.lang.Object
org.olat.core.gui.control.Event
org.olat.core.gui.components.form.flexible.impl.FormEvent
- All Implemented Interfaces:
- java.io.Serializable
public class FormEvent
- extends Event
Description:
TODO: patrickb Class Description for FormEvent
Initial Date: 11.12.2006
- Author:
- patrickb
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, wait, wait, wait |
ONDBLCLICK
public static final int ONDBLCLICK
- See Also:
- Constant Field Values
ONCLICK
public static final int ONCLICK
- See Also:
- Constant Field Values
ONCHANGE
public static final int ONCHANGE
- See Also:
- Constant Field Values
ON_DOTDOTDOT
public static final int[] ON_DOTDOTDOT
RESET
public static final FormEvent RESET
FormEvent
public FormEvent(java.lang.String command,
FormItem source,
int action)
FormEvent
public FormEvent(java.lang.String command,
FormItem source)
FormEvent
public FormEvent(Event event,
FormItem source,
int action)
getFormItemSource
public FormItem getFormItemSource()
wasTriggerdBy
public boolean wasTriggerdBy(int events)