org.olat.core.gui.components.form.flexible.impl
Class FormEvent

java.lang.Object
  extended by org.olat.core.gui.control.Event
      extended by 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

Field Summary
static int[] ON_DOTDOTDOT
           
static int ONCHANGE
           
static int ONCLICK
           
static int ONDBLCLICK
           
static FormEvent RESET
           
 
Fields inherited from class org.olat.core.gui.control.Event
BACK_EVENT, CANCELLED_EVENT, CHANGED_EVENT, DONE_EVENT, FAILED_EVENT
 
Constructor Summary
FormEvent(Event event, FormItem source, int action)
           
FormEvent(java.lang.String command, FormItem source)
           
FormEvent(java.lang.String command, FormItem source, int action)
           
 
Method Summary
 FormItem getFormItemSource()
           
 boolean wasTriggerdBy(int events)
           
 
Methods inherited from class org.olat.core.gui.control.Event
getCommand, hashCode, toString
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

getFormItemSource

public FormItem getFormItemSource()

wasTriggerdBy

public boolean wasTriggerdBy(int events)