org.riotfamily.forms.event
Class EventPropagation

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

public class EventPropagation
extends Object


Field Summary
static String ON_CHANGE
           
static String ON_CLICK
           
 
Constructor Summary
EventPropagation(String triggerId, String type, String sourceId)
           
 
Method Summary
static void addPropagations(JavaScriptEventAdapter adapter, List<EventPropagation> list)
           
 String getSourceId()
           
 String getTriggerId()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON_CLICK

public static final String ON_CLICK
See Also:
Constant Field Values

ON_CHANGE

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

EventPropagation

public EventPropagation(String triggerId,
                        String type,
                        String sourceId)
Method Detail

getTriggerId

public String getTriggerId()

getSourceId

public String getSourceId()

getType

public String getType()

addPropagations

public static void addPropagations(JavaScriptEventAdapter adapter,
                                   List<EventPropagation> list)